//:://///////////////////////////////////////////// //:: 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, ActionJumpToObject(GetObjectByTag("ekshipattack"))); }