Thank you!
The problem has been reported to the developer.
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