UO STEAM macro

severus

Grandmaster
If i want my macro to 'stop' when i reach a certain 'skill level' how would i make it stop? ive tried
else skill 'Discordance' >> 96 stop
endif skill 'Discordance' >> 96
endif skill 'Discordance' > 96
if skill 'Discordance' > 96 endif

just says unexpected 'if' 'endif' else
 

Mango

Grandmaster
I have never used UOSTEAM, but depending on the syntax, maybe something like this?
endif skill 'Discordance' >= 96
 
Top