Jump to content

set {pos} to air


Lapzzo

Recommended Posts

3 hours ago, Lapzzo said:

Everything works, but {pos} doesnt get set to air

on death:
	set {pos} to victim's position
	set block {pos} to skeleton head
	wait 5 seconds
	set {pos} to air

 

here you go

on death:
	set {_pos} to victim's position
	set block at {_pos} to skeleton head
	wait 5 seconds
	set block at {_pos} to air

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...