Moderator: MacroQuest Developers
hmm tried it withL124RD wrote:Salutaitons,
/if $inv(0,1,name)=="10 dose blood of the wolf" /goto :End

Code: Select all
inventory pack
--------- ---------
| 0 | 4 | | 0 | 1 |
| 1 | 5 | | 2 | 3 |
| 2 | 6 | | 4 | 5 |
| 3 | 7 | | 6 | 7 | (if 8 slot)
--------- | 8 | 9 | (if 10 slot)
---------Code: Select all
/if $item(0,0,name)~~"Blood of the Wolf" /goto :Done
Code: Select all
/if "$item(0,1,name)"=="Blood of the Wolf" /goto :DoneCode: Select all
/if "$item(0,1,name)"~~"Blood of the Wolf" /goto :Done