Thread: New NPC models
View Single Post
  #3  
Old 05-17-2005, 05:55 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Actually to my knowledge, ships DO have collision detection (KhaN: They have to, otherwise, you'd fall though boats) however, it must be #spawn'd as that race. #race will treat it like a normal npc with that particular model.
__________________
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