Thread: help here
View Single Post
  #3  
Old 08-10-2011, 12:28 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
At a guess,

PHP Code:
function onCreated() {
  
this.links = {
    {
"level1.nw"3545},
    {
"level2.nw"4535},
    {
"levellol.nw"1337}
  };
}

function 
onPlayerTouchsMe() {
  
temp.choice this.links[int(random(0this.links.size()))];
  
player.setlevel2(temp.choice[0], temp.choice[1], temp.choice[2]);

Would warp you to a random level when you touch it
Reply With Quote