void main() { if(!GetLocalInt(OBJECT_SELF,"VisualWeird")) { ApplyEffectAtLocation(DURATION_TYPE_PERMANENT, EffectVisualEffect(VFX_FNF_WEIRD), GetLocation(GetWaypointByTag("bx_upervisefway"))); SetLocalInt(OBJECT_SELF,"VisualWeird", 1); } }