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.