How to get the direction of a loop-block

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

Jack57320

Member
Jun 19, 2018
13
0
0
24
Hello
I've problem, I'm trying to get the direction of a loop-block (like north or the others)
I've tried this code :

every 3 second in "world":
loop all players:
if loop-player exists:
loop all blocks in radius 5 around the loop-player:
if loop-block is a pumpkin:
set {citrouille} to random integer between 1 and 10
set {citrouille_direction} to direction of loop-block
if {citrouille} == 5:
message "changement" to loop-player
set loop-block to glowing pumpkin

Coul'd you please help me ;D
 
Status
Not open for further replies.