View Single Post
  #8  
Old 08-22-2004, 05:44 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sotonin
all create does is add a new NPC_TYPE record in the database. a copy of whatever you have targeted. doesnt add the spawn
I beg to differ, it puts it in npc_types as well as putting it in spawns.
__________________
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