Skip to content

Spawn

Description

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[search string]

Any spawns matching search string. See Spawn Search.

Examples

/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.