Problem with a Razor macro.
Posted: Mon May 17, 2010 8:25 am
I made this macro to train stealth:
UseSkill Stealth
If SysMessage "quietly" (for when it succeeds)
Pause 10.00sec
Else
Pause 10.00sec
UseSkill Hiding
Pause 10.00sec
EndIf
Now, the problem I'm having with this macro is that it occasionally isn't following the If statement properly. I've been watching as the macro plays out and I've seen several occasions where stealth succeeds and I get the message "You begin to move quietly." but macro skips to the Else portion and uses hiding even though I'm already hidden. There have also been times when stealth failed and I didn't get that message but it acted as if I did and paused for 10 seconds and then repeated from UseSkill Stealth.
Does anyone know what could be causing this?
UseSkill Stealth
If SysMessage "quietly" (for when it succeeds)
Pause 10.00sec
Else
Pause 10.00sec
UseSkill Hiding
Pause 10.00sec
EndIf
Now, the problem I'm having with this macro is that it occasionally isn't following the If statement properly. I've been watching as the macro plays out and I've seen several occasions where stealth succeeds and I get the message "You begin to move quietly." but macro skips to the Else portion and uses hiding even though I'm already hidden. There have also been times when stealth failed and I didn't get that message but it acted as if I did and paused for 10 seconds and then repeated from UseSkill Stealth.
Does anyone know what could be causing this?