sitrPar 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # sitrPar
  2. act 'Leave the room':gt 'korrPar'
  3. $metkaM = $ARGS[0]
  4. $locM = $CURLOC
  5. $metka = $ARGS[0]
  6. $loc = $CURLOC
  7. clr
  8. minut += 1
  9. gs 'stat'
  10. fcolor = rgb(0, 0, 0)
  11. bcolor = rgb(255, 255, 255)
  12. lcolor = rgb(106, 90, 205)
  13. '<center><b><font color="maroon">Hall</font></b></center>'
  14. ! WD: Correct Image path ~ "images/qwest/alter/<<$loc>>.jpg"
  15. '<center><img src="images/qwest/alter/sitrPar.jpg"></center>'
  16. 'In the window is a <a href="exec:gt ''tvPar''">TV</a>. Front of the TV is a sofa on which sleeps at night your brother. The wall is a wall with utensils and books.'
  17. gs 'family'
  18. if month = 12 and day >= 30:
  19. 'TV stands near a Christmas tree decorated with toys and garlands.'
  20. elseif month = 12 and day = 31 and hour >= 20:
  21. act 'Celebrate the New Year with family.':
  22. cls
  23. mother = 100
  24. father = 100
  25. sister = 100
  26. brother = 100
  27. money += 5000
  28. salo += 5
  29. fat += 10
  30. hour = 23
  31. minut = 0
  32. minut += 120
  33. son = 0
  34. manna += 1000
  35. wipo += 1000
  36. energy += 50
  37. water += 50
  38. gs 'stat'
  39. 'You sat at the festive table laid in front of the TV and began to celebrate the New Year with family and blue light going on TV. At the table struck up a dialogue and common problems were forgotten, all having fun and talking to each other. at midnight, before the chimes you heard congratulations President, which as always promised, they all will be well, if you ''ll be better off working. Then drank champagne clinking glasses and congratulating each other happy new year. Mom gave you an envelope with a greeting card and five thousand rubles. For a while you continue watching TV ate and drank champagne, but soon was evident ,that family members are exhausted and began to disperse to sleep.'
  40. act 'Leave':gt $curloc
  41. end
  42. elseif month = 1 and day = 1:
  43. act 'Eat up salads with festive table':
  44. cla
  45. *clr
  46. frost = 0
  47. minut += 15
  48. health += 10
  49. manna += 20
  50. energy += 20
  51. water += 20
  52. salo += 1
  53. fat += 3
  54. gs 'stat'
  55. '<center><img src="images/pics/food.jpg"></center>'
  56. 'You had finished salads remaining on the table after the holiday.'
  57. act 'Get up from the table':gt $locM, $metkaM
  58. end
  59. end
  60. --- sitrPar ---------------------------------