Author Topic: Making a right and left mouse button weapon  (Read 514 times)

How is it done? I've looked at the Flak cannon and Sandman scripts, but I don't know which parts control the double mouse support.

The ontrigger part of some package.

The ontrigger part of some package.
Looks confusing.
I just want to edit it so when you click, the weapon plays a different animation and you do a different amount of damage.

I'll take a look at the sandman in the TF2 scout package, it's done on that script.

Just run trace() in console before using them, and it'll show you the function involved.

Just run trace() in console before using them, and it'll show you the function involved.
Thanks.

Just run trace() in console before using them, and it'll show you the function involved.
I would highly recommend disconnecting from RTB IRC and disabling all other mods before using trace. It really does help a lot when looking through results.

I would highly recommend disconnecting from RTB IRC and disabling all other mods before using trace. It really does help a lot when looking through results.
I did that :P