if {klogin::zarejestrowany::status::%player%} is false: if {klogin::captcha::status} is "true": while {klogin::zarejestrowany::status::%player%} is false: wait 5 seconds if {klogin::zarejestrowany::status::%player%} is false: #To jest nie potrzebne. Działanie pętli while jest oczywiste. Co więcej zmieniłbym na to co niżej send coloured "%{klogin::tag}% &7Kod captcha: &e%{klogin::captcha::kod::%player%}%" send coloured "%{klogin::tag}% &7Zarejestruj sie uzywajac: &e/register (haslo) (captcha)" else if {klogin::captcha::status} is "false": send coloured "%{klogin::tag}% &7Zarejestruj sie uzywajac: &e/register (haslo)" while {klogin::zarejestrowany::status::%player%} is false: wait 5 seconds if {klogin::zarejestrowany::status::%player%} is false: #jw send coloured "%{klogin::tag}% &7Zarejestruj sie uzywajac: &e/register (haslo)" else: wait 3 ticks loop 100 times: send "" send coloured "%{klogin::tag}% &7Aby sie zalogowac uzyj: &e/login (haslo)." while {klogin::zalogowany::status::%player%} is false: wait 5 seconds if {klogin::zalogowany::status::%player%} is false: send coloured "%{klogin::tag}% &7Zaloguj sie uzywajac: &e/login (haslo)!" #Proponowana poprawa if {klogin::zarejestrowany::status::%player%} is false: if {klogin::captcha::status} is "true": while {klogin::zarejestrowany::status::%player%} is false: send coloured "%{klogin::tag}% &7Kod captcha: &e%{klogin::captcha::kod::%player%}%" send coloured "%{klogin::tag}% &7Zarejestruj sie uzywajac: &e/register (haslo) (captcha)" wait 5 seconds else if {klogin::captcha::status} is "false": while {klogin::zarejestrowany::status::%player%} is false: send coloured "%{klogin::tag}% &7Zarejestruj sie uzywajac: &e/register (haslo)" else: loop 100 times: send "" while {klogin::zalogowany::status::%player%} is false: send coloured "%{klogin::tag}% &7Zaloguj sie uzywajac: &e/login (haslo)!" wait 5 seconds