Rune_PRC8/_module/nss/ts_1.nss

8 lines
212 B
Plaintext
Raw 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);
}