By the way, if this is client-side how can you get brick names then?
The ServerConnection has all the names of all YOUR OWN bricks in it, and the number of bricks you have on the server, as child variables.
Is there a function where you can copy the above line and paste it into the one below the one you are copying? So like if I have:
OnActivate -> Self -> firerelay
and then I press Ctrl C, then Ctrl V, this will appear in the next line
OnActivate -> Self -> firerelay
If so, I would hug you, and pay you.
Well obviously we have the fxDTSBrick targets copier thing which you can read in the OP.
As for a button that just copies the whole event, sure, I could add that in like, two minutes.
See, that's the good thing, once I have a base created, I can add things really quickly.