Initial Upload
Initial Upload
This commit is contained in:
5
_module/nss/fho_glow.nss
Normal file
5
_module/nss/fho_glow.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
effect evfx = EffectVisualEffect(VFX_DUR_GLOW_YELLOW);
|
||||
ApplyEffectToObject(DURATION_TYPE_PERMANENT, evfx, OBJECT_SELF);
|
||||
}
|
Reference in New Issue
Block a user