Thread: Random
View Single Post
  #18  
Old 08-30-2006, 05:04 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
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
Reply With Quote