bedrPar 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. gs 'family'
  17. if tanga = 0:tanga = 1
  18. act 'Leave the room':gt 'korrPar'
  19. if student > 0 and kursovik < 100:
  20. act 'Write coursework (1:00)':
  21. cla
  22. *clr
  23. minut += 60
  24. kursovik += rand(intel / 20, intel / 10)
  25. if kursovik > 100:kursovik = 100
  26. manna -= 10
  27. '<center><img src="images/etogame/study.jpg"></center>'
  28. 'You sat on the course work and prepared her for <<kursovik>> percent.'
  29. act 'Leave':gt $curloc
  30. end
  31. end
  32. if horny >= 50 and sisterHere = 0:
  33. act 'Masturbate':gt 'selfplay'
  34. end
  35. if pornMagazine > 0:'Under the mattress you have hidden pornozhurnal.'
  36. if sisterHere = 0 and pornMagazine > 0:dynamic $d_read_porn
  37. dynamic $d_read_book
  38. 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.'
  39. if card > 0:
  40. act 'Take a deck of cards':gt 'card'
  41. end
  42. if dur > 0:'You have hidden <<dur>> doses pale lady'
  43. if dur > 0 and narkday ! day:
  44. act 'Nyuhnut pale lady 5 min':
  45. cla
  46. *clr
  47. minut += 5
  48. narkday = day
  49. health = vital * 10 + stren * 5
  50. willpower = intel * 5 + will * 5
  51. manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
  52. horny = 100
  53. nark += 10
  54. dur -= 1
  55. '<center><img src="images/pic/dur.jpg"></center>'
  56. 'You otsypali dose of powder and its nyuhnuli, then you feel just fine.'
  57. act 'Leave':gt $curloc
  58. end
  59. end
  60. --- bedrPar ---------------------------------