Battledale_PRC8/_module/nss/ah_cryptexitport.nss

7 lines
189 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetLastUsedBy();
location lDestination = GetLocation(GetWaypointByTag("ah_finishedcrypt"));
AssignCommand(oPC, ActionJumpToLocation(lDestination));
}