Get your own free workspace
View
 

DeleteActorEffect

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

 

DeleteActorEffect

Usage:

                DeleteActorEffect(Actor, Effect)

Description:

The DeleteActorEffect command prematurely removes an effect icon from an actor, if present. For more information see AddActorEffect.

Example:

                Function Main()
                        // Cure the player of poison
                        DeleteActorEffect(Actor(), "Poison")
                        Return()
                End Function

Comments (0)

You don't have permission to comment on this page.