18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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("CastleEpionSewers2")));
|
|
}
|