DeleteAbility
Usage:
DeleteAbility(Actor, Ability)
Description:
The DeleteAbility command removes an ability from an actor's ability book, so that it may no longer be used, unless it is added again with the AddAbility command.
Example:
Function Main()
// Remove player's healing spell, if present
DeleteAbility(Actor(), "Heal Self")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.