Author Topic: Some kind of onBrickLoaded or onBrickCreated event?  (Read 1270 times)

I need an addon or something that makes a brick execute an event on load/create. That's about it.

I need an addon or something that makes a brick execute an event on load/create. That's about it.
I think it's already been made
It's definitely been attempted before

you can't put events on a brick before you make it, so what's the point?
or do you mean like, when a brick is planted on top of the brick with the events, it is triggered?

you can't put events on a brick before you make it, so what's the point?
or do you mean like, when a brick is planted on top of the brick with the events, it is triggered?
When a brick from a save file is loaded

When a brick from a save file is loaded
I don't understand how you could use that

I don't understand how you could use that

I need it, so is there something like that?

I don't understand how you could use that
onLoadPlant > Named Brick > fireRelay

you could trigger that with a door
and i find that if this were used with the duplicator, it would be rather... glitchy
the duplicator needs a few seconds before the events will work correctly

JVS bricks has this, I believe.
Forgot what it was though.

oncontentcreated
only works with content bricks though

onLoadPlant > Named Brick > fireRelay
no, I mean that I don't understand what applications it could have

oncontentcreated
only works with content bricks though
What about something that works for any other brick?

A lot of crap doesnt start when the bricks are loaded and if you use the SetZone event the zone does not save with the brick

no, I mean that I don't understand what applications it could have
zones.
Have the zones load up with the build, they don't automatically do that.

OnMinigameReset > brick > do stuff