Author Topic: Help with Wrench Events, Add-ons, and other topics.  (Read 646 times)

Lost? Need help? Well this is the topic to look in!

Wrench events:
Here are some sample wrench events to get you started!
Fire:
Make a brick with this design:

Brick code: R=Red brick, B=Brown brick
      B
  B  R  B
      B

Now use the wrench on the red center brick, and select  emitter "Fire A" or "Fire B".
Use the wrench on the center brick again, and use these wrench events:
1.OnPlayerTouch->Player->Burnplayer
2.OnPlayerTouch->Player->Addhealth [-10]
3.OnPlayerTouch->Client->CenterPrint [Oooch!]
---------------------------------------------------------
That's how ya make fire.
More help comin' soon!

how do you use toggle event enabled?

for toggle event enabled, the box is the numbered events to be toggled, like
(checked)onactivate>namedbrick>setlight>none
                                  light
(unchecked)onactivate>namedbrick>setlight>bright
                                      light
(checked)onactivate>self>toggleeventsenabled [0(space) 1]

and that should switch the light on and off