View Single Post
  #13  
Old 11-17-2004, 06:58 AM
1Boppoom1's Avatar
1Boppoom1
Banned
 
Join Date: Nov 2004
Location: Lake Isabella
Posts: 90
Default

ok a few questions do we have to put the coordinates? or can we just list the zone id?

like
Code:
quest::movepc(68);
or does it have to be

Code:
quest::movepc(68,3248,1354,18);
?
also is there a way to get them to boot up the zone before sending as in #zonestartup zoneshortname id ?
Reply With Quote