Sombody here dosn't know toggleventenabled
To be honest, I don't acutely know what it is. I rejoined Blockland half way through june. So this event stuff is kinda new to me. i know how to make doors restricted, shops, health booths. And other stuff (I know how to make garage doors open all at once) But I don't know what ''toggle event enabled'' is.What is it exactly?
*BUMP* if you're wondering why I didn't make an event for all the garage doors to open, its because the event command *doorOpen* wasn't listed (nor were all the other door event commands) :/
now it's contentstart and contentstop
Let's say you want to make a light where clicking it once makes the light turn on, and clicking again turns it off.You would use these events: 0-OnActivate - Self - SetLight - [Any light] (Enabled at Start)1-OnActivate - Self - ToggleEventEnabled - 0 2 (Enabled at Start)2-OnActivate - Self - SetLight - None (Disabled at Start)