Battledale_PRC8/_module/nss/jw_air_portal.nss

18 lines
468 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: NW_RECALL_PORTAL.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Starts conversation with last user
*/
//:://////////////////////////////////////////////
//:: Created By:
//:: Created On:
//:://////////////////////////////////////////////
void main()
{
object oPC=GetLastUsedBy();
AssignCommand(oPC,JumpToObject(GetWaypointByTag("jw_escape_wp")));
}