Problem with timer not firing even if i set it to true, please help

So the problem is :

in the photo u can see userStatus timer, which will fire every one second(treat it as the main script and focus on that procedure and the “timer enabled” block under it) and it is suppose to trigger the procedure,which tested and successfully did its thing and then should trigger the timer with 1.5 second delay. which then trigger the code on the right(which is basicly displaying those info) but for some reason the timer didn’t trigger, and nothing displayed, i tried manually running that “timer enable” block and still nothing happen. label 2 is used to check if it received result from the procedure, and the result is it didnt show anything, there is another label to test for same variable in the procedure but it did showed the value, so i dont know why the timer event didn’t got triggered.