| 
 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.
 |