Battledale_PRC8/_module/nss/frost_deck.nss

9 lines
196 B
Plaintext
Raw Permalink Normal View History

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