PWE_PRC8/_module/nss/ek_port_friqia1.nss

18 lines
478 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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")));
}