Jump to content

Specific world-hopper ranges


Recommended Posts

Posted
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])
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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