Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pause trigger from code
#2
Use a global variable.
Macro1:
int+ g_pause55
g_pause55=1
...
g_pause55=0

OnFirefoxClose:
int+ g_pause55
if(g_pause55) ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)