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.

Creation

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.

Properties

Instant Effects do not have any properties other than the properties of its parent class, Fixed Length Effect.

Next steps

  • Add an instant effect to an Ability.

  • Add an instant effect to another Ability Effect to chain them together.

Last updated