AnnieRuru
~~Cute~Cute~Scripter~~
- Messages
- 1,677
- Points
- 0
- Location
- your next door ~
- Discord
- AnnieRuru#1609
- Github
- AnnieRuru
- Emulator
- Client Version
- 2019-05-30aRagexeRE
lol
if( ( checkvending() == 2 && !.autotrade ) // Autotrade && ( checkidle() && !.idle ) // Idle && ( checkchatting() && !.chat ) // Chat ) sleep2 1000; set lrs_passed, lrs_passed+1; set lrs_passed_total, lrs_passed_total+lrs_passed;where is the else statement ?this script means ... if the user is vending/idle/chatroom, the script will just delay execute by 1 sec ..
but still continue to count the variables below
the whole things below needs to be inside else { }
if( ( checkvending() == 2 && !.autotrade ) // Autotrade && ( checkidle() && !.idle ) // Idle && ( checkchatting() && !.chat ) // Chat ) sleep2 1000; set lrs_passed, lrs_passed+1; set lrs_passed_total, lrs_passed_total+lrs_passed;where is the else statement ?this script means ... if the user is vending/idle/chatroom, the script will just delay execute by 1 sec ..
but still continue to count the variables below
the whole things below needs to be inside else { }
Last edited by a moderator: