Posted by Stealth on February 07, 1998 at 16:57:24:
In Reply to: GetSectorThingCount() posted by Osan`gar on February 07, 1998 at 13:12:55:
> In the GetSectorThingCount() verb, can I place a number (ie-10 for player) as the second element?
> ie:
> GetSectorThingCount(sector, 10) #count the number of players in a sector
> Or would I need to do something else?
GetSectorThingCount(sector, thing ) you need to give it a thing ref or a world thing #
it likely won`t work with a thing type.
It`s not used in any cogs so i don`t know for sure. You`ll have to play with it.