@verb #7854:"phase" this none this rxdo #7854 @program #7854:"phase" this none this setting = args[1] if (caller_perms() != this) return E_VERBNF endif if (setting == "moo") this:tell("You turn into the Giant Mystic Cow!") this.location:announce(this:title(), " turns into the Giant Mystic Cow!") this.old_name = this.cool_name this.cool_name = "Giant Mystic Cow" suspend(10) this:tell("You change back into your normal self.") this.cool_name = this.old_name this.location:announce(this:title(), " turn back into their normal self.") elseif (setting == "book") this:tell("You whip out your lighter and burn the phone book.") this.location:announce(this:title(), " whips out a lighter and burns the phone book.") endif .