Thread: Chaos
View Single Post
  #11  
Old 06-08-2001, 04:30 PM
toad1413 toad1413 is offline
toad@graal:~$ ./Oldbie
Join Date: May 2001
Location: Aust.
Posts: 3,819
toad1413 is on a distinguished road
Send a message via ICQ to toad1413
Quote:
Originally posted by grim_squeaker_x
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.
What does that do? I'm too lasy to stick it in a level to try it out, sorry.
Don't say anything Marle.
__________________
Creator of the original 'spam' icon. Worst mistake I ever made on these forums.
Reply With Quote