FindCnt
From Wiki
#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 |
| Main_Page | Documentation | FindItem System Variables |