Project

General

Profile

Pawn (Top-Level Object)

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.
  • pawn Pawn[<parameter>,...]
NOTE: Commas must separate all arguments.)''

Examples

  • ${Pawn[npc]}
  • ${Pawn[npc,level,14]}
  • ${Pawn[npc,AggroNPC,level,14]}
  • ${Pawn[npc,AggroNPC,Root Sentinel]}