loadg 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. # loadg
  2. ! WD: Set variable to store Image needed HTML code
  3. if $ImageNeededPlacholder = '':
  4. set $ImageNeededPlacholder = '<center><img src="images/community/image_needed.png"></center>'
  5. end
  6. gs 'din_pav'
  7. gs 'dinSex2'
  8. gs 'dina'
  9. gs 'din_van'
  10. gs 'din_bad'
  11. gs 'dinSex'
  12. gs 'dinBoroda'
  13. gs 'BanSexType'
  14. if StoryLine = 0:daystart_start = 145
  15. if vshrink = 0 and vshrinkdays = 0 and ashrink = 0 and ashrinkdays = 0:vshrink = 1 & vshrinkdays = 6 & ashrink = 1 & ashrinkdays = 3
  16. if bankAccount = 0 and karta > 0:
  17. bankAccount = 1
  18. if bankDebtLimit = 0: bankDebtLimit = 5000
  19. end
  20. if $cycreport_txt = '':
  21. temp[1] = daystart-daylastperiod
  22. $cycreport_txt = 'It has been <<temp[1]>> days since you last had a period.'
  23. end
  24. if menoage = 0:
  25. menoage = rand(40,50)
  26. temprand = rand(0,10)
  27. if temprand = 0:
  28. menoage += rand(0,5)
  29. elseif temprand < 4:
  30. menoage += rand(3,10)
  31. elseif temprand < 9:
  32. menoage += rand(5,12)
  33. else
  34. menoage += rand(7,13)
  35. end
  36. end
  37. monthsend[1] = 31
  38. if ((year mod 4 = 0) and (year mod 100 ! 0)) or (year mod 400 = 0):
  39. Leapyear = 1 & monthsend[2] = 29
  40. else
  41. Leapyear = 0 & monthsend[2] = 28
  42. end
  43. monthsend[3] = 31
  44. monthsend[4] = 30
  45. monthsend[5] = 31
  46. monthsend[6] = 30
  47. monthsend[7] = 31
  48. monthsend[8] = 31
  49. monthsend[9] = 30
  50. monthsend[10] = 31
  51. monthsend[11] = 30
  52. monthsend[12] = 31
  53. $monthName[1] = 'January'
  54. $monthName[2] = 'February'
  55. $monthName[3] = 'March'
  56. $monthName[4] = 'April'
  57. $monthName[5] = 'May'
  58. $monthName[6] = 'June'
  59. $monthName[7] = 'July'
  60. $monthName[8] = 'August'
  61. $monthName[9] = 'September'
  62. $monthName[10] = 'October'
  63. $monthName[11] = 'November'
  64. $monthName[12] = 'December'
  65. $month = $monthName[month]
  66. if oldsavehcol = 0:
  67. cla
  68. cls
  69. *clr
  70. :hcolloop
  71. 'There have been changes made to the hair colour system, please indicate your character''s natural hair colour.'
  72. 'Enter 0 (zero) for black, 1 (one) for brown, 2 (two) for red, or 3 (three) for blonde.'
  73. 'Note: Cancelling or entering no value will default to 0, black hair.'
  74. nathcol = input("Enter the number that corresponds to your character''s natural hair colour:")
  75. if nathcol >= 0 or nathcol <= 3:
  76. if hcol ! nathcol: dyefade = rand(21,35)
  77. oldsavehcol = 1
  78. act 'Return to game': gs 'stat' & gt $CURLOC
  79. else
  80. 'That is not a valid entry.'
  81. jump 'hcolloop'
  82. end
  83. end
  84. if dounspell = 0 and newbdsp = 0:
  85. dounspell = 1
  86. dounsplkil = 2
  87. nbsize = titK - silicone
  88. gs 'body_shape', 'hardreset'
  89. newbdsp = 1
  90. end
  91. if succubusflag = 1 and sucpcinfo = 4 and sucinfoday = 0: sucinfoday = daystart + 5 + rand(0,5)
  92. if skin > 0: skinvan += 20 * skin & killvar 'skin'
  93. if vneshbase = 0: gs 'body_shape', 'basebeautycalc', 1
  94. if normbuffpick = 2: bodset = 2 & killvar 'normbuffpick'
  95. :cumidloop
  96. if arrsize('$cumarrnam') > arrsize('cumarrcnt'):
  97. cumarrcnt[arrsize('cumarrcnt')] = -2
  98. jump 'cumidloop'
  99. end
  100. :spidloop
  101. if arrsize('$sparrnam') > arrsize('sparrcnt'):
  102. sparrcnt[arrsize('sparrcnt')] = -1
  103. jump 'spidloop'
  104. end
  105. --- loadg ---------------------------------