// Waypoint system options. // Make sure the global Wp table exists before calling the setup functions if(Wp) { Wp.SetTopWaypointOffset(40); Wp.SetBottomWaypointOffset(-24); Wp.SetTopPathOffset(36); Wp.SetBottomPathOffset(6); Wp.SetBlockablePathOffset(20); Wp.SetFacingOffset(18); Wp.SetTextOffset(10); Wp.SetTextDuration(2); }