Author Topic: How do you work the SetEventEnabled?  (Read 908 times)

How do you work the SetEventEnabled? I see other people do it and i try to copy it but not by the copy sign.And it dont work so how do you work it.Somone plz tell me!  :iceCream: :iceCream: :iceCream: :iceCream: :iceCream: :iceCream: :iceCream: :iceCream: :iceCream:

on activate_named brick_set event enabled
  • [ ]


This will turn the first event on the brick (in example named brick) off (so it don't work)

on activate_named brick_set event enabled


This will turn the first event on the brick on (so it works)

on activate_named brick_set event enabled [0 ] [_]

This will turn the first event on the brick (in example named brick) off (so it don't work)

on activate_named brick_set event enabled [0 ] [x ]

This will turn the first event on the brick on (so it works)