Author Topic: Repeat events.  (Read 441 times)

Is it possible to make something that will repeat the events on a brick? Kind of like copying the current events on a brick and pasting it on the same brick so you have it twice. Cause I'm trying to make a bot creator thing and to make it I need to have like 420 events on the bot spawn. I'm up to about 220 and its getting really boring. So is there a way to make a client side thing to "paste" copied events.

Please, I need this too

Gerlt the events gui plus from rtb.

You can do this by editing the savefile and copying the event lines.


relays duhhhh
What I mean is a way to double the current events on a brick. Like instead of onActivate>Player>Kill
onActivate>Player>addVelocity

It would make
onActivate>Player>Kill
onActivate>Player>addVelocity
onActivate>Player>Kill
onActivate>Player>addVelocity


Either use a function loop with the VCE, or copypasta them in the event save file made by the EventGuiPlus script.