View Single Post
  #2  
Old 04-27-2014, 08:22 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Check the player.pl in the tutorialb folder, you should find this:
Code:
quest::movepc(202,-55,44,-158.81);
Plane of Knowledge is zone ID 202. quest::movepc is laid out as follows:
Code:
quest::movepc(zoneid,x,y,z,[heading]);
Heading is optional.
Reply With Quote