Skip to content

body

Contains data about spawn body types

Members

Type Member Description
int ID The ID of the body type
string Name The full name of the body type
string To String Same as Name

Usage

Example

Prints true if a summoned npc is targeted

/echo ${Target.Body.Name.Equal[Undead Pet]}`

Prints true if a summoned npc is targeted

print(mq.TLO.Target.Boddy.Name === 'Undead Pet')