Thread: Stupid Scripts
View Single Post
  #1  
Old 11-04-2001, 05:36 AM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (playerenters||timeout) {
while (true) {
putexplosion 32,playerx,playery;
showimg this.thingummy,beer.gif,random(0,screenwidth),rand om(0,screenheight);
changeimgvis this.thingummy,4;
this.thingummy++;
}
timeout=0.05;
timereverywhere;
}

You should try running that in a level for fun once.
Disclaimer: I am in no way responsible for any system crashes etc., thank you.
__________________

Reply With Quote