RemoveNthTempEffect
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Dispels and removes the Nth temporary effect-entry from the calling actor. GetTempEffects should be called before calling this function, and on the same frame, in order to determine the index of the effect-entry to be removed.
Syntax
(success:0/1) reference.RemoveNthTempEffect index:int
Example
actorRef.RemoveNthTempEffect 2