Blockland Forums > Suggestions & Requests
/playdead Command (RESOLVED)
Pages: (1/1)
Counter98:
i know there's one in Fooly's Fun Commands but i want a dying animation that isn't attached to humping, exploding heads and monkeys.
i tried to look at the code and dissable the other commands but i know nothing about scripting so um yeah
Electrk²:
--- Code: ---function serverCmdPlayDead(%c)
{
%c.player.playThread(0, death1);
}
function serverCmdNormal(%c)
{
%c.player.playThread(0, root);
}
--- End code ---
Counter98:
--- Quote from: Electrk² on December 01, 2012, 11:52:24 PM ---
--- Code: ---function serverCmdPlayDead(%c)
{
%c.player.playThread(0, death1);
}
function serverCmdNormal(%c)
{
%c.player.playThread(0, root);
}
--- End code ---
--- End quote ---
Alright, thanks, I've got my custom mod running
Now I can't say I don't know anything about coding...
Pages: (1/1)