이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.70 |
command /test
trigger:
give 1 of paper named "마을귀환주문서" with lore "&6스폰" to player
on rightclick holding a paper:
if name of player's tool is "마을귀환주문서":
if lore of item is "&6스폰":
if {cooldown::%player%} > 0:
send "%{cooldown::%player%}%초 남았습니다!" to player
cancel event
stop
else if {cooldown::%player%} is not true:
teleport player to location(0, 2, 0, world("world"))
remove 1 paper named "마을귀환주문서" with lore "&6스폰" from player
set {cooldown::%player%} to 30
while {cooldown::%player%} isn't 0:
wait 1 seconds
subtract 1 from {cooldown::%player%}
on join:
set {cooldown::%player%} to 0
어디서 오류가 있는건가요
환타비
2024.02.13이렇게만 올리시면 도움을 드릴수 없습니다
최소한 어디에 오류가 있는지 아니면 오류는 없는데 실행이 안된다던지 그런게 있어야 합니당
일일이 오류를 찾는 사람은 없어성...
asfasdfsda
2024.02.13맨위에 3줄이 오류가생깁니다.
asfasdfsda
2024.02.13test 라는 명령어로 마을귀환주문서를 생성할려했는데 윗 3줄에서 오류가생기고 그로인해서 아래스크립트를 작동시키지 못합니다.
슈퍼레몬
2024.02.14: ...