Originally Posted by
mooolikeacow
what do you mean by.For movement copy this into your .txt ???
and what command file
In version 1.3 you were able to load different command files written in .txt format.
In 1.1 you only have command.txt so now we have to keep all of our different command files elsewhere and swap them as needed.
for the movement commands put
Code:
#move
_forwardstop:{vkup:$57}
_backstop:{vkup:$53}
forward:{if1::_backstop}{vkdown:$57}{var1:true}
back:{if1:_forwardstop:}{vkdown:$53}{var1:false}
stop:{if1:_forwardstop:_backstop}
left:{vkdown:$41}{delay:2}{vkup:$41}
right:{vkdown:$44}{delay:2}{vkup:$44}
strafe left:{vkdown:$51}{delay:2}{vkup:$51}
strafe right:{vkdown:$45}{delay:2}{vkup:$45}
jump:{vkdown:$20}{delay:1}{vkup:$20}
follow:{vkdown:$6f}{vkup:$6f}
into the command.txt