6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
void main()
|
||
|
{
|
||
|
effect evfx = EffectVisualEffect(VFX_DUR_GLOW_YELLOW);
|
||
|
ApplyEffectToObject(DURATION_TYPE_PERMANENT, evfx, OBJECT_SELF);
|
||
|
}
|