8 lines
212 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
void main()
{
object oTSTarg = GetWaypointByTag("TS_1");
location lTSTarg = GetLocation(oTSTarg);
effect eTS = EffectVisualEffect(VFX_FNF_TIME_STOP);
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eTS, lTSTarg);
}