452_comendant 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # comendant
  2. if $args[0] = 'pos1':
  3. cla
  4. *clr
  5. minut += 10
  6. gs 'stat'
  7. '<center><B><font color = maroon>commandant hostel</font></B></center>'
  8. '<center><img src="images\etogame\comendant.jpg"></center>'
  9. 'Commandant ulybchiv hostel and friendly.'
  10. act 'Become acquainted': gt 'comendant','pos2'
  11. end
  12. if $args[0] = 'pos2':
  13. cla
  14. *clr
  15. minut += 5
  16. gor_dorm = 1
  17. gs 'stat'
  18. '<center><B><font color = maroon>commandant hostel</font></B></center>'
  19. '<center><img src="images\etogame\comendant.jpg"></center>'
  20. 'You: - Good afternoon! I am in the direction of the school, so all the necessary documents.'
  21. '...'
  22. '- Yes, it seems all right. Welcome to our town. My name is Peter, you can simply Petya.'
  23. '- <<$name>>.'
  24. '- So will teach, well, this is lucky to get such a tomboy charming teacher.'
  25. '- Thank you.'
  26. '- So, here are your keys, the room number on the key fob. Kitchen and bathroom at the end of the corridor, although the water often disable the utility. If there are problems, please contact me.'
  27. act 'In the room': gt 'dom_gor'
  28. end
  29. if $args[0] = 'pos3':
  30. cla
  31. *clr
  32. minut += 5
  33. gor_dorm = 3
  34. gs 'stat'
  35. '<center><B><font color = maroon>commandant hostel</font></B></center>'
  36. '<center><img src="images\etogame\comendant_what.jpg"></center>'
  37. 'You: - Hello! It´s just a mess, you saw in what condition the pipe in the bathroom. Because the water turned off and that the pipes from nothing left.'
  38. '...'
  39. '- Ooh, what you say.'
  40. '- Yes, I myself checked the riser, and I can show you come on.'
  41. '- It´s an outrage! I immediately call a plumber. So here´s the thing.'
  42. '- Hmm, I hope ...'
  43. '- I immediately take measures, thank you. Sorry for the inconvenience.'
  44. '(Hmm, strange type)'
  45. act 'In the room': gt 'dom_gor'
  46. end
  47. --- comendant ---------------------------------