Quote:
Originally Posted by killspree
I can tell you one problem with it:
it's quest::me not quest::emote - that may be the culprit.
|
quest::emote is a command.
Quote:
Originally Posted by Line 433 in embparser.cpp
"sub emote{push(@cmd_queue,{func=>'emote',args=>join(',',@_)});}"
|
__________________
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.
|