8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
void main()
|
|
{
|
|
object oTSTarg = GetWaypointByTag("TS_1");
|
|
location lTSTarg = GetLocation(oTSTarg);
|
|
effect eTS = EffectVisualEffect(VFX_FNF_TIME_STOP);
|
|
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eTS, lTSTarg);
|
|
}
|