PoA_PRC8/_module/nss/queenexit.nss
Jaysyn904 8d97886c3f Changed folder name.
Changed folder name.
2022-10-07 21:08:37 -04:00

9 lines
316 B
Plaintext

void main()
{
object oPC=GetLastUsedBy();
location exit =GetLocation( GetObjectByTag("queenexit"));
location out = GetLocation(GetWaypointByTag ("out"));
ApplyEffectAtLocation (DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_IMPLOSION), exit);
DelayCommand( 3.5, AssignCommand(oPC, ActionJumpToLocation(out)));
}