View Single Post
Old 12-17-2003, 04:01 AM   #4 (permalink)
CodeCat
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,279
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

Don't use DumbProjectileBehavior, because that is meant for arcing-type projectiles like shells. What you need is MissileAIUpdate. Make it so that it doesn't follow targets, and set the "fuel" if necessary. You can NOT have a moving object without a module that defines movement, obviously. So simply removing DumbProjectileBehavior without substituting it with MissileAIUpdate will have some unexpected results.
CodeCat is offline   Reply With Quote