Blockland Forums > General Discussion
Eventing Megathread ~~~ Lets go!
awesomebread:
I like events.
IkeTheGeneric:
--- Quote from: Johnny Blockhead on July 10, 2013, 10:10:13 PM ---Today, we will be making a trail for your player with vce. We will be using the critical hit projectile.
33 OnActivate > Self > FireRelay
33 OnRelay > Self > FireRelay
33 OnRelay > player > SpawnProjectile [Critical Hit] [ 0 ] [ 0 ] [ 1 ]
--- End quote ---
If you're looking for the events for a projectile trail for players, here you go:
Just be cautious with the event, it's really spammy. I'd suggest setting the delay on line 1 to at least 120 milliseconds.
I believe some other variables for player would be <var:pl:firing>, <var:pl:jetting>, <var:pl:crouching>, <var:pl:maxhealth> and <var:pl:jumping>
Advanced Bot:
Here is a chargable superjump, the longer you hold, the higher you go.
EDIT: I tried doing add on the velocity for setting depending on the jump charge and it does nothing :/
Johnny Blockhead:
Does anyone know how to fix when you put events on a bot spawn they disappear once you press send?