Automatically accept all the societies by Jaseowns

1# Automatically accept all the societies by Jaseowns
2# UO Outlands
3say "Using a jaseowns scripts to automatically accept societies" 88
4overhead "Select the NPC you want to accept from" 66
5gumpclose 1938992455
6@setvar! jaseAutoSocAcceptNpc
7
8settimer jaseSocMenuUp 0
9while not gumpexists 1938992455
10    menu jaseAutoSocAcceptNpc 1
11    waitforgump 1938992455 5000
12    if timer jaseSocMenuUp > 5000
13        overhead "We might not be able to grab more jobs" 34
14        stop
15    endif
16endwhile
17for 4
18    if gumpexists 1938992455
19        gumpresponse 10 1938992455
20        waitforgump 1938992455 5000
21        gumpresponse 11 1938992455
22        waitforgump 1938992455 5000
23        gumpresponse 12 1938992455
24        waitforgump 1938992455 5000
25        gumpresponse 4 1938992455
26        waitforgump 1938992455
27    endif
28endfor
29