Back to "switching" tags

Babangida by 20pa

Description: Me, myself, encouraged to join Outlands by watching Jaseowns' videos via YT. Struggled to find a basic stance-switching script for wrestlers and tried to edit Jaseowns' original script and it worked! Copy that script to your razor, set a Hotkey to it, enjoy your beginner wrestler experience with the most secure/effective stances. Cheers!

1# Switch between Monkey and Crane wrestling stance by Jaseowns, edited by 20PA
2# UO Outlands
3if mana >= 5
4    if findtype "wrestling codex" backpack as jodex
5        getlabel jodex desc
6        wait 200
7        if "Monkey" in desc
8            say "[WrestlingStance5"
9        elseif "Crane" in desc
10            say "[WrestlingStance4"
11        else
12            overhead "No stance found, going to Monkey"
13        say "[WrestlingStance4"
14        endif
15    endif
16else
17    overhead "Need more mana" 5
18endif