@verb #9090:"unhide" none none none rdo #7446 @program #9090:"unhide" none none none if (!(player in this.hiding)) return player:tell("You're not hiding...") endif er = player in this.hiding this.hiding = listdelete(this.hiding, er) this.hstats = listdelete(this.hstats, er) player:tell("You come out of your hiding spot.") this:announce(player:title(), " comes out from a hiding spot.") .