void main() { object oTSTarg = GetWaypointByTag("TS_1"); location lTSTarg = GetLocation(oTSTarg); effect eTS = EffectVisualEffect(VFX_FNF_TIME_STOP); ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eTS, lTSTarg); }