Battledale_PRC8/_module/nss/px_questing_gate.nss

8 lines
234 B
Plaintext
Raw Permalink Normal View History

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