body
¶
Contains data about spawn body types
Members¶
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]}`
print(mq.TLO.Target.Boddy.Name === 'Undead Pet')