Can Ready


When any items is 'Readied' or 'UnReadied' we search the item for Special Abilities scripts with names CanReady. For example, when an Orc readies a ring, we search the ring for any Special Abilities scripts named CanReady.


Default Action


The item cannot be readied if:


  1. If the item requires one or more hands and a two-handed item is readied at body location “WEAPON” or at body location “SHIELD”.

  2. If the item requires two hands and an item is readied at body location “WEAPON” or at body location “SHIELD”.


Return Value

If the item passes the 'Default Action' tests then we run the “CanReady” scripts and examine the return value in the following sequence:

  1. If the script returns an empty string then the item can be readied if no other item is readied at the same body location.

  2. If the return value starts with 'Y', then the item can be readied.

  3. The item cannot be readied.

Parameters



Context