Author Topic: default variables?!  (Read 1265 times)

could someone post what all of the default variables that weapons in bl must have defined are and what they do?

this would help, ALOT. ty


... thats why I want a list of them all

as a beginner programmer, this would be EPICLY helpfull.

Look at Weapon_Gun, It is a model add-on that you should use as the base for your weapons. It contains all the required fields too.

so, look at the gun, edit, and look at he grenade and bombs to see how to drop or throw.

so, look at the gun, edit, and look at he grenade and bombs to see how to drop or throw.
Exactly. If you want a script to do something, and another add-on has done that, then you would look at that add-on to find out how it's done.

Exactly. If you want a script to do something, and another add-on has done that, then you would look at that add-on to find out how it's done.

compare scripts, gotcha!