

#BLOCKLAND RELOAD COLORSET MOD#
# Stop color changing when brick is blown upĪn unknown amount of Add-Ons wont work correctly with this mod as they are modifying the Event window in an evil manner. # Alternate between starting and stopping color changing OnActivate->Self->playSound("Beep_Denied.wav")Įnd: onActivate->Self->cancelEvents # Stop color changing (start with events disabled) Start: onActivate->Self->playSound("Beep_Checkout.wav") # Start color changing (start with events enabled) # Makes a brick change colors on a loop when toggled When no binding is set, these are the default: ctrl+shift+c Copy Second function loads the string onto the brick. $script = EventScriptServer_save(_myBrick) ĮventScriptServer_load(_myBrick, $script)įirst function saves the events to a string. It is also possible to paste the script on the server, if the add-on is enabled. There also exists an in-game editor, for quicker access and easier eventing. Keep in mind that pasting will always overwrite your current events, unless an error occurs. If a script already is within the clipboard, it can be pasted in the same manner with the other shortcut.Īny errors will halt the script and let the user know, giving brief explanation of why it could not parse the script. This will place the script in the clipboard, ready to be pasted in any text editor of choice. While there, just copy the events with previously mentioned shortcut. When this is done, one could easily just join a server and go into eventing mode. Keep in mind that anything that relates to ctrl+c, alt+c, ctrl+v and alt+v will not work as expected. DetailsĪfter installing the add-on, go to Options to set the shortcuts for copying and pasting events.
#BLOCKLAND RELOAD COLORSET CODE#
Start scripting.Ĭopies the left code into the event system and then copies the event system into readable script. It completely obliterates copying issues.ĭownload. It reduces the problem with huge amounts of events.

This mod introduces the ability to script your events, through the new scripting language EventScript. Handling a huge amount of events have always become tedious and problematic. Sharing events to others is also a hassle.
#BLOCKLAND RELOAD COLORSET MANUAL#
For years people have used Duplicator or manual copying to transfer events from bricks and builds to other bricks and builds.
