Author Topic: Copy/Paste Events  (Read 1676 times)

Im sick of writing the same or almost the same lines of events over and over for large things. If I could copy and paste lines of events, that would be a time saver.

You can annoy yourself but not type it out by using the "Event saver" add-on and editing it through Notepad.

You can annoy yourself but not type it out by using the "Event saver" add-on and editing it through Notepad.
I could but I don't want to.

You know what?
forget it.

I've seen this suggested too many times, and wanted it too many times, I think I'm going to richard around and make this.

You know what?
forget it.

I've seen this suggested too many times, and wanted it too many times, I think I'm going to richard around and make this.
Well herp a derp


You know what?
forget it.

I've seen this suggested too many times, and wanted it too many times, I think I'm going to richard around and make this.

Make it compatible with Event Saver mods, please.

Blam.
EventsGuiPlus

Doesn't let you copy/paste individual lines of events


You know what?
forget it.

I've seen this suggested too many times, and wanted it too many times, I think I'm going to richard around and make this.
YES!

Can't you just check the "copy" thing at the events window, or am I not understanding the request very well?

Blam.
EventsGuiPlus
Someone edit it to copy a single line

Can't you just check the "copy" thing at the events window, or am I not understanding the request very well?
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)

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)

Oh. Yeah, that would be handy.

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.