1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- # loadg
- gs 'saveupdater'
- gs 'din_npc'
- !!-------------------Above this line to be kept-------------------
- !!-------------------------- above this line can be removed for 0.6.1 ---------------------------------
- if dounspell = 1: dounsplkil = 2 & gs 'body_shape', 'hardreset'
- 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
- !!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
- --- loadg ---------------------------------
|