So you have been wanting to learn how to make things go to links?
Well here is how.. I will post the whole code then break it up.
Your wrapper should be called w for this to work..
Code:
w.GetWrapper "http://www.neopets .com/pirates/academy.phtml?room=2", "http://neopets .com/"
Ok First this part:
This is telling the program to take the link, and go to it.
Code:
"http://www.neopets .com/pirates/academy.phtml?room=2", "http://neopets .com/"
This code will tell the program what link you want it to go to. But you always need the comma after the first link, a space, then the second link.
That is how you program a code to get to a site.