Switch between Fang and Blackguard fencing codex stance by Jaseowns
1# Switch between Fang and Blackguard fencing codex stance by Jaseowns
2# UO Outlands
3if mana >= 3
4 if findtype "fencing codex" backpack as jodex
5 getlabel jodex desc
6 wait 200
7 if "Fang" in desc
8 say "[FencingStance4"
9 elseif "Blackguard" in desc
10 say "[FencingStance5"
11 else
12 overhead "No stance found, going to blackguard"
13 say "[FencingStance4"
14 endif
15 endif
16else
17 overhead "Need more mana" 34
18endif