Battledale_PRC8/_module/nss/frost_bookcase.nss

9 lines
204 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetPCSpeaker();
object oWayPoint = GetWaypointByTag("frost_bookshelf_exit");
location lLoc = GetLocation(oWayPoint);
AssignCommand(oPC,JumpToLocation(lLoc));
}