Thread: Boss
View Single Post
  #11  
Old 10-13-2001, 02:53 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
Here isd something, I guess I'll have to demoralize myself down to Helmut's level, here goes nothing.

//Starts Here
timeout=0.05;
if (playerenters||timeout||washit||wasshot||playercha ts||exploded){
bigboom();
this.boomed,5;
timeout=0.05;
}
if (this.boom>15){
bigboom();
timeout=0.05;
}
function bigboom(){
if (timeout){
putleaps 0,playerx,playery;
putexplosion 2,int.random(playerx-3),int.random(playery-3);
putexplosion 2,int.random(playerx+3),int.random(playery+3);
timeout=0.05;
this.boomed++;
}
}
//Ends Here


Gosh, that took like, what, 0.05 seconds?

-Rebel95 -DND- -Working Heavily on Server-
Reply With Quote