generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
7
_module/nss/ts_2.nss
Normal file
7
_module/nss/ts_2.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oTSTarg = GetWaypointByTag("TS_2");
|
||||
location lTSTarg = GetLocation(oTSTarg);
|
||||
effect eTS = EffectVisualEffect(VFX_FNF_TIME_STOP);
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eTS, lTSTarg);
|
||||
}
|
||||
Reference in New Issue
Block a user