Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Walk in place
« previous
next »
Print
Pages: [
1
]
Author
Topic: Walk in place (Read 388 times)
Block Aloni
March 25, 2016, 08:21:04 AM
I need a command that allows you to walk in place, preferably /wip
Need it for a film ;)
Ad Bot
Advertisement
TableSalt
March 25, 2016, 08:22:03 AM
Sit and press W at the same time, your animation will get stuck.
Amade
March 25, 2016, 11:29:23 AM
This should do it. Copy the code and enter
eval(getClipboard());
into your console, then use /wip.
Code:
[Select]
function serverCmdWIP(%client)
{
if(isObject(%obj = %client.player))
{
%obj.playThread(3, "run");
}
}
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Suggestions & Requests
»
Walk in place