011_cikl 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # cikl
  2. !циклы
  3. if curly > 0: set curly -= 1
  4. set sweat += 1
  5. if tan > 0: set tan -= 1
  6. if tabletki > 0: set tabletki -= 1
  7. set leghair += 1
  8. set lobok += 1
  9. if suhbelo > 0: set suhbelo2 = suhbelo & set suhbelo = 0
  10. set manna -= 10
  11. !{
  12. if salo>fat:
  13. salo -= 1
  14. fat += 1
  15. end
  16. if salo < fat:
  17. salo += 1
  18. fat -= 1
  19. end
  20. if strenbuf > stren: set strenbuf -= 1
  21. if strenbuf < stren: set strenbuf += 1
  22. if vitalbuf > vital: set vitalbuf -= 1
  23. if vitalbuf < vital: set vitalbuf += 1
  24. if agilbuf > agil: set agilbuf -= 1
  25. if agilbuf < agil: set agilbuf += 1
  26. }
  27. if anus > 1 and anusK < 0: set anusK = 0
  28. if anus > 1 and anusK < 3: set anusK += 1
  29. if anus > 1 and anusK >= 3: set anus -= 1 & set anusK = 0
  30. if vagina > 10 and vaginaK < 0: set vaginaK = 0
  31. if vagina > 10 and vaginaK < 6: set vaginaK += 1
  32. if vagina > 10 and vaginaK >= 6: set vaginaK = 0 & set vagina -= 1
  33. set lipkoef -= 1
  34. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  35. !!!!!!!!!!!!Работы
  36. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  37. !ВЫБРОС ПРОКЛАДКИ
  38. if isprok = 1: Set isprok = 0 & 'You threw used tampon.'
  39. !ЦИКЛ 28 дней 4 дней ментсруация
  40. if preg = 0:
  41. if mesec > 0: Set mesec -= 1
  42. if mesec = 0: Set cikl += 1
  43. if cikl >= 23 and preg ! 1: Set mesec = 4 & Set cikl = 0
  44. end
  45. if preg = 1 and pregtime < 280:
  46. set pregtime += 1
  47. end
  48. if preg = 1 and pregtime = 280 and hourpreg ! hour:
  49. hourpreg = hour
  50. '<center><B>A sharp pain ran through your stomach, and something flows down your legs. Snap, you water broke! You have to get to the clinic fast!</B></center>'
  51. end
  52. if preg = 1 and pregtime > 280:
  53. cla
  54. *clr
  55. set over = 4
  56. '<center><B>A horrible pain shots through your body.</B></center>'
  57. xgt 'gameover'
  58. exit
  59. end
  60. if horny < 100: set horny += vagina
  61. if horny < 0: set horny = 0
  62. if musle >= salo and stren >= 10 and vital >= 10 and dounspell = 0:
  63. !Падение мускулистости
  64. if downmusl >= 5:
  65. downmusl = 0
  66. set stren -= 1
  67. set vital -= 1
  68. set fat += 4
  69. salo += 4
  70. else
  71. downmusl += 1
  72. end
  73. end
  74. !!! Maruda Hair Mod
  75. !!! Max. Hair length 600mm, or 60cm, which should be somewhere in the lower back area.
  76. !!! Hair grows 1mm each day, it takes 20 months (1 month = 30 days) to regrow the hair from 0.
  77. if hairlength < 601: set hairlength += 1
  78. if hscrunch > 0:
  79. set hscrunchRAND = RAND (1,100)
  80. if hscrunchRAND <= 8: set hscrunch -= 1
  81. end
  82. !!! Maruda Hair Mod
  83. gs 'starenie'
  84. --- cikl ---------------------------------