Blockland Forums > Suggestions & Requests
Copy/Paste Events
Yosher:
Can't you just check the "copy" thing at the events window, or am I not understanding the request very well?
Mold:
--- Quote from: Blocki on May 15, 2012, 12:58:28 PM ---Blam.
EventsGuiPlus
--- End quote ---
Someone edit it to copy a single line
Treynolds416:
--- Quote from: Yosher on May 16, 2012, 01:08:10 PM ---Can't you just check the "copy" thing at the events window, or am I not understanding the request very well?
--- End quote ---
Say you wanted 50 named bricks to change color when you press a button. On that button you would need 50 lines of events, one for each brick. Lines 0-49 would go something like
OnActivate < Brick0 < setColor < Red
What Uxie wants is be able to write that once on line 0 and copy paste 49 more exactly like it (he would still have to manually change the target brick)
Yosher:
--- Quote from: Treynolds416 on May 16, 2012, 02:24:58 PM ---Say you wanted 50 named bricks to change color when you press a button. On that button you would need 50 lines of events, one for each brick. Lines 0-49 would go something like
OnActivate < Brick0 < setColor < Red
What Uxie wants is be able to write that once on line 0 and copy paste 49 more exactly like it (he would still have to manually change the target brick)
--- End quote ---
Oh. Yeah, that would be handy.
J MASTER:
I've used eventsguiplus or events saver, not sure which one or both but...
One of them allows you to append saved events.
So make the 1 event you need copied over and over on a brick, save it, I usually tag on the word "append" to help keep track of what the event does, then go to the brick you're working with, check append, load up the event a bazillion times.