how do i make my game so that if Kills(variable) reaches 20 go to next level?
Offline
another way is to use a variable called "level" used in
forever if (kill > ((20 * level) - 1) )
change level by (1)
it all depends on the game
Last edited by dingdong (2008-08-23 19:45:34)
Offline