Thread: Help me
View Single Post
  #6  
Old 12-16-2001, 01:38 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
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
Reply With Quote