bind <key> <Action>
<p>eg bind {{Keyboardkey|keytext=x}} move_forward</p>
==New Bind file ==
// Change "`" to whatever you prefer, it's just below the escape key on most keyboards though.
</pre>
:<p>to autorun.txt so you can use ' {{Keyboardkey|keytext=I}} ' for inventory etc, much easier than using the function keys. {{smiley}}</p>
==Old Bind File Autorun.bsh (Obsolete)==
keys.bind(KeyEvent.VK_BACK_SPACE, "wurm.rebuildTextures()");
that way you can press backspace to force all textures to get rebuilt.
==Sample autorun.bsh==