빈수빈수
대표칭호 없음
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
아래 스크립트에서 경험치는 저장 못할까요??
command /test:
trigger:
give 1 of paper named "&a인벤토리 보호권" to player
#
on death:
victim is a player:
victim have paper named "&a인벤토리 보호권":
remove paper named "&a인벤토리 보호권" from victim's inventory
loop 41 times:
set {원하는이름::%victim's uuid%::%loop-num%} to slot loop-num -1 of victim's inventory
wait 1 tick
delete dropped items
send "보호권이 사용되었습니다" to victim
#
on respawn:
{원하는이름::%player's uuid%::*} is set:
loop 41 times:
set slot loop-num -1 of player's inventory to {원하는이름::%player's uuid%::%loop-num%}
delete {원하는이름::%player's uuid%::*}
환타비
2024.06.18음 필요없는 구문이 보이는것 같습니다
저렇게 어렵게 하지 마시구 이 구문 사용하시면 될듯 합니다
https://skripthub.net/docs/?id=3984
슈퍼레몬
2024.06.20추가로 이 구문은 2.7.1~2.7.3에서는 작동이 안됩니다