loadg.qsrc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # loadg
  2. gs 'saveupdater'
  3. gs 'din_npc'
  4. !!-------------------Above this line to be kept-------------------
  5. clrbelo += suhbelo
  6. clrbelo += suhbelo2
  7. killvar'suhbelo'
  8. killvar'suhbelo2'
  9. !!-------------------------- above this line can be removed for 0.7.1 ---------------------------------
  10. if dounspell = 1: dounsplkil = 2 & gs 'body_shape', 'hardreset'
  11. !!adding default shoes and assigning them
  12. sgandm[6] = 1
  13. strainers[21] = 1
  14. if $cheapshoetype ! '':
  15. killvar '$cheapshoetype'
  16. killvar '$averageshoetype'
  17. killvar '$expensiveshoetype'
  18. killvar '$formalshoetype'
  19. killvar '$officeshoetype'
  20. killvar '$schoolshoetype'
  21. killvar '$exerciseshoetype'
  22. killvar '$fetishshoetype'
  23. killvar '$exhibitshoetype'
  24. killvar '$uniformshoetype'
  25. killvar '$burlesqueshoetype'
  26. killvar '$alternativeshoetype'
  27. end
  28. if pavlin > 0:
  29. npc_rel['A217'] = npc_rel['A217'] + pavlin
  30. pavlin = 0
  31. end
  32. if bag = 1 and $currentpursetype = '':
  33. cheap_purses[1] = 1
  34. $currentpursetype = 'cheap'
  35. currentpursenumber = 1
  36. end
  37. if cheap_purse[1] = 1:cheap_purses[1] = 1
  38. if npc_dick['A55'] = 23: npc_dick['A55'] = 30
  39. !!Fixes for changes to clothing system and removal of dirty underwear
  40. if $pantyworntype = '':
  41. if tanga = 1: $pantyworntype = 'cheap'
  42. if tanga = 0: $pantyworntype = 'none'
  43. end
  44. if $braworntype = '': $braworntype = 'cheap'
  45. if clrbelo > 0:
  46. cheap_panties[37] = 1
  47. cheap_bras[11] = 1
  48. clrbelo = 0
  49. if $pantyworntype = 'cheap':
  50. pantywornnumber = 37
  51. end
  52. if $braworntype = 'cheap':
  53. brawornnumber = 11
  54. end
  55. killvar 'clrbelo'
  56. killvar 'clrbra'
  57. killvar 'washingbelo'
  58. killvar 'washingbra'
  59. killvar 'dirtbelo'
  60. killvar 'dirtbra'
  61. end
  62. if arrsize('$phonetheme_name') = 0: gs 'telefon', 'setup'
  63. if ARRSIZE('school_static_num') < 62: gs 'gschool_lessons', 'npc_data'
  64. if housr = 1: home_owned[1] = 1
  65. if BuyHous = 1: home_owned[1] = 2
  66. if housr = 2: home_owned[4] = 1
  67. if placeMansion > 0: home_owned[5] = placeMansion
  68. if dachaest > 0: home_owned[3] = dachaest
  69. if storyline = 1 and ParHomeBlock = 0:home_owned[2] = 1
  70. killvar 'placemansion'
  71. killvar 'dachaest'
  72. killvar 'housr'
  73. killvar 'BuyHous'
  74. if alko < 0: alko = 0
  75. if pranik < 0: pranik = 0
  76. if poroshok < 0: poroshok = 0
  77. --- loadg ---------------------------------