9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
void main()
|
||
|
{
|
||
|
if(!(GetLocalInt(OBJECT_SELF, "Fired") == 1))
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "Fired", 1);
|
||
|
ApplyEffectToObject(2, SupernaturalEffect(EffectVisualEffect(415)), OBJECT_SELF);
|
||
|
}
|
||
|
}
|