텔레그램 id @sosto1 연락주세요.기능1.
유튜브 라이브 스트림 동시시청자봇,라이브 조회수봇. 쇼츠 조회수 1개링크에 1000000조회수 늘리기 기능이 필요합니다
당신이 나에게 꼭 필요합니다 .10년동안 나와 계약 합시다.
Scheduler is bugged
-
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with Scheduler -
@rekaa0251 said in Scheduler is bugged:
Recieing script errors that shouldn't be there at the time, running the script in the normal bas everything runs fine and even has ignore errors.
"bot1 [987858374] [12:26:28] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: VAR_NEW_LIST4 during execution of action 987858374"
"
Something is wrong with SchedulerMost likely you use the "OnApplicationStart" function or the "Run function in several threads" action with local variables. To transfer data to these functions, you must use global variables or resources.

-
it seems u perform any action (maybe if statement?) on variable that wasnt yet set.
-
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmao -
@rekaa0251 said in Scheduler is bugged:
@yourfriendkarol I found what it's doing, it's calling the "RANDOM_LIST_ELEMENT4" before it even creates the "NEW_LIST4"
So it tries to take an element from a list that doesn't yet exist but this does not happend in normal bas lmaoRestart the script in "record" mode:

and you will have the same mistake