Instant Effect
An instant effect is a type of intermediate effect that casts other effects. It is most useful for spawning visual effects before casting other effects.
Last updated
An instant effect is a type of intermediate effect that casts other effects. It is most useful for spawning visual effects before casting other effects.
Last updated
To create an instant effect, find (or create) the GameName/Resources/GameName/AbilityEffect folder (or any subfolder) in the project tab and right click. Choose Create > AnyRPG > Abilities > Effects > InstantEffect.
Instant Effects do not have any properties other than the properties of its parent class, Fixed Length Effect.
Add an instant effect to an Ability.
Add an instant effect to another Ability Effect to chain them together.