123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761 |
- # preCUST
- !2020/10/14/Gwen
- cls
- gs 'themes', 'indoors'
- !!Body Customization and Initializations
- if $ARGS[0] = 'BeforeCust':
- !! This is a placeholder at the moment
- end
- !!******************** TG Start Body Customization Menu ******************************
- if $ARGS[0] = 'TGStart':
- $start_type = 'tg'
- !! This is to bypass the next part if the avatar system was used
- !! It will be changed to bypass the head options, once more body options are added
- if player_avatar = 1: gt 'preCUST', 'Done', 'TGS'
- !! Just hair and eye color here for now; the dialog will be update as more options are added
- '<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
- '<center><img <<$set_imgh>> src="images/system/intro/shared/character_creation_pic1.jpg"></center>'
- 'As you drift in unconsciousness, an impression of a woman forms in your mind. Many aspects of her appearance are indistinct, but there are some things you can make out.'
- 'She is fairly tall.'
- *nl
- '<center>Customize your:</center>'
- '<center><a href="exec:gs ''preCUST'', ''hair''"><img src="images/system/intro/shared/hair icon.png"></a> <a href="exec:gs ''begin'', ''eyes''"><img src="images/system/intro/shared/eye icon.png"></a></center>'
- *nl
- 'Everything else about her is fuzzy...'
- act 'Done': gt 'preCUST', 'Done', 'TGS'
- end
- !!******************** SG Start Body Customization Menu ******************************
- if $ARGS[0] = 'SGStart':
- $start_type = 'sgs'
- !! This is to bypass the next part if the avatar system was used
- !! It will be changed to bypass the head options, once more body options are added
- if player_avatar = 1: gt 'preCUST', 'Done', 'SGS'
- '<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
- '<center><img <<$set_imgh>> src="images/system/intro/shared/character_creation_pic1.jpg"></center>'
- *nl
- '<center>Customize your:</center>'
- '<center><a href="exec:gs ''preCUST'', ''hair''"><img src="images/system/intro/shared/hair icon.png"></a> <a href="exec:gs ''begin'', ''eyes''"><img src="images/system/intro/shared/eye icon.png"></a></center>'
- act 'Done': gt 'preCUST', 'Done', 'SGS'
- end
- !!******************** NT Start Body Customization Menu ******************************
- if $ARGS[0] = 'NTStart':
- $start_type = 'nt'
- !! This is to bypass the next part if the avatar system was used
- !! It will be changed to bypass the head options, once more body options are added
- !! It is using the TG done to complete and the magikDostup to split at the end
- NTstart = 1
-
- !!Default Names
- $pcs_firstname = 'Svetlana'
- $pcs_lastname = 'Lebedev'
- $pcs_nickname = 'Sveta'
- !!Player names are set here
- $temp_firstname = '<<$pcs_firstname>>'
- $pcs_firstname = input("What is your first name? (Leave blank for Svetlana)")
- if $pcs_firstname = '':$pcs_firstname = '<<$temp_firstname>>'
- killvar '$temp_firstname'
- $temp_lastname = '<<$pcs_lastname>>'
- $pcs_lastname = input("What is your family name? (Leave blank for Lebedev)")
- if $pcs_lastname = '':$pcs_lastname = '<<$temp_lastname>>'
- killvar '$temp_lastname'
- $temp_nickname = '<<$pcs_nickname>>'
- $pcs_nickname = input("What is your nickname? (Leave blank for Sveta)")
- if $pcs_nickname = '':$pcs_nickname = '<<$temp_nickname>>'
- killvar '$temp_nickname'
- if player_avatar = 1:
- act 'Continue': gt 'preCUST', 'Done', 'NT'
- else
- gs 'preCUST', 'NTStart2'
- end
- end
- if $ARGS[0] = 'NTStart2':
- pcs_hairlng = 100
- !! Just hair and eye color here for now; the dialog will be update as more options are added
- '<center><b><font color = maroon>CHARACTER CUSTOMIZATION</font></b></center>'
- '<center><img <<$set_imgh>> src="images/system/intro/shared/character_creation_pic1.jpg"></center>'
- 'As you look in the mirror, your face comes into focus. Some aspects of your appearance are already set, you can define the others now.'
- 'You are fairly tall.'
- *nl
- '<center>Customize your:</center>'
- '<center><a href="exec:gs ''preCUST'', ''hair''"><img src="images/system/intro/shared/hair icon.png"></a> <a href="exec:gs ''begin'', ''eyes''"><img src="images/system/intro/shared/eye icon.png"></a></center>'
-
- act 'Done': gt 'preCUST', 'Done', 'NT'
- end
- !!******************** Start Body Customization options ******************************
- if $ARGS[0] = 'hair':
- if pcs_haircol = 0: 'Your hair is <a href="exec:pcs_haircol = 1 & gt ''preCUST'', ''hair''">black</a>.'
- if pcs_haircol = 1: 'Your hair is <a href="exec:pcs_haircol = 2 & gt ''preCUST'', ''hair''">brown</a>.'
- if pcs_haircol = 2: 'Your hair is <a href="exec:pcs_haircol = 3 & gt ''preCUST'', ''hair''">red</a>.'
- if pcs_haircol = 3: 'Your hair is <a href="exec:pcs_haircol = 0 & gt ''preCUST'', ''hair''">blonde</a>.'
- if defcurly = 0:'And it''s naturally <a href="exec:defcurly = 1 & curly = 2147483647 & gt ''preCUST'', ''hair''">straight</a>.'
- if defcurly = 1:'And it''s naturally <a href="exec:defcurly = 0 & curly = 0 & gt ''preCUST'', ''hair''">curly</a>.'
- nathcol = pcs_haircol
- pcs_pubecol = pcs_haircol & pcs_pubecol[1] = 1
-
- if $start_type = 'tg':
- act 'Done': gt 'preCUST', 'TGStart'
- elseif $start_type = 'nt':
- act 'Done': gt 'preCUST', 'NTStart2'
- else
- act 'Done': gt 'preCUST', 'SGStart'
- end
- end
- !!******************** Final variable setting and initializations ***********************
- if $ARGS[0] = 'Done':
- !! Top area for things that need to be done before setting the variables for either start
- year = 2016
- BDSMfilm = 0
- pornstudio = 0
- pfilmSTOP = 0
- thinkpreg = 0
- denypreg = 0
- pertemp = 1
- pillcvrt = 1
-
- pcs_naturallashes = pcs_lashes
-
- !! Initializing elasticity
- vshrink = 1
- vshrinkdays = 6
- ashrink = 1
- ashrinkdays = 3
- fairycurse = -1
- $excer_name[1] = 'Default 1'
- $excer_name[2] = 'Default 2'
- $excer_name[3] = 'Default 3'
- $excer_name[4] = 'Default 4'
- $excer_name[5] = 'Default 5'
- monthsend[1] = 31
- if ((year mod 4 = 0) and (year mod 100 ! 0)) or (year mod 400 = 0):
- Leapyear = 1 & monthsend[2] = 29
- else
- Leapyear = 0 & monthsend[2] = 28
- end
- monthsend[3] = 31
- monthsend[4] = 30
- monthsend[5] = 31
- monthsend[6] = 30
- monthsend[7] = 31
- monthsend[8] = 31
- monthsend[9] = 30
- monthsend[10] = 31
- monthsend[11] = 30
- monthsend[12] = 31
- $monthName[1] = 'January'
- $monthName[2] = 'February'
- $monthName[3] = 'March'
- $monthName[4] = 'April'
- $monthName[5] = 'May'
- $monthName[6] = 'June'
- $monthName[7] = 'July'
- $monthName[8] = 'August'
- $monthName[9] = 'September'
- $monthName[10] = 'October'
- $monthName[11] = 'November'
- $monthName[12] = 'December'
- $month = $monthName[month]
-
- gs 'telefon', 'setup'
- !! TG Start Specific Variable Setting
- if $ARGS[1] = 'TGS':
- age = 18
- month = 5
- $month = 'May'
- day = 4
- week = 3
- hour = 13
- if player_avatar = 0:
- birthyear = year - age
- birthmonth = 4
- birthday = 1
- end
- !! Body
- pcs_hgt = 170
- salo = 60
- dick = 0
- !! Stats
- pcs_stren = 10
- strenbuf = 10
- pcs_agil = 10
- agilbuf = 10
- pcs_vital = 10
- vitalbuf = 10
- pcs_intel = 10
- pcs_sprt = 10
- pcs_react = 10
- pcs_chrsm = 10
- pcs_prcptn = 10
- pcs_magik = 0
- money = 16500
- pcs_pubes = 30
- pcs_leghair = 12
- pcs_makeup = 1
- home_owned[1] = 1
- !! Maruda Hair Mod
- pcs_hairlng = 17
- !! ***********
- cltarelka = 1
- fairy = 10
- eda = 5
- poroshok = 5
- shampoo = 5
- tampon = 2
- pcs_energy = 100
- pcs_hydra = 100
- pcs_sleep = 100
- willpowermax = 150
- !! Starting Option Adjustments
- !! The TG Background options would be aplied here
- !! ***********
- end
- !! NT Start Specific Variable Setting
- if $ARGS[1] = 'NT':
- age = 18
- month = 5
- $month = 'May'
- day = 4
- week = 3
- hour = 13
- if player_avatar = 0:
- birthyear = year - age
- birthmonth = 4
- birthday = 1
- end
- !! Body
- pcs_hgt = 170
- salo = 60
- dick = 0
- !! Stats
- pcs_stren = 20
- strenbuf = 20
- pcs_agil = 15
- agilbuf = 15
- pcs_vital = 25
- vitalbuf = 25
- pcs_intel = 30
- pcs_sprt = 25
- pcs_react = 25
- pcs_chrsm = 15
- pcs_prcptn = 40
- money = 13000
- pcs_pubes = 30
- pcs_leghair = 12
- pcs_makeup = 5
- gm_purses[7] = 1
- $currentpursetype = 'gm'
- currentpursenumber = 7
- bag = 1
- home_owned[1] = 1
- pcs_inhib = 15
- pcs_heels = 20
- pcs_makupskl = 15
- pcs_artskls = 15
- pcs_compskl = 20
- pcs_comphckng = 10
- pcs_chess = 15
- pcs_danc = 30
- cltarelka = 1
- fairy = 10
- eda = 5
- poroshok = 5
- shampoo = 20
- tampon = 15
- pcs_energy = 100
- pcs_hydra = 100
- pcs_sleep = 100
- willpowermax = 100
- !! Starting Option Adjustments
- !! The TG Background options would be aplied here
- !! ***********
- end
- !! SG Start Specific Variable Setting
- if $ARGS[1] = 'CSB': money = 5000
- if $ARGS[1] = 'SGS' or $ARGS[1] = 'CSB':
- gm_school[6] = 1
- sisboyday = -2
- home_owned[1] = 0
- cltarelka = 0
- fairy = 0
- eda = 0
- poroshok = 0
- shampoo = 0
- hcolmotherremember = pcs_haircol
- hcolfatherremember = pcs_haircol
- hcolfronce = 1
- !!Setting Kolkas birthday based off the PCs
- koldobtmp_d = rand(1,28)
- koldobtmp_y = birthyear
- koldobtmp_m = birthmonth + 11
- if koldobtmp_m > 12:
- koldobtmp_y += 1
- koldobtmp_m -= 12
- end
- npc_dob['A34'] = koldobtmp_y * 10000
- npc_dob['A34'] += koldobtmp_m * 100
- npc_dob['A34'] += koldobtmp_d
- killvar 'koldobtmp_d' & killvar 'koldobtmp_m' & killvar 'koldobtmp_y'
- $holyday += ', <b><<kanicont>> days left.</b>'
- end
-
- !!*************************
- !! Final Initializations
- VersionCheck = 5030
- pcs_dob = birthyear * 10000
- pcs_dob += (birthmonth * 100)
- pcs_dob += birthday
- age = year - ((pcs_dob - (pcs_dob mod 10000)) / 10000)
- if ((month * 100) + day) < pcs_dob mod 10000: age -= 1
-
- if age < 17:
- vidage = age
- else
- vidage = age - 1
- end
- vidageday = 300
- pcs_health = pcs_vital * 10 + pcs_stren * 5
- pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
- pcs_mana = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
- pcs_mood = 100
- pcs_stam = 100
- nathcol = pcs_haircol
- pcs_pubecol = pcs_haircol & pcs_pubecol[1] = 1
- oldsavepcs_haircol = 1
- gs 'body_shape', 'initial'
- !! Adding underwear and default shoes and assigning them
- if $ARGS[1] ! 'CSB' and goth_clothing ! 1:
- cheap_panties[37] = 1
- cheap_bras[11] = 1
- $pantyworntype = 'cheap'
- pantywornnumber = 37
- $braworntype = 'cheap'
- brawornnumber = 11
- sgm[6] = 1
- sdanilovich[21] = 1
- $shoeworntype = 'gm'
- shoewornnumber = 6
- end
-
- !! Starting clothing set
- if NTstart = 1:
- gm_outfits[50] = 1
- gm_outfits_h[50] = 100
- gm_outfits_b[50] = pcs_hips
- exercise[29] = 1
- exercise_h[29] = 100
- gm_dress[11] = 1
- gm_dress_h[11] = 100
- gm_dress_b[11] = pcs_hips
- swimwear[3] = 1
- swimwear_h[3] = 60
- swimwear_b[3] = pcs_hips
- sportsclothingnumber = 29
- gs 'clothing', 'wear', 'gm_dress', 370
- elseif goth_clothing = 1:
- kats_panties[44] = 1
- kats_bras[28] = 1
- $pantyworntype = 'kats'
- pantywornnumber = 44
- $braworntype = 'kats'
- brawornnumber = 28
- exercise[45] = 1
- exercise_h[45] = 100
- sdanilovich[21] = 1
- sgm[9] = 1
- shoewornnumber = 9
- $shoeworntype = 'gm'
- bomba_outfits[16] = 1
- bomba_outfits_h[16] = 100
- bomba_outfits_b[16] = pcs_hips
- bomba_outfits[37] = 1
- bomba_outfits_h[37] = 100
- bomba_outfits_b[37] = pcs_hips
- sportsclothingnumber = 45
- gs 'clothing', 'wear', 'bomba_outfits', 37
- elseif $ARGS[1] = 'CSB':
- cheap_panties[5] = 1
- cheap_bras[12] = 1
- $pantyworntype = 'cheap'
- pantywornnumber = 5
- $braworntype = 'cheap'
- brawornnumber = 12
- exercise[4] = 1
- exercise_h[4] = 100
- sdanilovich[21] = 1
- sgm[9] = 1
- shoewornnumber = 9
- $shoeworntype = 'gm'
- gm_outfits[7] = 1
- gm_outfits_h[7] = 100
- gm_outfits_b[7] = pcs_hips
- gm_dress[12] = 1
- gm_dress_h[12] = 100
- gm_dress_b[12] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 12
- elseif pcs_inhib < 5:
- gm_outfits[7] = 1
- gm_outfits_h[7] = 100
- gm_outfits_b[7] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[12] = 1
- gm_dress_h[12] = 100
- gm_dress_b[12] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 12
- elseif pcs_inhib < 10:
- gm_outfits[15] = 1
- gm_outfits_h[15] = 100
- gm_outfits_b[15] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[4] = 1
- gm_dress_h[4] = 100
- gm_dress_b[4] = pcs_hips
- sportsclothingnumber = 4
- 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
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- sportsclothingnumber = 4
- 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
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 7
- elseif pcs_inhib < 25:
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 39
- elseif pcs_inhib < 30:
- gm_outfits[91] = 1
- gm_outfits_h[91] = 100
- gm_outfits_b[91] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[57] = 1
- gm_dress_h[57] = 100
- gm_dress_b[57] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 57
- elseif pcs_inhib < 35:
- gm_outfits[95] = 1
- gm_outfits_h[95] = 100
- gm_outfits_b[95] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[63] = 1
- gm_dress_h[63] = 100
- gm_dress_b[63] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 63
- elseif pcs_inhib < 40:
- gm_outfits[124] = 1
- gm_outfits_h[124] = 100
- gm_outfits_b[124] = pcs_hips
- exercise[4] = 1
- exercise_h[4] = 100
- gm_dress[89] = 1
- gm_dress_h[89] = 100
- gm_dress_b[89] = pcs_hips
- sportsclothingnumber = 4
- gs 'clothing', 'wear', 'gm_dress', 89
- elseif pcs_inhib < 45:
- gm_outfits[131] = 1
- gm_outfits_h[131] = 100
- gm_outfits_b[131] = pcs_hips
- exercise[95] = 1
- exercise_h[95] = 100
- gm_dress[109] = 1
- gm_dress_h[109] = 100
- gm_dress_b[109] = pcs_hips
- sportsclothingnumber = 95
- gs 'clothing', 'wear', 'gm_dress', 109
- elseif pcs_inhib < 50:
- gm_outfits[145] = 1
- gm_outfits_h[145] = 100
- gm_outfits_b[145] = pcs_hips
- exercise[94] = 1
- exercise_h[94] = 100
- gm_dress[123] = 1
- gm_dress_h[123] = 100
- gm_dress_b[123] = pcs_hips
- sportsclothingnumber = 94
- gs 'clothing', 'wear', 'gm_dress', 123
- else
- gm_outfits[149] = 1
- gm_outfits_h[149] = 100
- gm_outfits_b[149] = pcs_hips
- exercise[58] = 1
- exercise_h[58] = 100
- gm_dress[149] = 1
- gm_dress_h[149] = 100
- gm_dress_b[149] = pcs_hips
- swimwear[24] = 1
- swimwear_h[24] = 60
- swimwear_b[24] = pcs_hips
- sportsclothingnumber = 58
- gs 'clothing', 'wear', 'gm_dress', 149
- end
- if swim_start = 58:
- swimwear[58] = 1
- swimwear_h[58] = 60
- swimwear_b[58] = pcs_hips
- elseif swim_start = 98:
- swimwear[98] = 1
- swimwear_h[98] = 60
- swimwear_b[98] = pcs_hips
- elseif swim_start = 69:
- swimwear[69] = 1
- swimwear_h[69] = 60
- swimwear_b[69] = pcs_hips
- end
-
- !!setting default exercise outfit and setting coats
- if school_clothing = 1:
- killvar 'school_clothing'
- bomba_outfits[29] = 1
- bomba_outfits_h[29] = 120
- bomba_outfits_b[29] = pcs_hips
- sportspantynumber = 44
- sportsbranumber = 28
- $sportsbratype = 'kats'
- $sportspantytype = 'kats'
- coat[14] = 1
- coat_h[14] = 200
- defaultcoat = 14
- sportscoat = 14
- else
- if $ARGS[1] ! 'CSB':
- sportspantynumber = 37
- sportsbranumber = 11
- else
- sportspantynumber = 5
- sportsbranumber = 12
- end
- $sportsbratype = 'cheap'
- $sportspantytype = 'cheap'
- coat[5] = 1
- coat_h[5] = 200
- defaultcoat = 5
- sportscoat = 5
- if school_clothing = 2:
- gm_school[10] = 1
- gm_school_h[10] = 120
- gm_school_b[10] = pcs_hips
- elseif school_clothing = 3:
- gm_school[63] = 1
- gm_school_h[63] = 120
- gm_school_b[63] = pcs_hips
- elseif school_clothing = 4:
- dolls_dress[40] = 1
- dolls_dress_h[40] = 120
- dolls_dress_b[40] = pcs_hips
- elseif school_clothing = 5:
- gm_school[25] = 1
- gm_school_h[25] = 120
- gm_school_b[25] = pcs_hips
- elseif school_clothing = 6:
- gm_school[26] = 1
- gm_school_h[26] = 120
- gm_school_b[26] = pcs_hips
- elseif school_clothing = 7:
- gm_school[26] = 1
- gm_school_h[26] = 120
- gm_school_b[26] = pcs_hips
- exercise[32] = 1
- exercise_h[32] = 100
- sportsclothingnumber = 32
- sdanilovich[17] = 1
- sdanilovich[21] = 0
- sport_bras[1] = 1
- sport_brasS[1] = 0
- $sportsbratype = 'sport'
- sportsbranumber = 1
- sport_panties[1] = 1
- sport_pantiesS[1] = 0
- $sportspantytype = 'sport'
- sportspantynumber = 1
- end
- killvar 'school_clothing'
- end
- if sdanilovich[17] = 1:
- sportsshoenumber = 17
- else
- sportsshoenumber = 21
- end
- $sportspursetype = $currentpursetype
- sportspursenumber = currentpursenumber
- $sports_clothing_name = 'default sports outfit'
- killvar 'swim_start'
-
- !! **********
- gs 'daystart'
- gs 'din_pav'
- gs 'din_npc'
- gs 'dinSex2'
- gs 'dina'
- gs 'din_van'
- gs 'din_bad'
- gs 'dinSex'
- !! KEY! I merged 'dinBoroda' with 'clener' and removed the dynamics. This line was at the end of dinBoroda, so I moved it here just in case. Sicaa
- rikudootvet = 1415
- gs 'BanSexType'
- gs 'outdoors', 'weather'
- menoage = rand(40,50)
- temprand = rand(0,10)
-
- if temprand = 0:
- menoage += rand(0,5)
-
- elseif temprand < 4:
- menoage += rand(3,10)
-
- elseif temprand < 9:
- menoage += rand(5,12)
-
- else
- menoage += rand(7,13)
-
- end
- !!Setting up period start and turning on auto tracking if not on hardcore difficulty
- daylastperiod = daystart
- temprand = rand(1,3)
- if temprand = 1:
- cycle = 1
- EggRH = rand(1,149)
- FocH = EggRH + 4*24
- mesec = 0
- unfertegg = 0
- ferteggage = 0
- Ovulate = 0
- LutH = 0
- daylastperiod -= FocH/24
- elseif temprand = 2:
- lastovulation = daystart
- cycle = 2
- unfertegg = 1
- ferteggage = rand(0,44)
- Ovulate = (rand(24,44) - ferteggage)
- if Ovulate <= 0: Ovulate = 1
- mesec = 0
- EggRH = 0
- FocH = 0
- LutH = 0
- daylastperiod -= 10+(ferteggage/24)
- elseif temprand = 3:
- cycle = 3
- LutH = rand(0,300)
- ferteggage = 36 + LutH
- mesec = 0
- EggRH = 0
- FocH = 0
- unfertegg = 0
- Ovulate = 0
- daylastperiod -= 10+(ferteggage/24)
- end
-
- if daylastperiod + 4 > daystart:
- lastmens = daylastperiod - 20
- else
- lastmens = daylastperiod+4
- end
- if difficulty = 4:
- cyccustom = 0
- else
- cyccustom = 1
- end
-
- pcs_horny = 0
- killvar 'opPRE'
- killvar 'tgs_skipinto'
- gs 'stat'
- showstat 0
- showobjs 0
- if $ARGS[1] = 'NT':
- gt 'preNT'
- elseif $ARGS[1] = 'TGS':
- gt 'preTG', 'sleepPRE'
- elseif $ARGS[1] = 'CSB':
- gt 'preCSB', 'intro_0'
- else
- gt 'preALT', 'One'
- end
- end
- --- preCUST ---------------------------------
|