FindType

From Wiki
Revision as of 00:25, 4 September 2007 by Seg (Talk | contribs) (Example)

Jump to: navigation, search
The #findType system variable contains the type of the object returned by findItem.


Example

finditem * C_ , #BACKPACKID
for #FINDINDEX 1 #FINDCNT
{
 event sysmessage Found item, the type of that item is #FINDTYPE
 wait 20
}
halt

Related Commands

ignoreItem findItem #findCnt
#findID #findType #findX
#findY #findZ #findDist
#findKind #findStack #findBagID
#findMod #findRep #findCol
#findIndex

See also

Main Page Documentation