Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function goto
import { goto } from "https://deno.land/x/tellojs@v1.0.2/src/cmds/goto.ts";

Goto a specific location (requires mission pad??)

Parameters

Coordinates of where you want to go (between -500 and 500)

coords: { x: number; y: number; z: number; }

10 - 60

speed: number

Go to the coodinates based on a certain mission pad

optional
missionPad:
| "m1"
| "m2"
| "m3"
| "m4"
| "m5"
| "m6"
| "m7"
| "m8"