DESCRIPTION¶
If verb is a string: remove the first action defined by the current object with the given verb from ob (default is this_player()). Return 1 if the action was found and removed, and 0 else.
If verb is a number: if non-0, remove all actions defined by the current object from ob (default is this_player()). Return the number of actions removed.
HISTORY¶
- introduced (3.2.1)
- changed (3.2.10) – added the ability to remove all actions.