Author Topic: How to emit projectiles from player?  (Read 478 times)

I saw a friend type "ShootBurger" and the projectile form the dinner blaster came from his player's face repeatedly. He said he used VCE, and I did it too a few times... But I lost where I wrote it down. Does anyone know the event? Thanks!

My freind did something simmalair to that but he didn,t tell me, because i sniped him, I hope you can find him again or anyone else that could help you. I will give you a Cookie here take it ;D  :cookie:

you can use VCE by putting in relays, and on the relay loop,

Code: [Select]
[0]onActivate->self->fireRelay
[1]onRelay->self->fireRelay
[2]onRelay->self->ifValue->[<var:pl:firing>]==[1] [3 3]
[3]onVariableTrue->Player->spawnProjectile[whatever you want]

you can also replace <var:pl:firing> with any number of things from the manual and it'll work still