Author Topic: Buttons  (Read 508 times)

Ok so the JVS Buttons are cool right? But i can't use them. I know there is a way to press a button somewere and a projectile be launched but how please tell me the event iand the most specific way how to do that

Will some body help me already D;

You should wait longer, we do not see your post instantly.

Ontopic:
If the buttons work fine when you press and you want them to say, spawn a projectile these are the basic events you should use.

Oncontentstart/started. That happens when the button/door/lever starts moving.

So if you wanted it to shoot a projectile when it goes down/opens/moves, make an event.
Oncontentstart>self>spawnprojectile> 0 0 0 (Wep) 0 0 0 1.000.
Or use oncontent started, they do the same thing with a small amount of time in between.