Blockland Forums > Help
Onplayer touch emmiter kill?
Exoyo:
how can i make the laser go to the side with on relay i tried on relay east west north and all that but the it wouldnt work and what can i do to make it automatically be there instaed on me having to click it
Tezuni:
--- Code: ---OnActivate > Self > SetEmitter > LaserA
(Do this for the 1x1s)
OnPlayerTouch > Player > kill
(Do this for the 1x12x5)
+'s represent the 1x1 bricks.
='s represent the 1x12x5 brick. (Make this have rendering off.)
+=====+
+=====+
+=====+
+=====+
+=====+
(Direct all laser emitters attached to the 1x1 bricks inward, towards the 1x12x5 brick.
--- End code ---
MtnDew:
This is why i want a projectile that you can only see when you have a tool out.
Like non-rendered bricks.
Exoyo:
is there a way to do it without onactivate cause i want it to be up without clicking it
Chrono:
You can. Just take out the onActivate part Tezuni told you about, and put on the emitters normally.