Ok So basically I have for example 5 procedures and my script looks like
in the last area where it has begin mainloop, I need a timer so every 2 minutes itll call another procedure, then once completed it continues back to the repeat of mainloop, then in another 2minutes it repeats.Code:Procedure MainLoop; Begin procedure1; proecedure2; procedure3; end; Begin Repeat MainLoop; until (IsKeyDown(114)); End.
I also want to change the until iskeydown 114 (F3) so whenever f3 is pressed it stops the script immidiately where its at.


Reply With Quote




