Thread: Helpo Changeo
View Single Post
  #8  
Old 12-09-2001, 11:07 AM
Sennema Sennema is offline
Registered User
Join Date: Nov 2001
Location: Ontario, Canada
Posts: 132
Sennema is on a distinguished road
Send a message via ICQ to Sennema Send a message via AIM to Sennema
NPC Code:

if(playerbombs>0&&keydown(4)){
commands go here;
}
if(playerbombs==0){
timeout=15;
if(timeout){
playerbombs=99; //or whatever number
}
if(keydown(4)&&playerbombs==0){
play nextpage.wav;
}



or something to that effect. You can replace the "play nexpage.wav" to anything you want to take up time while it recharges.
__________________
~Draemus Windblade


Just over 90% of all messages have no point or meaning.

"In order to preserve ourselves we seek out and eliminate anything that may do use harm. In doing so, we destroy things that, though possibly hazzardous, may be important to survival. So you see, in trying to save ourselves, we ultimately bring about our own destruction"


Luminar
Reply With Quote