이해도 | 입문자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
아이템은 청소가 되는데 몬스터까지 청소하는 법을 모르겠어요 ㅠㅠ
options:
a: &f[ &bcleaning &f]
every 1 seconds:
if {청소} is not set:
set {청소} to 300
subtract 1 from {청소}
if {청소} is 60:
broadcast "{@a} &c&n1분 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 30:
broadcast "{@a} &c&n30초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 10:
broadcast "{@a} &c&n10초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 5:
broadcast "{@a} &c&n5초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 3:
broadcast "{@a} &c&n3초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 2:
broadcast "{@a} &c&n2초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} is 1:
broadcast "{@a} &c&n1초 후&f 바닥에 떨어져 있는 &c&n모든 아이템&f 이 삭제됩니다."
else if {청소} <= 0:
clear {청소}
delete {_Deleted}
loop all dropped items:
add 1 to {_Deleted}
clear loop-entity
broadcast "{@a} &d&n%{_Deleted}%개&f의 아이템들이 &c&n모두&f 삭제되었습니다."
댓글이 없습니다.
새로운 댓글을 등록해 주세요!