This trigger takes an optional ID number as a suffix. If the ID number is omitted, IsHelper returns true if the player is a helper character, and false otherwise. If the ID number is included, then IsHelper returns true if the player is a helper character with the specified ID number, and false otherwise.

Format:

IsHelper

IsHelper[ID]

Arguments:

Return type: boolean (0 if false or 1 if true)

Error conditions: none

Example:

trigger1 = IsHelper = 0
; Triggers if the player is not a helper-type character.

trigger1 = IsHelper1234 = 1
; Triggers if the player is a helper character with ID number 1234.