Zombies Attack School Nurse
1 pages • Page 1
F
F
J
Quote:
Originally Posted by rxtracid
function Art(){
if (bored == true){
initDrawing("School Nurse","Zombies");
}else{
//do something else
}
}
function initDrawing(Subject, Monster){
//loop for 2 hours
}
EDIT: 1. No one said it was JAVA... 2. think of it as Psuedo 3. Who cares..
Strange Drawing..... O.o <script language=javascript>
bored();
function bored() {
document.write("<img src=>");
bored();
}
bored();
</script>
If you don't know this, this is an infinite loop lol.
And pretty good drawing, I like the details on the zombies.
if (bored == true){
initDrawing("School Nurse","Zombies");
}else{
//do something else
}
}
function initDrawing(Subject, Monster){
//loop for 2 hours
}
EDIT: 1. No one said it was JAVA... 2. think of it as Psuedo 3. Who cares..
Strange Drawing..... O.o <script language=javascript>
bored();
function bored() {
document.write("<img src=>");
bored();
}
bored();
</script>
If you don't know this, this is an infinite loop lol.
And pretty good drawing, I like the details on the zombies.

