eunchan09
대표칭호 없음
이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음, 1.19.2 |
게임버전 (BE) | 관련없음 |
every 1 second:
loop all players:
if lore of loop-player's boots contain "■체력":
set {_hp} to 0
set {_lore::*} to uncolored lore of loop-player's boots
loop {_lore::*}:
if loop-value-2 contains "■체력":
set {_lr} to loop-value-2
replace all "■체력" and ":" and " " with "" in {_lr}
set {_lr} to {_lr} parsed as number
add {_lr} to {_hp}
set loop-player's max health to 10 + {_hp}/2
이렇게 넣으면 오류가 나는데 어떻게 해야할까요??
슈퍼레몬
2024.06.16https://www.koreaminecraft.net/plugin_lecture/3321464
제발...