Use this command to jump to another GML-room defined in the same website.
This is, to say, the "main" command of the whole engine. With this command,
all the rooms will be connected together. Mostly used as click command for items.
Usage:
jump [to] intern_roomname [x y]
to can be ommitted.
x y is the scroll position on the target room.
If not set, it will use the default. You need to add y also if you only use x.
jump myroom
is the same as
jump to myroom
jump myroom
jump to myroom
jump to myroom 10 -50
Next: The link command.