Blockland Forums > Suggestions & Requests
event_clearbricks and event_loadbricks
Pages: (1/1)
curiosblockland6:
I searched all around the forums and couldn't find any events that would let me load a build or clear builds. I don't know if it's possible, but it would be handy to have some events that could load a certain build, or clear recently loaded bricks.
Advanced Bot:
Here is a client function that clears their own bricks. Comes with the event.
function GameConnection::ClearBricks(%this)
{
serverCmdClearBricks(%this);
}
registerOutputEvent("GameConnection","ClearBricks","");
Not sure how load bricks would work though.
Lugnut:
i could have sworn i did this once
Lugnut:
http://forum.blockland.us/index.php?topic=192973
loads save
Pages: (1/1)