CreateEffect

Creates a transient effect on an entity which disappears after a few seconds. Created effect is not attached to the entity. In other words, the effect remains at the spot it was created for its duration even if the entity moves or becomes hidden.

Arguments
Argument Entity Name
Type Entity
Default REQUIRED
Description Name of the entity as the effect target
Argument Effect Name
Type Effect
Default Diamond
Description Name of the effect to create

Examples

CreateEffect(Tom)

CreateEffect(Tom, Diamond)


See Also