Thread: Random
View Single Post
  #17  
Old 08-30-2006, 05:02 PM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to 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];

__________________


CAUTION
Reply With Quote