Code Editing Tutorials
Changing the speed of FH Flamethrower


Step 1:

Open WL_ACT2.C and go to line 2961 and you should see this:


new->speed = 1200l;


Step 2:

Change the 1200l to your liking!

I put: (for instance)


new->speed = 3000l;



Three thousand is a good value, I tested it, it goes kinda fast (so it could actually hit the player!). But if it goes too fast it could be very deadly! Remember the higher the number the faster it goes, the lower the number, the slower it goes.Got it?



Compile and link up!







 

Get back to the Dome tutorials
Jump to the top