#Falling anvil explosion at block it lands on
1 messages · Page 1 of 1 (latest)
what I would do is after shooting, i would wait like 2-3 seconds and then create an explosion and then kill the entity
on right click:
if name of player's tool contains "blah blah":
spawn falling anvil 1 meter above player
push last spawned falling anvil up with speed 2
set {_lsa} to last spawned anvil
wait 3 seconds
create fake explosion at {_lsa}
damage all players in radius 5 of {lsa} by 10
kill {_lsa}
should work
oh
one sec
last spawned falling anvil
oops xd
and yes, you could make it go forward
just change push lsa up to push las in direction of player
you're forgiven