Get your own free workspace
View
 

Delete Ability

Page history last edited by Gamemaster 3 years, 11 months ago

 

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.