View Single Post
  #14  
Old 11-17-2004, 09:41 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by 1Boppoom1
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 ?
for the movepc thing...yeah you have to specify the loc
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote