#CLASS {AntiTheft} #ALIAS weaponon {take @curshield from pouch;wield @curshield;take @curweapon from pouch;wield @curweapon;#var weaponstatus ON} #ALIAS weaponoff {unwield @curshield;put @curshield in pouch;unwield @curweapon;put @curweapon in pouch;#var weaponstatus OFF} #ALIAS vialin {put 15 vial in kitbag;#var vialstatus IN} #ALIAS vialout {take 15 vial from kitbag;#var vialstatus OUT} #VAR curweapon {144123} #VAR curshield {kite} #VAR weaponstatus {OFF} #VAR vialstatus {OUT} #TRIGGER {You remove a small, tanned leather pouch.} {wear pouch} #TRIGGER {You aren't wearing a suit of steel chain mail.} {#loop 3 {wear chainmail;#wait 1000}} #TRIGGER {You remove a sailor's kitbag} {wear kitbag} #TRIGGER {You remove a suit of steel chain mail} {#loop 5 {wear chainmail;#wait 1000}} #TRIGGER {You remove a wolven ring.} {wear ring} #TRIGGER {You drop a kite shield} {take kite;wield kite} #TRIGGER {You feel irresistibly compelled} {deafon} #TRIGGER {(%w) snaps {his|her} fingers at you} {#cw red,bold;fly} #TRIGGER {You remove a pocketbelt} {wear belt} #TRIGGER {You drop a gladiator's trident.} {take trident;wield trident} #TRIGGER {You remove a brooch of Thoth.} {wear brooch} #TRIGGER {(%w) snaps {his|her} fingers in front of you} {#cw red,bold;fly} #TRIGGER {You remove a gold wedding ring with filigreed borders.} {wear 271967} #TRIGGER {You remove * ring.} {wear ring} #TRIGGER {You drop a hunter's spear} {take spear;wield spear} #TRIGGER {You are far too selfish to sell anything away.} {sellcmd=%lastcom;selfoff;#wait 1000;@sellcmd;selfon} #TRIGGER {A beam of prismatic light suddenly shoots into the room.} {#echo PRISM!!!;#case %random {mw;burrow below} {fly}} #TRIGGER {You cease to wield a kite shield.} {weaponon} #CLASS 0