Zhimin
정품인증자
JIMIN_0402 f9bf1e2b2b634716b25adcccfc505014
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.16.5 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.5.3 |
스크립트 애드온 | 잘 모르겠습니다. |
이렇게 구문을 짰는데 변수가 플레이어끼리 계속 개인변수값대로 안되고 따른플레이어와 계속 연결됩니다.
every a tick:
loop all players:
if {ac마나.%uuid of loop-player%} < 0:
set {ac마나.%uuid of loop-player%} to 0
set loop-player's max health to 10+({체력.%uuid of loop-player%}{@1체력})
set loop-player's walk speed to 0.25+(({민첩함.%uuid of loop-player%}/100){@1민첩})
set {마나최대.%uuid of loop-player%} to {@기본마나}+({마나.%uuid of loop-player%}*{@1마나})
send action bar "&d&l%{ac마나.%uuid of loop-player%}%/&d&l%{마나최대.%uuid of loop-player%}%" to all players
qsef1256
2023.02.20send action bar "&d&l%{ac마나.%uuid of loop-player%}%/&d&l%{마나최대.%uuid of loop-player%}%" to all players
이게 문제입니다. 이미 모든 플레이어를 대상으로 루프를 돌리고 있는데 거기다가 대고 또 모든 플레이어 대상으로 자신의 정보를 표기해줘 라는 구문이기 때문이에요. to loop-player로 바꾸셔야죠.