이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
직업이 어부인 스크립트를 만들고 있는데
인터넷에서 찾아온 걸로 고치고 있는데요
on fish:
if "%fishing state%" is "CAUGHT_ENTITY":
if {직업.%player%} is "어부":
if fishing caught entity is raw cod:
set {_int} to random integer between 1 and 100
if {_int} is between 1 and 100:
give raw cod to player
message "&f&l[물고기 +1]"
if fishing caught entity is raw salmon:
set {_int} to random integer between 1 and 100
if {_int} is between 1 and 100:
give raw salmon to player
message "&f&l[물고기 +1]"
if fishing caught entity is tropical fish:
set {_int} to random integer between 1 and 100
if {_int} is between 1 and 100:
give tropical fish to player
message "&f&l[물고기 +1]"
이렇게 작성하면 스크립트가 동작은 하는데 물고기를 추가적으로 받지를 못하는데 이유를 알 수 있을까요?
댓글이 없습니다.
새로운 댓글을 등록해 주세요!