Spawn¶
Object used to get information on a specific spawn. Uses the filters under Spawn Search.
Forms¶
spawn Spawn[N]¶
- Spawn matching ID N.
spawn Spawn[SearchString]¶
- Any spawns matching
SearchString. See Spawn Search.
Usage¶
/echo ${Spawn[1000]}
Displays the name of the spawn with id number 1000.
/target ${Spawn[npc radius 500 trakanon]}
Targets the npc with the name Trakanon only if within a radius of 500.