On Ready Xxx
- There are eleven types of item that a character (or monster) can
'Ready' or 'UnReady':
-
Weapon
-
Shield
-
Armor
-
Gauntlets
-
Helm
-
Belt
-
Robe
-
Cloak
-
Boots
-
Ring
-
Ammo
- When any of these items is 'Readied' or 'UnReadied' we search
the item and the character for Special Abilities scripts with names
OnReadyXxx or OnUnReadyXxx where the 'Xxx' is one of the item type
names listed above. For example, when an Orc readies a ring, we
search the ring and the Orc for any Special Abilities scripts named
OnReadyRing.
-
The item's Special abilities are searched first and then the
character's. If both have a script then both scripts are executed.
Context
Character