#teleportTo(x, y) not working?

8 messages · Page 1 of 1 (latest)

hallow ferry
#

here's my current code:

function onBegin()
    wait(1.5)
    walk(-175)
    wait(3)
    run(175)
    helpers.teleportTo(25, 0, "1a", "ThinkForABit")
end

teleporting with the offset doesn't work, i just teleport to the spawn (with no offset)

sharp forge
#

x and y are only accounted for choosing the spawnpoint if target room is present

#

also that helpers. is redundant

#

all helpers. accesses are redundant in fact

#

the post title is also a bit misleading, as it implies teleportTo does not work at all
when it does

maiden quartz
#

feel free to PR any documentation fixes, most of it needs some love from what i remember

sharp forge