7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
|
void main()
|
||
|
{
|
||
|
effect eGlow = EffectVisualEffect(VFX_DUR_GLOW_WHITE);
|
||
|
eGlow = ExtraordinaryEffect(eGlow);
|
||
|
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eGlow, OBJECT_SELF);
|
||
|
}
|