Hello.
I'm wondering if there is any way to pause execution of a GEL script for an arbitrary amount of time and resume execution after it has passed. I wasn't able to find anything useful or helpful in the included help document.
What I am trying to do is:
- Set a breakpoint. [GEL_BreakPtAdd(address)]
- Run. [GEL_Run()]
- Sleep here, whatever the estimated time to reach the breakpoint would be.
- Disable the breakpoint, verify values. [GEL_BreakPtDel(address)]
If there is a "standard" or "common" way of achieving this, please let me know.
Thanks in advance.