02-19-2013, 10:48 AM
Use a global variable.
Macro1:
int+ g_pause55
g_pause55=1
...
g_pause55=0
OnFirefoxClose:
int+ g_pause55
if(g_pause55) ret
Macro1:
int+ g_pause55
g_pause55=1
...
g_pause55=0
OnFirefoxClose:
int+ g_pause55
if(g_pause55) ret