View Single Post
  #5  
Old 01-24-2005, 02:12 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

No I mean, I remember for some reason having to get the pieces to turn into one NPC, and then I had to turn in the item he gave me to another NPC to get the key. I could be wrong, though.
__________________
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