9uEst
9uEst
PDCPlayerRealms developerS Community
Created by 9uEst on 11/18/2024 in #help-forum
if構文でのorの使い方がわからない
次のコードを打ったとき3行目のif節でエラーを吐いてしまいました or のあとを消したあとは動いたのでor以下が間違っているのだと思います。 疑問点としましてはそもそもif の後ろでorは使えるのか、使えるのであればどのような使い方をすると正解なのかという点です 色々調べてみましたがあまり意味がわからなかったのでご教授いただけると幸いです。コードはこちら↓
on projectile hit:
if projectile is an arrow:
if block at event-location is glass or stained glass:
break block at event-location
on projectile hit:
if projectile is an arrow:
if block at event-location is glass or stained glass:
break block at event-location
22 replies