bedrPar 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # bedrPar
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. clr
  7. minut += 1
  8. gs 'stat'
  9. fcolor = rgb(0, 0, 0)
  10. bcolor = rgb(255, 255, 255)
  11. lcolor = rgb(106, 90, 205)
  12. '<center><b><font color="maroon">Your bedroom</font></b></center>'
  13. ! WD: Correct Image path ~ "images/qwest/alter/<<$loc>>.jpg"
  14. '<center><img src="images/qwest/alter/bedrPar.jpg"></center>'
  15. 'Small room in which hardly squeezed <a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''">cabinet</a>, your <a href="exec:gt ''bedPar''">bed</a>, <a href="exec:gt ''stolPar''">desk</a> bed and sisters.'
  16. if komp = 1:'On the table is your <a href="exec:gorodokKomp = 1 & GT ''Komp'',''start''">laptop</a>.'
  17. gorodokKomp = 0
  18. if sisboyQW > 10:sisboyQW = 10
  19. gs 'family'
  20. ! if tanga = 0:tanga = 1
  21. act 'Leave the room':gt 'korrPar'
  22. if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
  23. act 'Take your sisters phone':gt 'reks','sms'
  24. end
  25. ! WD: add Underwear change
  26. if tanga = 0:
  27. act 'Wear Underwear':
  28. cla
  29. tanga = 1
  30. gt $curloc
  31. end
  32. elseif tanga = 1:
  33. act 'Remove Underwear':
  34. cla
  35. tanga = 0
  36. gt $curloc
  37. end
  38. end
  39. if student > 0 and kursovik < 100:
  40. act 'Write coursework (1:00)':
  41. cla
  42. *clr
  43. minut += 60
  44. kursovik += rand(intel / 20, intel / 10)
  45. if kursovik > 100:kursovik = 100
  46. manna -= 10
  47. '<center><img src="images/etogame/study.jpg"></center>'
  48. 'You sat on the course work and prepared her for <<kursovik>> percent.'
  49. act 'Leave':gt $curloc
  50. end
  51. end
  52. if horny >= 50 and sisterHere = 0:
  53. act 'Masturbate':gt 'selfplay'
  54. end
  55. if pornMagazine > 0:'Under the mattress you have hidden pornozhurnal.'
  56. if sisterHere = 0 and pornMagazine > 0:dynamic $d_read_porn
  57. dynamic $d_read_book
  58. if tovarL > 0:'You have kept <<tovarL>> One unit of small goods. The maximum you can keep in your room 30 One unit of product.'
  59. if card > 0:
  60. act 'Take a deck of cards':gt 'card'
  61. end
  62. if dur > 0:'You have hidden <<dur>> doses pale lady'
  63. if dur > 0 and narkday ! daystart:
  64. act 'Nyuhnut pale lady 5 min':
  65. cla
  66. *clr
  67. minut += 5
  68. narkday = daystart
  69. health = vital * 10 + stren * 5
  70. willpower = intel * 5 + will * 5
  71. manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
  72. horny = 100
  73. nark += 10
  74. dur -= 1
  75. '<center><img src="images/pic/dur.jpg"></center>'
  76. 'You otsypali dose of powder and its nyuhnuli, then you feel just fine.'
  77. act 'Leave':gt $curloc
  78. end
  79. end
  80. --- bedrPar ---------------------------------