Hello!
I'm trying to make a conveyor. What I need to figure out is how to move a block.
One thing i've tried is setting {barrel} to the location of the barrel, and then adding 1 to barrel. but It didn't work.
I don't know if this is simple, I'm sure it's not.
It could go something like this:
I don't know though. That's why i'm posting here
I'm trying to make a conveyor. What I need to figure out is how to move a block.
One thing i've tried is setting {barrel} to the location of the barrel, and then adding 1 to barrel. but It didn't work.
I don't know if this is simple, I'm sure it's not.
It could go something like this:
Code:
on place of barrel:
set {barrel} to event-block's location
move event-block by 1
I don't know though. That's why i'm posting here