bertoxboy
Member
- Joined
- Nov 19, 2015
- RedCents
- 144¢
Rich (BB code):
/declare pauserot int outer 0
:pauserot
if(${pauserot.Equal[1]}){
/goto :pauserot
}
What is the correct syntax to set pauserot to 1 and what is the correct syntax to check if it is equal to 1 in the if statement? I keep getting errors trying to edit this macro...


