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