#Instant Break

1 messages · Page 1 of 1 (latest)

undone compass
#
  if event-world is world "":
    if above player is 10 blocks of water:
      cancel event```
knotty dove
#

cool 👍

#

we cant help if you dont tell is what the issue is

acoustic quartz
#

cool so
A> What's the issue
B> What world are you wanting to check if it is in
C> Don't cross post kek

knotty dove
#

also, seems like you need to add something on line 2

#

and line 3 is made up syntax

ashen cove
#

what even is if above player is 10 blocks of water

undone compass
#

ik what line 2 is meant to be

undone compass
acoustic quartz
#

if above player is 10 blocks of water: is probably more made up than my IQ level

ashen cove
#

what are you actually trying to do on line 3?

knotty dove
#

You should use a loop, like loop 10 times:, and then check if the block loop-value above is water

undone compass
#

testing if above the player there is 10 blocks of water

ashen cove
#

when you get the block above the player, it's a single block
are you trying to say that all 10 blocks above the player is water?

knotty dove
undone compass
#

k ty

knotty dove
#

although thats more usefull when counting how many

#

since you already have a taget quantity you can just loop 10 times

#

and if its not water, just stop