Pawn (Top-Level Object)¶
- Table of contents
- Pawn (Top-Level Object)
- Description
- Forms
- Examples
Description¶
Retrieves an pawn object from the game world. The Pawn TLO is generally used for retrieving interactive pawn objects from the world (i.e. PC's, NPC's, Mailboxes, etc.), whereas the Actor TLO is used to retrieve any/every object from the game world.
Forms¶
- pawn
pawn[#]
- Argument is 1 to
${ISXVG.PawnCount}
. List is sorted by distance.
- Argument is 1 to
- pawn
Pawn[<parameter>,...]
- See Pawn Search Parameters for the list of parameters used in this member.
Examples¶
${Pawn[npc]}
${Pawn[npc,level,14]}
${Pawn[npc,AggroNPC,level,14]}
${Pawn[npc,AggroNPC,Root Sentinel]}