Author Topic: Event Adder.  (Read 2277 times)

Lousy name for a useful tool.


First part:
I want a tool that will add lines of events.
I wish to make a onRelay loop with four things happening afterward, lets say, this.

So, I go ahead and make
onActivate > Self > fireRelay

I fire up my event adder, and set it to macro the following event five times
onRelay > Self >

I then go through manually and add the last fireRelay and all the setColors.


Second part:
A way to integrate this with the copy events portion so that when I paste events, it ADDS the new ones instead of replacing them.
Say I have some ub3r complicated events spanning across 10 bricks, and each single brick has a different set of events. Pasting over these would be disastrous. I want to make those bricks glow say, onRelay, for 33 milliseconds.
I don't want to go through each brick adding a total of 20 lines of events, when I can just activate the event adder on those two new lines of events, then use that client sided thing that lets you click on the brick to automatically paste, whatever its called. That would turn a 80 click job into a 13 click job. Not counting time saved.


Make sense? This should be easy, I mean, after all, they have event savers and things.
« Last Edit: November 16, 2011, 02:23:03 PM by Lugnut1206 »

if i understood this correctly, i have a private mod that does this for me..

That adds events instead of pasting over old ones?
May I have it?

So what is this, just a macro mod for events?

So what is this, just a macro mod for events?
Pretty much, but while this probably seems like 'pshhh who needs that'
this forgeter would save a LOT of time

That adds events instead of pasting over old ones?
May I have it?
im pretty sure thats what it does. It appends over the existing event. It's somewhere in my add-ons folder, i dont know the name of it

If you find it, I would appreciate you sending it to me.
he's not gonna :c
« Last Edit: November 16, 2011, 02:48:57 PM by Lugnut1206 »


http://forum.returntoblockland.com/dlm/viewFile.php?id=209
No, forget no.
I already have that, all it does is lets you shift events up and down, and save them.
Nothing like what I want.

Bump
someone please make this

need. this would make it so much easyer for them long scripts
on activate clinet chat message <color:FFF000> CREDITS!
on activate clinet chat message <color:FFF000> Names
on activate clinet chat message <color:FFF000> Names
on activate clinet chat message <color:FFF000> Names
on activate clinet chat message <color:FFF000> Names
on activate clinet chat message <color:FFF000> Names
on activate clinet chat message <color:FFF000> Names

or things like these

On activate Client This door will not open unless you know the Password
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message List of rules
On activate Client chat message thanks for reading the rules heres the password have fun! (PASSWORD HERE!)

No, forget no.
I already have that, all it does is lets you shift events up and down, and save them.
Nothing like what I want.
If you save the events on a brick you can go into your Blockland folder and find the EventsGUI+ events save folder. It's just text files. You can easily edit them and not break anything. It makes it super fast to create events. In less than 40 minutes Spade created 1000 lines of events... I'd say not bad.

SO basically an event copier? This sounds great

This is planned for a part of BuildBot v3

You can edit lines of events in a standalone GUI and auto apply them when you hit a brick, either adding onto or overwriting the existing events.

This is planned for a part of BuildBot v3

You can edit lines of events in a standalone GUI and auto apply them when you hit a brick, either adding onto or overwriting the existing events.
So when do you plan on completing this?