심심할때코딩함
대표칭호 없음
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.1 |
게임버전 (BE) | 관련없음 |
제목 그대로 낙사나 용암에 빠져죽거나 익사 등 혼자 죽는 것에는 템을 떨구지 않게 인벤세이브를 한 후 플레이어에게 죽었을때만 아이템을 전부 떨어트리도록 만들었는데 오류가 뜹니다.
on death of player:
if attacker is player:
drop all items on victim's inventory
실행해보니 'inventory of the attacked entity is not a location' 이라고 오류가 뜹니다.
잘못된 부분이 있다면 고쳐주시고 아예 새로 만들어야한다면 알려주세요.
windy_wind
2024.07.29on death of player:
@if attacker is a player:
@@clear drops
@@drop all items on victim's inventory
심심할때코딩함
2024.07.29clear drops는 왜 하는건가요?
windy_wind
2024.07.30드롭하는 아이템 없애고 자기가 드롭해주면 인벤세이브 하든 안하든 상관없으니깐용
심심할때코딩함
2024.07.31해보니까 안되네요..ㅜ
windy_wind
2024.07.31잘못 적었네용
on death of player:
@if attacker is a player:
@@clear drops
@@drop all items in victim's inventory at victim