NWNDS/nwn_dark_sun/at_oldwellattob.nss

8 lines
194 B
Plaintext
Raw Normal View History

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