#untwo:proj_sys/collision_check/
#xyzのいずれかが範囲外なら0を返す(当たったら1)
###
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..1250 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 0..2500 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..1250 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 7500..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..2500 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 0..1250 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 7500..9999 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 0..1250 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..2500 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 8750..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 7500..9999 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 8750..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 8750..9999 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 0..2500 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 8750..9999 if score #&collsion.decimal.y untwo.temp.0 matches 0..1875 if score #&collsion.decimal.z untwo.temp.0 matches 7500..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..1250 if score #&collsion.decimal.y untwo.temp.0 matches 1875..9999 if score #&collsion.decimal.z untwo.temp.0 matches 0..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..9999 if score #&collsion.decimal.y untwo.temp.0 matches 1875..9999 if score #&collsion.decimal.z untwo.temp.0 matches 0..1250 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 8750..9999 if score #&collsion.decimal.y untwo.temp.0 matches 1875..9999 if score #&collsion.decimal.z untwo.temp.0 matches 0..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..9999 if score #&collsion.decimal.y untwo.temp.0 matches 1875..9999 if score #&collsion.decimal.z untwo.temp.0 matches 8750..9999 run return 1
execute if score #&collsion.decimal.x untwo.temp.0 matches 0..9999 if score #&collsion.decimal.y untwo.temp.0 matches 1875..3125 if score #&collsion.decimal.z untwo.temp.0 matches 0..9999 run return 1
###

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


