Author Topic: event_clearbricks and event_loadbricks  (Read 456 times)

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.

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.

i could have sworn i did this once