Eject from House by Jaseowns
1# Eject from House by Jaseowns
2# UO Outlands
3# Requirments:
4# Be in a house, the menu changes based
5# on your location or if you are in a party.
6# This script will leave your party if
7# outside a house
8menu self 2
9wait 200
10# Menu 2 while not in a house is
11# Leave Party or Mastery Chain
12if gumpexists 2785326818
13 gumpclose 2785326818
14endif
15
16
17