6 lines
140 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
void main()
{
effect evfx = EffectVisualEffect(VFX_DUR_GLOW_YELLOW);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, evfx, OBJECT_SELF);
}