Hello thommoboy,
Spirit is right. You should be more specific.
Anyway, I want to try to help, so I assume you are talking about Arkage´s tutorial:
http://www.inside3d.com/showtutorial.php?id=249Be careful with this tutorial, there are some issues in it.
First of all, there are many passages, where he has a typo in the "code": ['code'] blah ['/code']
So be sure to not forget these lines.
Secondly, the issue you described, because there is a mistake in his code.
He wrote, that you should call this function:
W_Pistol ();But it doesnt exist !
So please exchange this call with this one:
W_FireShotgun (); Then it should work (if there are no other issues in his tutorial)...
Best wishes,
Seven