
08-30-2006, 05:04 PM
|
|
Banned
|
 |
Join Date: Jul 2005
Location: US
Posts: 5,229
|
|
Quote:
|
Originally Posted by Luigi203
PHP Code:
function onCreated() {
this.coords = {{level 1 coords},{level2 coords}, {level 3 coords}};
this.levels = {level1,level2,level3};
this.rand = int(random(0,3));
setlevel2 this.levels[this.rand],this.coords[this.rand][0],this.coords[this.rand][1];
}
|
Awww...yours is prettier  |
|
|
|