Jump to content

Direction Error


OMGPandaYTReal

Recommended Posts

every second in "world":
	loop all zombies:
		block under loop-entity is south facing magenta glazed terracotta:
			loop 4 times:
				teleport loop-entity 0.25 meters south of loop-entity
				wait 5 ticks
		block under loop-entity is north facing magenta glazed terracotta:
			loop 4 times:
				teleport loop-entity 0.25 meter south of loop-entity
				wait 5 ticks
		block under loop-entity is west facing magenta glazed terracotta:
			loop 4 times:
				teleport loop-entity 0.25 meter east of loop-entity
				wait 5 ticks
		block under loop-entity is east facing magenta glazed terracotta:
			loop 4 times:
				teleport loop-entity 0.25 meter west of loop-entity
				wait 5 ticks

north and south work fine, but the east and west go north and south and i dont know why its happening, pls help

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...