TLO:GroundItemCount

From the wonderful RedGuides Wiki

Access ground spawn item counts

This TLO is added by MacroQuest

Forms

Type Member Description
int GroundItemCount[name] Number of ground spawns with name in the zone. Use =name for exact match.
GroundItemCount Number of ground spawns in the zone

Access to Types

Type Description
int Data related to integers

Examples

/echo There are ${GroundItemCount[apple]} Apples on the ground Output: There are 5 Apples on the ground

 /echo There are ${GroundItemCount} items on the ground in this zone.

Output: There are 12 items on the ground in this zone.

See also