Pages: 1
Topic closed
how do i make the game im currently working on require the player to hold (r) down for 3 secs to reload the gun?
and...
how do i make each mag have 20% more bullets when my adrenaline level reaches 100
also...
*, i forgot what i was gonna ask next.
Last edited by teguki (2008-03-08 15:20:40)
Offline
Inside your loop that checks for other keypresses, put
If "R" pressed
- set timer to zero
- repeat until NOT key R pressed or timer>3.1
- - if timer>3 set ammo to 10
Offline
Topic closed
Pages: 1