ignore loop if thimble not true
This commit is contained in:
parent
36d3b70acf
commit
852f093a79
1 changed files with 2 additions and 2 deletions
4
main.sk
4
main.sk
|
@ -366,9 +366,9 @@ command deacoudre: # dé à coudre
|
|||
send {@errorMessage}
|
||||
|
||||
every 0.5 second in "world": # dé à coudre
|
||||
if {thimble} is not true:
|
||||
stop
|
||||
loop all players:
|
||||
if {thimble} is not true:
|
||||
continue
|
||||
set action bar of loop-player to "&dEn partie de &lDé à coudre&r&d."
|
||||
if block at loop-player is water:
|
||||
set {_xLocationBlock1} to difference between X-location of block at loop-player and 103.5
|
||||
|
|
Loading…
Reference in a new issue