@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
How to have multiple script at same time
-
Hello i have a litle problem with me script on BAS
i have a litle script doing some really anoying task automaticaly
But recently i need another scripto for an other task
i have create the 2 functions But how i can connect to the interface
like
script 1 do this functionsscript 2 Do the other functions

thanks you for the help