Peace making example by Jaseowns
# Peace making example by Jaseowns
# UO Outlands
@setvar! checkThisTarget lasttarget
getlabel checkThisTarget desc
overhead desc 88 checkThisTarget
if "peace" in desc
// leave empty
else
useskill 'Peacemaking'
wft 500
if insysmsg "What instrument"
if findtype "bamboo flute" backpack as inny
target inny
elseif findtype "tambourine" backpack as inny
target inny
elseif findtype "drum" backpack as inny
target inny
elseif findtype "lute" backpack as inny
target inny
elseif findtype "lap harp" backpack as inny
target inny
else
overhead "I do not have an inny" 34
wait 2000
replay
endif
wft 500
endif
target checkThisTarget
endif