좀비라면
대표칭호 없음
Zombie_Ramens c3e72b50d7fa4a34a3aa2d6b1ade380f
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
on damage 이벤트에서
if max durability of tool <= durability of tool:
remove 1 diamond shovel named "&5&kminecraft &3&l| uAz |" from player's inventory
이 구문을 사용하고 싶은데 오류가 계속 나요
player's 대신 attacker's 로 바꿔도 그러네요...
밑줄 친 부분이 오류가 나는데 왜 오류인지를 잘 모르겠어요ㅠ
qsef1256
2022.12.01if max durability of tool of attacker <= durability of tool of attacker:
on damage 이벤트에서는 관계된 엔티티가 2개(attacker, victim) 이므로 둘 중에 뭘 쓸껀지 명시를 해줘야 합니다.
좀비라면
2022.12.02[14:15:11] [Server thread/INFO]: [Skript] Reloading pvp.sk...
[14:15:11] [Server thread/INFO]: Line 150: (pvp.sk)
[14:15:11] [Server thread/INFO]: Use 'attacker' and/or 'victim' in damage/death events
[14:15:11] [Server thread/INFO]: Line: if max durability of tool <= durability of tool of attacker:
안 되는데요
qsef1256
2022.12.02앞에 조건은 attacker 안 쓰셨는데요