FindCnt

From Wiki
Revision as of 13:15, 19 August 2005 by Boydon (Talk | contribs)

Jump to: navigation, search

#findCnt

FindItem System Variables

Description

The #findCnt system variable contains the number of objects that matches what was searched for with the findItem command.

Example

....
loop:
finditem %housesign G_5
if #findcnt < 1
{
gosub placement
}
goto loop
....

See Also

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

Main_Page Documentation FindItem System Variables