Jump to content

skript help


eladtzuman

Recommended Posts

why it doesnt work?

on walk on black wool:
    set {_sandcastletp1} to location(-92, 77, -70, world ("world"))
    loop all players:
        if block below loop-player = {_sandcastletp1}:
            teleport loop-player to location(82, 22, -11, world("world"))

there is no errors but when im standing on the block it doesnt teleport
            
 

Link to comment
Share on other sites

try this:
 

on step on black wool:
    set {_sandcastletp1} to location(-92, 77, -70, world "world")
    loop all players:
        if block under loop-player is block at location {_sandcastletp1}:
            teleport loop-player to location(82, 22, -11, world "world")

 

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