Example Check Cursor Helper (good or bad spell up) by Jaseowns
1# Check Cursor Helper (good or bad spell up) by Jaseowns
2# UO Outlands
3if targetexists 'beneficial'
4 overhead "beneficial" 77
5elseif targetexists 'harmful'
6 overhead "harmful" 34
7elseif targetexists 'neutral'
8 overhead "neutral" 818
9elseif targetexists
10 overhead "Unknown" 88
11else
12 overhead "No target up" 34
13endif
14