View Single Post
  #17  
Old 11-19-2004, 05:09 AM
Kroeg's Avatar
Kroeg
Hill Giant
 
Join Date: Oct 2003
Posts: 241
Default

Yes, you have to put the entire argument in or it will not work!

quest::movepc(zoneid, x, y, z);

is what it should always be

quest::movepc(zoneid);

will defnitely not work, unless there was a movepc command that only required one argument. I only know this because there have been times that I clumsily left out the x, y, z on accident and realized that the quest wasn't working.
Reply With Quote