123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- # intro_initialization_city
- !!*************************
- !! Final Initializations
- !! Top area for things that need to be done before setting the variables for either start
- if $start_type['loc'] ! 'uni':
- daystart_start = 521
- daystart = daystart_start
- hour = 13
- !month = 6
- !$month = 'June'
- !day = 4
- !week = 7
- end
- gs 'intro_initialization'
- !! apartment access and two months of rent paid
- if $start_type['loc'] = 'city':
- gs 'homes_properties', 'give_access', 'parents_home'
- SchoolAtestat = 1
- gs 'homes_properties', 'rent_property', 'city_apartment', 61
- gs 'homes_properties', 'set_home', 'city_apartment'
- end
- !! **********
- !!Clothing has to run last so that hip size is set
- !! Adding underwear and default shoes and assigning them
- gm_panties[1] = 1
- gm_bras[1] = 1
- gm_shoe[6] = 1
- gm_coats[1] = 1
- gs 'panties', 'wear', 'gm', 1
- gs 'bras', 'wear', 'gm', 1
- gs 'shoes', 'wear', 'gm', 6
- gs 'coats', 'wear', 'gm', 1
- !! Starting clothing set
- gm_panties[12] = 1
- gm_bras[12] = 1
- gm_shoe[9] = 1
- gm_outfits[30] = 1
- gm_outfits_h[30] = 100
- gm_outfits_b[30] = pcs_hips
- cats_dress[1] = 1
- cats_dress_h[1] = 100
- cats_dress_b[1] = pcs_hips
- danilovich_shoe[21] = 1
- if $start_type['group'] = 'jock':
- !!Dancer gets leotard and nicer swimwear
- danilovich_outfits[155] = 1
- danilovich_outfits_h[155] = 100
- allure_bikinis[6] = 1
- allure_bikinis_h[6] = 60
- allure_bikinis_b[6] = pcs_hips
- else
- danilovich_outfits[81] = 1
- danilovich_outfits_h[81] = 100
- danilovich_swimsuit[3] = 1
- danilovich_swimsuit_h[3] = 60
- danilovich_swimsuit_b[3] = pcs_hips
- end
- if $start_type['cat'] = 'goth':
- cats_panties[15] = 1
- cats_bras[15] = 1
- danilovich_outfits[91] = 1
- danilovich_outfits_h[91] = 100
- danilovich_shoe[21] = 0
- danilovich_shoe[19] = 1
- sportsshoenumber = 19
- gm_shoe[9] = 0
- gm_shoe[25] = 0
- bomba_dress[7] = 1
- bomba_dress_h[7] = 100
- bomba_dress_b[7] = pcs_hips
- dolls_shoe[1] = 1
- dolls_dress[4] = 1
- dolls_dress_h[4] = 100
- dolls_dress_b[4] = pcs_hips
- dolls_dress[23] = 1
- dolls_dress_h[23] = 100
- dolls_dress_b[23] = pcs_hips
- dolls_outfits[16] = 1
- dolls_outfits_h[16] = 100
- dolls_outfits_b[16] = pcs_hips
- dolls_outfits[31] = 1
- dolls_outfits_h[31] = 100
- dolls_outfits_b[31] = pcs_hips
- sportsclothingnumber = 91
- gs 'panties', 'wear', 'cats', 15
- gs 'bras', 'wear', 'cats5', 1
- gs 'clothing', 'wear', 'dolls_dress', 4
- gs 'shoes', 'wear', 'gm', 25
- elseif $start_type['cat'] = 'anorexic':
- !!anorexic start
- gm_panties[15] = 1
- gm_bras[15] = 1
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- danilovich_outfits[88] = 1
- danilovich_outfits_h[88] = 100
- cats_outfits[90] = 1
- cats_outfits_h[90] = 100
- cats_outfits_b[90] = pcs_hips
- danilovich_swimsuit[8] = 1
- danilovich_swimsuit_h[8] = 60
- danilovich_swimsuit_b[8] = pcs_hips
- sportsclothingnumber = 88
- gs 'clothing', 'wear', 'gm_dress', 39
- elseif $start_type['cat'] = 'bimbo':
- !!bimbo start
- gm_panties[14] = 1
- gm_bras[14] = 1
- eroto_panties[3] = 1
- eroto_bras[3] = 1
- gm_shoe[6] = 0
- cats_shoe[16] = 1
- gm_dress[190] = 1
- gm_dress_h[190] = 100
- gm_dress_b[190] = pcs_hips
- gm_outfits[181] = 1
- gm_outfits_h[181] = 100
- gm_outfits_b[181] = pcs_hips
- gm_shoe[9] = 1
- danilovich_shoe[12] = 1
- danilovich_shoe[21] = 0
- sportsshoenumber = 12
- coco_dress[139] = 1
- coco_dress_h[139] = 100
- coco_dress_b[139] = pcs_hips
- danilovich_outfits[124] = 1
- danilovich_outfits_h[124] = 100
- cats_outfits[86] = 1
- cats_outfits_h[86] = 100
- cats_outfits_b[86] = pcs_hips
- scandalicious_dress[20] = 1
- scandalicious_dress_h[20] = 100
- scandalicious_dress_b[20] = pcs_hips
- sportsclothingnumber = 124
- gs 'panties', 'wear', 'gm', 14
- gs 'bras', 'wear', 'gm', 14
- gs 'clothing', 'wear', 'cats_outfits', 86
- gs 'shoes', 'wear', 'cats', 16
- elseif $start_type['cat'] = 'troublemaker':
- gm_panties[21] = 1
- gm_bras[17] = 1
- danilovich_outfits[48] = 1
- danilovich_outfits_h[48] = 100
- sportsclothingnumber = 48
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- gm_outfits[181] = 1
- gm_outfits_h[181] = 100
- gm_outfits_b[181] = pcs_hips
- dolls_outfits[1] = 1
- dolls_outfits_h[1] = 100
- dolls_outfits_b[1] = pcs_hips
- flamingos_dress[59] = 1
- flamingos_dress_h[59] = 100
- flamingos_dress_b[59] = pcs_hips
- danilovich_outfits[87] = 1
- danilovich_outfits_h[87] = 100
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- dolls_shoe[31] = 1
- dolls_outfits[39] = 1
- dolls_outfits_h[39] = 100
- dolls_outfits_b[39] = pcs_hips
- dolls_outfits[56] = 1
- dolls_outfits_h[56] = 100
- dolls_outfits_b[56] = pcs_hips
- gs 'panties', 'wear', 'gm', 21
- gs 'bras', 'wear', 'gm', 17
- gs 'clothing', 'wear', 'dolls_outfits', 39
- gs 'shoes', 'wear', 'dolls', 31
- elseif pcs_inhib < 5:
- gm_outfits[30] = 1
- gm_outfits_h[30] = 100
- gm_outfits_b[30] = pcs_hips
- gm_outfits[2] = 1
- gm_outfits_h[2] = 100
- gm_outfits_b[2] = pcs_hips
- gm_outfits[54] = 1
- gm_outfits_h[54] = 100
- gm_outfits_b[54] = pcs_hips
- coco_outfits[5] = 1
- coco_outfits_h[5] = 100
- coco_outfits_b[5] = pcs_hips
- danilovich_outfits[81] = 1
- danilovich_outfits_h[81] = 100
- cats_dress[14] = 1
- cats_dress_h[14] = 100
- cats_dress_b[14] = pcs_hips
- sportsclothingnumber = 81
- gs 'clothing', 'wear', 'cats_dress', 1
- elseif pcs_inhib < 10:
- gm_outfits[15] = 1
- gm_outfits_h[15] = 100
- gm_outfits_b[15] = pcs_hips
- danilovich_outfits[80] = 1
- danilovich_outfits_h[80] = 100
- flamingos_outfits[9] = 1
- flamingos_outfits_h[9] = 100
- flamingos_outfits_b[9] = pcs_hips
- nerdvana_outfits[38] = 1
- nerdvana_outfits_h[38] = 100
- nerdvana_outfits_b[38] = pcs_hips
- gm_office[11] = 1
- gm_office_h[11] = 100
- gm_office_b[11] = pcs_hips
- gm_dress[4] = 1
- gm_dress_h[4] = 100
- gm_dress_b[4] = pcs_hips
- sportsclothingnumber = 80
- gs 'clothing', 'wear', 'gm_dress', 4
- elseif pcs_inhib < 15:
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- danilovich_outfits[106] = 1
- danilovich_outfits_h[106] = 100
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- gm_dress[16] = 1
- gm_dress_h[16] = 100
- gm_dress_b[16] = pcs_hips
- bomba_outfits[12] = 1
- bomba_outfits_h[12] = 100
- bomba_outfits_b[12] = pcs_hips
- bomba_outfits[3] = 1
- bomba_outfits_h[3] = 100
- bomba_outfits_b[3] = pcs_hips
- sportsclothingnumber = 106
- gs 'clothing', 'wear', 'gm_dress', 7
- elseif pcs_inhib < 20:
- gm_outfits[55] = 1
- gm_outfits_h[55] = 100
- gm_outfits_b[55] = pcs_hips
- danilovich_outfits[102] = 1
- danilovich_outfits_h[102] = 100
- danilovich_outfits[64] = 1
- danilovich_outfits_h[64] = 100
- flamingos_dress[109] = 1
- flamingos_dress_h[109] = 100
- flamingos_dress_b[109] = pcs_hips
- gm_outfits[99] = 1
- gm_outfits_h[99] = 100
- gm_outfits_b[99] = pcs_hips
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- sportsclothingnumber = 64
- gs 'clothing', 'wear', 'gm_outfits', 99
- elseif pcs_inhib < 25:
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- gm_outfits[181] = 1
- gm_outfits_h[181] = 100
- gm_outfits_b[181] = pcs_hips
- dolls_outfits[1] = 1
- dolls_outfits_h[1] = 100
- dolls_outfits_b[1] = pcs_hips
- flamingos_dress[59] = 1
- flamingos_dress_h[59] = 100
- flamingos_dress_b[59] = pcs_hips
- danilovich_outfits[87] = 1
- danilovich_outfits_h[87] = 100
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- sportsclothingnumber = 87
- gs 'clothing', 'wear', 'flamingos_dress', 59
- elseif pcs_inhib < 30:
- gm_outfits[91] = 1
- gm_outfits_h[91] = 100
- gm_outfits_b[91] = pcs_hips
- danilovich_outfits[96] = 1
- danilovich_outfits_h[96] = 100
- flamingos_dress[89] = 1
- flamingos_dress_h[89] = 100
- flamingos_dress_b[89] = pcs_hips
- fashionista_outfits[17] = 1
- fashionista_outfits_h[17] = 100
- fashionista_outfits_b[17] = pcs_hips
- scandalicious_dress[2] = 1
- scandalicious_dress_h[2] = 100
- scandalicious_dress_b[2] = pcs_hips
- gm_dress[57] = 1
- gm_dress_h[57] = 100
- gm_dress_b[57] = pcs_hips
- sportsclothingnumber = 96
- gs 'clothing', 'wear', 'flamingos_dress', 89
- elseif pcs_inhib < 35:
- gm_outfits[95] = 1
- gm_outfits_h[95] = 100
- gm_outfits_b[95] = pcs_hips
- if $start_type['cat'] = 'dancer':
- danilovich_outfits[82] = 1
- danilovich_outfits_h[82] = 100
- sportsclothingnumber = 82
- else
- danilovich_outfits[48] = 1
- danilovich_outfits_h[48] = 100
- sportsclothingnumber = 48
- end
- scandalicious_dress[18] = 1
- scandalicious_dress_h[18] = 100
- scandalicious_dress_b[18] = pcs_hips
- bomba_outfits[36] = 1
- bomba_outfits_h[36] = 100
- bomba_outfits_b[36] = pcs_hips
- cats_dress[67] = 1
- cats_dress_h[67] = 100
- cats_dress_b[67] = pcs_hips
- gm_dress[63] = 1
- gm_dress_h[63] = 100
- gm_dress_b[63] = pcs_hips
- gs 'clothing', 'wear', 'bomba_outfits', 36
- elseif pcs_inhib < 40:
- gm_outfits[124] = 1
- gm_outfits_h[124] = 100
- gm_outfits_b[124] = pcs_hips
- danilovich_outfits[45] = 1
- danilovich_outfits_h[45] = 100
- scandalicious_dress[45] = 1
- scandalicious_dress_h[45] = 100
- scandalicious_dress_b[45] = pcs_hips
- cats_dress[203] = 1
- cats_dress_h[203] = 100
- cats_dress_b[203] = pcs_hips
- cats_outfits[196] = 1
- cats_outfits_h[196] = 100
- cats_outfits_b[196] = pcs_hips
- gm_dress[89] = 1
- gm_dress_h[89] = 100
- gm_dress_b[89] = pcs_hips
- sportsclothingnumber = 45
- gs 'clothing', 'wear', 'cats_dress', 203
- elseif pcs_inhib < 45:
- gm_outfits[131] = 1
- gm_outfits_h[131] = 100
- gm_outfits_b[131] = pcs_hips
- danilovich_outfits[38] = 1
- danilovich_outfits_h[38] = 100
- scandalicious_dress[7] = 1
- scandalicious_dress_h[7] = 100
- scandalicious_dress_b[7] = pcs_hips
- market_outfits[2] = 1
- market_outfits_h[2] = 40
- market_outfits_b[2] = pcs_hips
- cats_dress[219] = 1
- cats_dress_h[219] = 100
- cats_dress_b[219] = pcs_hips
- gm_dress[109] = 1
- gm_dress_h[109] = 100
- gm_dress_b[109] = pcs_hips
- sportsclothingnumber = 38
- gs 'clothing', 'wear', 'market_outfits', 2
- elseif pcs_inhib < 50:
- gm_outfits[145] = 1
- gm_outfits_h[145] = 100
- gm_outfits_b[145] = pcs_hips
- danilovich_outfits[17] = 1
- danilovich_outfits_h[17] = 100
- scandalicious_dress[96] = 1
- scandalicious_dress_h[96] = 100
- scandalicious_dress_b[96] = pcs_hips
- market_outfits[10] = 1
- market_outfits_h[10] = 40
- market_outfits_b[10] = pcs_hips
- nerdvana_outfits[60] = 1
- nerdvana_outfits_h[60] = 100
- nerdvana_outfits_b[60] = pcs_hips
- gm_dress[123] = 1
- gm_dress_h[123] = 100
- gm_dress_b[123] = pcs_hips
- sportsclothingnumber = 143
- gs 'clothing', 'wear', 'scandalicious_dress', 96
- else
- gm_outfits[149] = 1
- gm_outfits_h[149] = 100
- gm_outfits_b[149] = pcs_hips
- danilovich_outfits[15] = 1
- danilovich_outfits_h[15] = 100
- scandalicious_dress[46] = 1
- scandalicious_dress_h[46] = 100
- scandalicious_dress_b[46] = pcs_hips
- scandalicious_outfits[16] = 1
- scandalicious_outfits_h[16] = 100
- scandalicious_outfits_b[16] = pcs_hips
- market_outfits[12] = 1
- market_outfits_h[12] = 40
- market_outfits_b[12] = pcs_hips
- market_outfits
- gm_dress[149] = 1
- gm_dress_h[149] = 100
- gm_dress_b[149] = pcs_hips
- scandalicious_bikinis[55] = 1
- scandalicious_bikinis_h[55] = 60
- scandalicious_bikinis_b[55] = pcs_hips
- sportsclothingnumber = 15
- gs 'clothing', 'wear', 'scandalicious_dress', 46
- end
- if $start_type['group'] = 'cool':
- allure_swimsuit[99] = 1
- allure_swimsuit_h[99] = 60
- allure_swimsuit_b[99] = pcs_hips
- elseif $start_type['group'] = 'jack':
- danilovich_swimsuit[1] = 1
- danilovich_swimsuit_h[1] = 60
- danilovich_swimsuit_b[1] = pcs_hips
- end
- if danilovich_shoe[21] = 1:
- sportsshoenumber = 21
- end
- if danilovich_shoe[15] = 1:
- sportsshoenumber = 15
- end
- $sportspursetype = $currentpursetype
- sportspursenumber = currentpursenumber
- $sports_clothing_name = 'default sports outfit'
- --- intro_initialization_city ---------------------------------
|