Author Topic: What are some tips/tricks with the command promt  (Read 621 times)

the command prompt (accessed with the ~ key) seems to be pretty useful, but I only recently started using it and have not idea what to do with it. On top of that I am building a tutorial build and I wanted to make a section to  teach people how to use the command prompt. So what are some commands, tips, and tricks you know of?



if you're in a minigame that doesn't have any jets (guaranteed you're the host on a non-dedicated server) and you need some jets you can do:
findClientByName(yourname).player.setDatablock(PlayerStandardArmor);
the more you know

One particularly useful one I know is the one for moving where saves load.
$loadOffset = "x y z";

//So for example, to load the build 50 units in the air:
$loadOffset = "0 0 50";

moveforward(0.1); lets you move while you're sitting

moveforward(0.1); lets you move while you're sitting
only if your player speed isn't fast

only if your player speed isn't fast
default player is what's normally used