Battledale_PRC8/_module/nss/px_azetoth_gate.nss

7 lines
223 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetLastUsedBy();
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_FNF_IMPLOSION),oPC);
AssignCommand(oPC,ActionJumpToLocation(GetLocation(GetWaypointByTag("px_azetoth_gate"))));
}