Thread: Random
View Single Post
  #22  
Old 09-01-2006, 12:16 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
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];

You are working with new gscript. Please put brackets around your setlevel2() parameters.
Reply With Quote