loadg 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # loadg
  2. gs 'saveupdater'
  3. gs 'din_npc'
  4. !!-------------------Above this line to be kept-------------------
  5. if pirsA = 1 and PirsA1_owned = 0:PirsA1_owned = 1
  6. if pirsB = 1 and PirsB1_owned = 0:PirsB1_owned = 1
  7. if pirsC = 1 and PirsC1_owned = 0:PirsC1_owned = 1
  8. if pirsD = 1 and PirsD1_owned = 0:PirsD1_owned = 1
  9. if pirsE = 1 and PirsE1_owned = 0:PirsE1_owned = 1
  10. if pirsF = 1 and PirsF1_owned = 0:PirsF1_owned = 1
  11. if pirsN = 1 and PirsN1_owned = 0:PirsN1_owned = 1
  12. if pirsG = 1 and PirsG1_owned = 0:PirsG1_owned = 1
  13. !!-------------------------- above this line can be removed for 0.7.0 ---------------------------------
  14. if dounspell = 1: dounsplkil = 2 & gs 'body_shape', 'hardreset'
  15. !!adding default shoes and assigning them
  16. sgandm[6] = 1
  17. strainers[21] = 1
  18. if $cheapshoetype = '':
  19. $cheapshoetype = 'gandm' & cheapshoenumber = 6
  20. if $clothingworntype = 'cheap': $shoeworntype = 'gandm' & shoewornnumber = 6
  21. end
  22. if $averageshoetype = '':
  23. $averageshoetype = 'gandm' & averageshoenumber = 6
  24. if $clothingworntype = 'average': $shoeworntype = 'gandm' & shoewornnumber = 6
  25. end
  26. if $expensiveshoetype = '':
  27. $expensiveshoetype = 'gandm' & expensiveshoenumber = 6
  28. if $clothingworntype = 'expensive': $shoeworntype = 'gandm' & shoewornnumber = 6
  29. end
  30. if $formalshoetype = '':
  31. $formalshoetype = 'gandm' & formalshoenumber = 6
  32. if $clothingworntype = 'formal': $shoeworntype = 'gandm' & shoewornnumber = 6
  33. end
  34. if $officeshoetype = '':
  35. $officeshoetype = 'gandm' & officeshoenumber = 6
  36. if $clothingworntype = 'office': $shoeworntype = 'gandm' & shoewornnumber = 6
  37. end
  38. if $schoolshoetype = '':
  39. $schoolshoetype = 'gandm' & schoolshoenumber = 6
  40. if $clothingworntype = 'school': $shoeworntype = 'gandm' & shoewornnumber = 6
  41. end
  42. if $exerciseshoetype = '':
  43. $exerciseshoetype = 'trainers' & exerciseshoenumber = 21
  44. if $clothingworntype = 'exercise': $shoeworntype = 'gandm' & shoewornnumber = 21
  45. end
  46. if $fetishshoetype = '':
  47. $fetishshoetype = 'gandm' & fetishshoenumber = 6
  48. if $clothingworntype = 'fetish': $shoeworntype = 'gandm' & shoewornnumber = 6
  49. end
  50. if $exhibitshoetype = '':
  51. $exhibitshoetype = 'gandm' & exhibitshoenumber = 6
  52. if $clothingworntype = 'exhibit': $shoeworntype = 'gandm' & shoewornnumber = 6
  53. end
  54. if $uniformshoetype = '':
  55. $uniformshoetype = 'gandm' & uniformshoenumber = 6
  56. if $clothingworntype = 'uniform': $shoeworntype = 'gandm' & shoewornnumber = 6
  57. end
  58. if $burlesqueshoetype = '':
  59. $burlesqueshoetype = 'gandm' & burlesqueshoenumber = 6
  60. if $clothingworntype = 'burlesque': $shoeworntype = 'gandm' & shoewornnumber = 6
  61. end
  62. if $alternativeshoetype = '':
  63. $alternativeshoetype = 'gandm' & alternativeshoenumber = 6
  64. if $clothingworntype = 'alternative': $shoeworntype = 'gandm' & shoewornnumber = 6
  65. end
  66. if $pantyworntype = '':
  67. if tanga = 1: $pantyworntype = 'cheap' & pantywornnumber = rand(1,37)
  68. if tanga = 0: $pantyworntype = 'none'
  69. end
  70. if $braworntype = '': $braworntype = 'cheap' & brawornnumber = rand(1,18)
  71. if pavlin > 0:
  72. npc_rel['A217'] = npc_rel['A217'] + pavlin
  73. pavlin = 0
  74. end
  75. clrbelo += suhbelo
  76. clrbelo += suhbelo2
  77. killvar'suhbelo'
  78. killvar'suhbelo2'
  79. if bag = 1 and $currentpursetype = '':
  80. cheap_purses[1] = 1
  81. $currentpursetype = 'cheap'
  82. currentpursenumber = 1
  83. end
  84. if cheap_purse[1] = 1:cheap_purses[1] = 1
  85. if grupTipe[57] = 6: gs 'gschool_lessons', 'npc_data'
  86. --- loadg ---------------------------------