TLO:MapSpawn

From the wonderful RedGuides Wiki

Object that's created when your cursor hovers over a spawn on the map

This TLO is added by MQ2Map

Forms

Type Member Description
spawn MapSpawn When your cursor hovers over a spawn, the spawn type is used. e.g. /echo ${MapSpawn.Gender}
ground When your cursor hovers over a ground item, the ground type is used. e.g. /invoke ${MapSpawn.Grab}

Access to Types

Type Description
ground Contains all data related to a ground spawn
spawn A type for spawns

See also