123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- # loadg
- gs 'saveupdater'
- gs 'din_npc'
- !!-------------------Above this line to be kept-------------------
- if pirsA = 1 and PirsA1_owned = 0:PirsA1_owned = 1
- if pirsB = 1 and PirsB1_owned = 0:PirsB1_owned = 1
- if pirsC = 1 and PirsC1_owned = 0:PirsC1_owned = 1
- if pirsD = 1 and PirsD1_owned = 0:PirsD1_owned = 1
- if pirsE = 1 and PirsE1_owned = 0:PirsE1_owned = 1
- if pirsF = 1 and PirsF1_owned = 0:PirsF1_owned = 1
- if pirsN = 1 and PirsN1_owned = 0:PirsN1_owned = 1
- if pirsG = 1 and PirsG1_owned = 0:PirsG1_owned = 1
- !!-------------------------- above this line can be removed for 0.7.0 ---------------------------------
- if dounspell = 1: dounsplkil = 2 & gs 'body_shape', 'hardreset'
- !!adding default shoes and assigning them
- sgandm[6] = 1
- strainers[21] = 1
- if $cheapshoetype = '':
- $cheapshoetype = 'gandm' & cheapshoenumber = 6
- if $clothingworntype = 'cheap': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $averageshoetype = '':
- $averageshoetype = 'gandm' & averageshoenumber = 6
- if $clothingworntype = 'average': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $expensiveshoetype = '':
- $expensiveshoetype = 'gandm' & expensiveshoenumber = 6
- if $clothingworntype = 'expensive': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $formalshoetype = '':
- $formalshoetype = 'gandm' & formalshoenumber = 6
- if $clothingworntype = 'formal': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $officeshoetype = '':
- $officeshoetype = 'gandm' & officeshoenumber = 6
- if $clothingworntype = 'office': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $schoolshoetype = '':
- $schoolshoetype = 'gandm' & schoolshoenumber = 6
- if $clothingworntype = 'school': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $exerciseshoetype = '':
- $exerciseshoetype = 'trainers' & exerciseshoenumber = 21
- if $clothingworntype = 'exercise': $shoeworntype = 'gandm' & shoewornnumber = 21
- end
- if $fetishshoetype = '':
- $fetishshoetype = 'gandm' & fetishshoenumber = 6
- if $clothingworntype = 'fetish': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $exhibitshoetype = '':
- $exhibitshoetype = 'gandm' & exhibitshoenumber = 6
- if $clothingworntype = 'exhibit': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $uniformshoetype = '':
- $uniformshoetype = 'gandm' & uniformshoenumber = 6
- if $clothingworntype = 'uniform': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $burlesqueshoetype = '':
- $burlesqueshoetype = 'gandm' & burlesqueshoenumber = 6
- if $clothingworntype = 'burlesque': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $alternativeshoetype = '':
- $alternativeshoetype = 'gandm' & alternativeshoenumber = 6
- if $clothingworntype = 'alternative': $shoeworntype = 'gandm' & shoewornnumber = 6
- end
- if $pantyworntype = '':
- if tanga = 1: $pantyworntype = 'cheap' & pantywornnumber = rand(1,37)
- if tanga = 0: $pantyworntype = 'none'
- end
- if $braworntype = '': $braworntype = 'cheap' & brawornnumber = rand(1,18)
- if pavlin > 0:
- npc_rel['A217'] = npc_rel['A217'] + pavlin
- pavlin = 0
- end
- clrbelo += suhbelo
- clrbelo += suhbelo2
- killvar'suhbelo'
- killvar'suhbelo2'
- if bag = 1 and $currentpursetype = '':
- cheap_purses[1] = 1
- $currentpursetype = 'cheap'
- currentpursenumber = 1
- end
- if cheap_purse[1] = 1:cheap_purses[1] = 1
- if grupTipe[57] = 6: gs 'gschool_lessons', 'npc_data'
- --- loadg ---------------------------------
|