426_rack 458 B

123456789101112131415161718192021222324
  1. # rack
  2. ACT 'See the description of the rooms':
  3. cla
  4. *clear
  5. 'The choice available to 4 types of rooms:'
  6. '1. Budget Room'
  7. '2. Standard rooms'
  8. '3. Suite'
  9. '4. Presidential Suite'
  10. act 'Finish reading': gt 'rack'
  11. END
  12. ACT 'Talk to a girl at the reception':
  13. gt 'mariya1'
  14. END
  15. ACT 'Move away from the rack':
  16. gt 'hotel'
  17. END
  18. 'You are standing at the front reception and you smiling young girl behind the counter'
  19. --- rack ---------------------------------