Quote:
Originally posted by Knight_Vincent
Ok,
How do i make it change ganis when fired and also whats the keydown number for "D"?
-Knight_Vincent
|
if (weaponfired) {setani ganiname,;}
and for the keydown, it's either 4,5, or 6
try this to find out which one since I don't feel like opening graal right now.
You don't need a keydown for D since weaponfired looks for the D keydown but if you must know it, it's 4, 5, or 6, can't remember which