name: "Inside Transport Shuttle" description: "A dim, windowless shuttle interior with a few uncomfortable rows of steel seats facing forward. A large framed sign hangs next to the closed cockpit door. A piston-powered staircase leads down out the back of the small craft with a smiling attendant ready to help disembark." objects: - id: 1001_sign mobs: - flight_attendant exits: down: room: 1002 condition: player_flag: 1001_look_sign blocked_message: "The attendant points to the sign and insists you {10}look sign{/} before disembarking." on_enter: - condition: player_flag: 1001_welcome not: true delay: 5 message: "{11 bold}Welcome to The House of Icarus{/}" - condition: player_flag: 1001_welcome not: true delay: 7 message: "{11}Type{/} {10}look sign{/} {11}or{/} {10}talk attendant{/} {11}to get started{/}" set_player_flags: 1001_welcome: true - condition: player_flag: 1001_welcome not: true delay: 7 message: "{11}Type{/} {10}help newplayer{/} {11}for the new player's guide. That's it. Explore and have fun.{/}"