Results 1 to 2 of 2

Thread: Simba Run A function every X amount of seconds

  1. #1
    Join Date
    May 2018
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Simba Run A function every X amount of seconds

    Hey,

    Wondering if this is possible, but I have a function that I want run every X amount seconds throughout my script. For example, I want nothing in my script to change but every 30 seconds, this function should be called (Interrupting the current actions).

  2. #2
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    I don't think interrupting your script is the right angle, I'd start a timer and check the timer in your main loop.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •