9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
|
void main()
|
||
|
{
|
||
|
if(!GetLocalInt(OBJECT_SELF,"VisualWeird"))
|
||
|
{
|
||
|
ApplyEffectAtLocation(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_FNF_WEIRD), GetLocation(GetWaypointByTag("bx_upervisefway")));
|
||
|
SetLocalInt(OBJECT_SELF,"VisualWeird", 1);
|
||
|
}
|
||
|
}
|