Thread: Chaos
View Single Post
  #10  
Old 06-08-2001, 04:23 PM
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) {
for (this.i=0;this.i<64;this.i++) for (this.j=0;this.j<64;this.j++) {
this.a=int(random(0,16));
this.b=int(random(0,255));
board[this.i+64*this.j]=this.a+16*this.b;
}
updateboard 0,0,64,64;
timeout=0.05;
}


Put that in a level and then you've got even more chaos.
__________________

Reply With Quote