EffectAppear()

Create a special effect to make the object "fly in".

effect EffectAppear();

Description

Effect making Object appear to come from above camera view, and land.

This is applied on a spawned creature with a parameter in CreateObject(), such as spiders appearing from the cealing or dragons leaping from the sky.



Remarks

When used on a creature which is already present, it will make them instantly jump down - large Dragons are about the only creature this looks good for. Otherwise, use OnSpawn for spiders and other things so they appear to climb down straight at a PC!


Version

1.22

See Also

functions: ApplyEffectAtLocation | ApplyEffectToObject | EffectAttackDecrease | EffectDisappear | EffectDisappearAppear
categories: Effects Functions
events: OnSpawn Event


 author: Jody Fletcher, editor: Jasperre, additional contributor(s): Jasperre
 Send comments on this topic.