557_rack 937 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # rack
  2. <<<<<<< 557_rack
  3. ACT 'See the description of the rooms':
  4. =======
  5. ACT 'See the description of rooms':
  6. >>>>>>> 557_rack
  7. cla
  8. *clear
  9. <<<<<<< 557_rack
  10. 'The choice available to 4 types of rooms:'
  11. '1. Budget Room'
  12. '2. Standard rooms'
  13. '3. Suite'
  14. '4. Presidential Suite'
  15. act 'Finish reading': gt 'rack'
  16. =======
  17. 'The choice available 4 types of rooms:'
  18. '1. budget accommodation'
  19. '2. standard rooms'
  20. '3. suite'
  21. '4. Presidential Suite'
  22. act 'finish reading': gt 'rack'
  23. >>>>>>> 557_rack
  24. END
  25. ACT 'Talk to a girl at the reception':
  26. <<<<<<< 557_rack
  27. gt 'mariya1'
  28. =======
  29. gt 'Maria1'
  30. >>>>>>> 557_rack
  31. END
  32. ACT 'Move away from the rack':
  33. <<<<<<< 557_rack
  34. gt 'hotel'
  35. END
  36. 'You are standing at the front reception and you smiling young girl behind the counter'
  37. =======
  38. gt 'inn'
  39. END
  40. 'You stand at the reception desk and you smiling young girl behind the counter'
  41. >>>>>>> 557_rack
  42. --- rack ---------------------------------