Jump to content

Specific world-hopper ranges


magic12153

Recommended Posts

2 hours ago, magic12153 said:

You lost me at "iterate through that list's index, hop to worldList[x]"

Would you be willing to help me set this up as like a fiver type job?  Would be much appreciated.  

I would recommend learning the basics of Java (and programming) in general before attempting to write a script.

//pseucode for what i was talking about below

List worldList = [301,302,303,304,305,306,307,308,309]

int x = 0; //zero is beginning of an array


if wantToWorldhop(){
	worlds.hop(worldList[x]);
    x++; //x is now 1, x will not hop to 302 next time of calling worlds.hop(worldlist[x])
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...