i been working on my dbz game and i need to know how to code powerup plz help me
ID:292225
![]() Mar 7 2011, 2:57 pm
|
|
![]() |
RPG Starter |
An Open Source Demo/Game with everything you'll need to get started on your very own BYOND Game! |
ID:292225
![]() Mar 7 2011, 2:57 pm
|
|
i been working on my dbz game and i need to know how to code powerup plz help me
|
Start a do while loop with the condition (src.pl!=src.max_pl || src.ki!=src.max_ki) and during each iteration add them up.Put a sleep() to delay.
Those were the basic requirements.Sfx and gfx are basically extra things.