7 lines
151 B
Plaintext
Raw Permalink Normal View History

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