This trigger takes an optional ID number as a suffix. If the ID number is omitted, NumExplod returns the number of explods owned by the player. If the ID number is included, then NumExplod returns the number of explods with that ID number that are owned by the player.

Format:

NumExplod

NumExplod[ID]

Arguments:

Return type: int

Error conditions: none

Example:

trigger1 = NumExplod >= 4
; Triggers if the player currently owns 4 or more explods.

trigger1 = NumExplod1234 >= 4
; Triggers if the player currently owns 4 or more explods with ID 1234.