balanka
대표칭호 없음
이해도 | 중급자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.3 |
set {_Upgr.%player%} to uncolored line 1 of the player's tool's lore
replace every " " and "-" and "공격력" and with "" in {_Upgr.%player%}
set {_Upgr.%player%} to {_Upgr.%player%} + 1
broadcast "%{_Upgr.%player%}%"
set line 1 of the player's tool's lore to "&f- 공격력 %{_Upgr.%player%}%"
강화 스크립트인데 공격력이 1로 고정되어있는데 문제 있을까요
후순
2023.01.12같은 임시변수에 같은 임시변수를 해서 그런거아닐까요.
위에 구문으로 뭘 표한하고 싶으신건지 모르겠지만 아래로 바꿔보세요
밥도 입으로 먹고 입으로 싸는게 아닌듯이
set {_StrNow} to uncolored line 1 of the player's tool's lore|
replace all " " and "-" and "공격력" and with "" in {_StrNow}
set {_StrUp} to {_StrNow} +1
broadcast "%{_StrUp}%"
set line 1 of the player's tool's lore to "&f- 공격력 %{_StrUp}%"