Battledale_PRC8/_module/nss/px_underdark_ent.nss

7 lines
231 B
Plaintext
Raw Permalink Normal View History

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