123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # rack
- <<<<<<< 557_rack
- ACT 'See the description of the rooms':
- =======
- ACT 'See the description of rooms':
- >>>>>>> 557_rack
- cla
- *clear
- <<<<<<< 557_rack
- 'The choice available to 4 types of rooms:'
- '1. Budget Room'
- '2. Standard rooms'
- '3. Suite'
- '4. Presidential Suite'
- act 'Finish reading': gt 'rack'
- =======
- 'The choice available 4 types of rooms:'
- '1. budget accommodation'
-
- '2. standard rooms'
-
- '3. suite'
-
- '4. Presidential Suite'
- act 'finish reading': gt 'rack'
-
- >>>>>>> 557_rack
- END
- ACT 'Talk to a girl at the reception':
- <<<<<<< 557_rack
- gt 'mariya1'
- =======
- gt 'Maria1'
- >>>>>>> 557_rack
- END
- ACT 'Move away from the rack':
- <<<<<<< 557_rack
- gt 'hotel'
- END
- 'You are standing at the front reception and you smiling young girl behind the counter'
- =======
- gt 'inn'
- END
- 'You stand at the reception desk and you smiling young girl behind the counter'
- >>>>>>> 557_rack
- --- rack ---------------------------------
|