TLO:Spawn
Returns information on a specific spawn. Uses Spawn search filters.
This TLO is added by MacroQuest
Forms
Type | Member | Description |
---|---|---|
spawn | Spawn[#] | Spawn matching ID # |
Spawn[Spawn search] | Any spawns matching a Spawn search string, which includes PC and NPC names |
Access to Types
Type | Description |
---|---|
spawn | A type for spawns |
Examples
- Displays the name of the spawn with id number 1000.
/echo ${Spawn[1000]}
- Targets the npc with the name Trakanon only if within a radius of 500.
/target ${Spawn[npc radius 500 trakanon]}