I tried to search for the answer to this, but didn't find anything. I have gm hiding and 32.6 stealth (displayed) after buying it up. As far as I know, when your skill is 25 or above, you auto attempt to stealth when you start walking while hidden. Whenever I try, I get the "Now counting steps" message, but I am instantly revealed. I cannot get a single step, much less a single gain. Anyone had this problem before?
no auto attempt. Hide. Stealth. Then you can move. But for skill gain you don't need to move, just keep stealthing. If you fail and hide breaks, re-hide. Code: !Loop Assistant.Macros.IfAction|4|0|you begin to move quietly Assistant.Macros.UseSkillAction|47 Assistant.Macros.PauseAction|00:00:10 Assistant.Macros.ElseAction Assistant.Macros.IfAction|4|0|you have hidden yourself Assistant.Macros.UseSkillAction|47 Assistant.Macros.PauseAction|00:00:10 Assistant.Macros.ElseAction Assistant.Macros.IfAction|4|0|you fail in your attempt Assistant.Macros.UseSkillAction|21 Assistant.Macros.PauseAction|00:00:10 Assistant.Macros.ElseAction Assistant.Macros.UseSkillAction|21 Assistant.Macros.PauseAction|00:00:10 Assistant.Macros.EndIfAction