#untwo:proj_sys/collision_check/
#xyzのいずれかが範囲外なら0を返す(当たったら1)
execute if score #&collsion.decimal.x untwo.temp.0 matches 4375..5625 if score #&collsion.decimal.y untwo.temp.0 matches 0..9999 if score #&collsion.decimal.z untwo.temp.0 matches 4375..5625 run return 1
execute if block ~ ~ ~ #untwo:collision/pass_through/concatenation/panel[north=true] if score #&collsion.decimal.x untwo.temp.0 matches 4375..5625 if score #&collsion.decimal.y untwo.temp.0 matches 0..9999 if score #&collsion.decimal.z untwo.temp.0 matches 0..5625 run return 1
execute if block ~ ~ ~ #untwo:collision/pass_through/concatenation/panel[south=true] if score #&collsion.decimal.x untwo.temp.0 matches 4375..5625 if score #&collsion.decimal.y untwo.temp.0 matches 0..9999 if score #&collsion.decimal.z untwo.temp.0 matches 4375..9999 run return 1
execute if block ~ ~ ~ #untwo:collision/pass_through/concatenation/panel[east=true] if score #&collsion.decimal.x untwo.temp.0 matches 4375..9999 if score #&collsion.decimal.y untwo.temp.0 matches 0..9999 if score #&collsion.decimal.z untwo.temp.0 matches 4375..5625 run return 1
execute if block ~ ~ ~ #untwo:collision/pass_through/concatenation/panel[west=true] if score #&collsion.decimal.x untwo.temp.0 matches 0..5625 if score #&collsion.decimal.y untwo.temp.0 matches 0..9999 if score #&collsion.decimal.z untwo.temp.0 matches 4375..5625 run return 1
###

#何にもあたらなかったら0を返す
return fail

