Battledale_PRC8/_module/nss/ty_a1_2_a2.nss

7 lines
151 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_underfort_wintfor"))));
}