18 lines
478 B
Plaintext
18 lines
478 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("CryptofFriqiaL2")));
|
||
|
}
|