아마도 변수를 넣는건 안되는 걸로 알고 있습니다.. 따라서 그냥 따로 변수 만드시고 커맨드로 작동시키세요 ex)
on damage of player:
set {변수::%player%::적} to type of victim
set {변수::%player%::체력} to victim's health
set {변수::%player%::데미지} to damage
send "적 정보 보기: &a<cmd:/정보>[클릭]"
command /정보:
trigger:
{변수::%player%::*} is set
loop {변수::%player%::*}:
send "%loop-index%: %loop-value%"
delete {변수::%player%::*}
windy_wind
2024.01.30아마도 변수를 넣는건 안되는 걸로 알고 있습니다..
따라서 그냥 따로 변수 만드시고 커맨드로 작동시키세요
ex)