482 @verb #2731:"_confunc" this none this rd #2731 @program #2731:"_confunc" this none this if (this.location == this.home) fork (3) question = tostr("Do you want to stay in ", this.location:title(), "? You will be moved in 3 seconds if you do not respond.") if ($cmd_utils:yes_or_no(question)) player:tell("Glad you could stay.") else player:tell("Moving to The Grassy Knole [DT]...") this.location:announce_all(this:title(), " decides to go to The Grassy Knole [DT] (#11) to be there if a new player/guest was to connect.") move(this, #11) this.location:announce_all(this:title(), " decides to come to The Grassy Knole [DT] to be here if a new player/guest is to connect.") endif endfork suspend(3) player:tell("Moving to The Grassy Knole [DT] anyways...") this.location:announce_all(this:title(), " decides to go to The Grassy Knole [DT] (#11) to be there if a new player/guest was to connect.") move(this, #11) this.location:announce_all(this:title(), " decides to come to The Grassy Knole [DT] to be here if a new player/guest is to connect.") endif return pass(@args) . 0