FindCnt

From Wiki
Revision as of 07:33, 27 August 2005 by Kedrick Valorite (Talk | contribs)

Jump to: navigation, search
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

Main Page Documentation