How to execute something on step on blocks

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

AKRODOGY

Active Member
Mar 20, 2018
52
2
8
24
Someone?

I want to do this: on step on block at a coord , to execute a effect/run commands

And i don't know
 
can't understand this event: 'on step' (ddo.sk, line 8: on step:')

is a error
 
Someone?

I want to do this: on step on block at a coord , to execute a effect/run commands

And i don't know
If it works...:
code_language.skript:
on walking on stone:
    player's y-coordinate is 0:
        player's z-coordinate is 0:
            player's x-coordinate is 0:
                message "Test"
You may want to change the coordinate numbers and the block of the event must be the block below the player at that location below indicated, also you can change the effects, instead of a message. :emoji_grinning::emoji_grinning:
 
If it works...:
code_language.skript:
on walking on stone:
    player's y-coordinate is 0:
        player's z-coordinate is 0:
            player's x-coordinate is 0:
                message "Test"
You may want to change the coordinate numbers and the block of the event must be the block below the player at that location below indicated, also you can change the effects, instead of a message. :emoji_grinning::emoji_grinning:
that only works if he is stepping on stone..
 
Status
Not open for further replies.