HAN1110
대표칭호 없음
HAN1110 9899e780ba984d89824a90ee8deb7cb2
if arg 3 is not set: message "select Command Name" else: set {bancommand} to arg-3 set {time} to 2.5 loop 25 times: message "&a[Suscuess] Command Making Suscuess %{time}% Seconds" subtract 0.1 from {time} wait 0.1 seconds
여게 뭐냐면 하나하나 설명해드릴게요
arg 3 이 None 일때 "select Command Name" 를 출력시키고
아니라면 {bancommand} 를 arg 3 으로 설정한다는 뜻이에요
그리고 {time} 변수를 25라 설정해요.
마지막으로 25번 반복하는데
그것이 "&a[Suscuess] Command Making Suscuess %{time}% Seconds" 를 출력하고 , {time} 을 0.1 줄이고 , 0.1초 뒤로가는것을 총 25번 반복한다는 뜻이에요.
이제 Tab Complete 로 가보면
on tab complete with "/script-ide": set {_arg.1::*} to "onEnable" and "onEvent", "onMotion", "onDisable" set {_arg.2-i::*} to "message" and "allmsg", "move", "kill", "ban" if {_arg.1::*} do not contain arg-1: loop {_arg.1::*}: if loop-value contain arg-1: add loop-value to completions else: if {_arg.2-i::*} do not contain arg-2: loop {_arg.2-i::*}: if loop-value contain arg-2: add loop-value to completions
여기에서 arg-1 은 아니까 그 뒤부터 넘어가죠.
arg 1 이 설정되있으면서 만약 {_arg.2-i::*} 이 설정되있지 않았다면
{_arg.2-i::*} 을 반복해요.
그리고 arg-2 랑 같은값이라면
loop-value 라는 completions 를 추가해요.
끝~~~~~~
댓글이 없습니다.
새로운 댓글을 등록해 주세요!