Blockland Forums > General Discussion
How do you set relays on players?
TheArmyGuy:
It's related to VCE. That is kind of what it is about exept if you are a JVS lover?
Chrono:
--- Quote from: TheArmyGuy on July 17, 2010, 07:50:48 PM ---It's related to VCE. That is kind of what it is about exept if you are a JVS lover?
--- End quote ---
It's not related to the topic.
And what do you mean JVS lover?
I run neither VCE nor JVS on my server.
If you loved VCE at all anyways you would know who the authors were.
Moybus:
you used to be able to make a small box and use high v pongs and on projectile hit to make a loop that could target player.
but it broke in some update
Player:
Make sure you have the latest VCE.
Events:
Onactivate--->self--->fireRelay
OnRelay--->Self--->fireRelay
OnRelay--->Self--->VCE_ifValue [<var:player:firing>][===][1][you can leave this empty for now]
OnVariableTrue--->Player--->Spawnprojectile--->[speed of projectile][alarm]
Activate the evented brick in first person, and you'll fire bullets for as long as you hold your left mouse button.
Mr.LoLHaX:
--- Quote from: Player on July 17, 2010, 10:18:14 PM ---Make sure you have the latest VCE.
Events:
Onactivate--->self--->fireRelay
OnRelay--->Self--->fireRelay
OnRelay--->Self--->VCE_ifValue [<var:player:firing>][===][1][you can leave this empty for now]
OnVariableTrue--->Player--->Spawnprojectile--->[speed of projectile][alarm]
Activate the evented brick in first person, and you'll fire bullets for as long as you hold your left mouse button.
--- End quote ---
Beat me to it D: