Jump to content

Can Someone Fix This Animation Skript?


DragnB

Recommended Posts

on place of diamond block:
 wait 2 ticks
  set block to black wool
 wait 2 ticks
  set block to white wool
 

# I Want it to repeat like as a direction

# and i want it to work like slime fun yk how the rainbow blocks are.

# i want it so when you place it it keeps going like repeats

# Like

# Every 5 seconds:

# Change block to "test"

# if yall know what im talknig about.

 

Link to comment
Share on other sites

on place of diamond block:
	set {_loc} to event-location
	while block at {_loc} is not air:
		wait 2 ticks
		set block at {_loc} to white wool
		wait 2 ticks
		set block.. #ect

That's what I would do, it isn't tested howerver.

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

5 hours ago, Gam3rBoi said:
on place of diamond block:
	set {_loc} to event-location
	while block at {_loc} is not air:
		wait 2 ticks
		set block at {_loc} to white wool
		wait 2 ticks
		set block.. #ect

That's what I would do, it isn't tested howerver.

It works but you cant remove the block, it just stays there and keeps changing colors even if u try breaking it

Link to comment
Share on other sites

23 hours ago, foreignlol said:

It works but you cant remove the block, it just stays there and keeps changing colors even if u try breaking it

yeah no one should use this one it should have a command on end /stopAnimation block /StartAnimation Block

Link to comment
Share on other sites

on place of diamond block:
	set {_loc} to event-location
	while block at {_loc} is not air:
		wait 2 ticks
		if block at {_loc} is air:
			stop
		set block at {_loc} to white wool
		wait 2 ticks
		if block at {_loc} is air:
			stop
		set block.. #ect

Yeah... I forgot to check whether or not the block was air IN the loop...

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

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