Event Saver
You can use this to insert a series of duplicate events to a brick.
Fairly certain I have this.
Let me clarify.
I need to copy events, but paste the copied events to the same brick, on different lines...
Example.
- [onActivate] [target] [if] [cows = 1] [1 1]
[1]
[onVariableTrue] [target] [die]
Pretend this event was legitimate and went on for 10 lines or so.
Proceed to copy and paste.
[2] [onActivate] [target] [if] [cows = 2] [3 3]
[3] [onVariableTrue] [target] [claim to be elvis presley]
[4] [onActivate] [target] [if] [cows = 3] [5 5]
[5] [onVariableTrue] [target] [smell like cheese]
[6] [onActivate] [target] [if] [cows = 4] [7 7]
[7] [onVariableTrue] [target] [cough blood]
[8] [onActivate] [target] [if] [cows = 5] [9 9]
[9] [onVariableTrue] [target] [turn blue]
Get it?