By the way, LDoNs dont work (You can #zone into them, but you cant spawn like an adventure recruiter).
However with some knowledge of perl and utilizing the quest globals one could write a script for LDoN Recruiters.
__________________
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.
|