# begin gs 'din_pav' gs 'dinSex2' gs 'dina' gs 'din2' gs 'din_van' gs 'din_bad' gs 'Cheatmenu_din' gs 'obj_din' gs 'BanSexType' !{cycle start} daylastperiod = daystart temprand = rand(0,3) if temprand = 0: Cycle = 0 mesec = rand(1,120) EggRH = 0 FocH = 0 unfertegg = 0 ferteggage = 0 Ovulate = 0 LutH = 0 daylastperiod -= (96-mesec)/24 elseif temprand = 1: Cycle = 1 EggRH = rand(1,149) FocH = EggRH mesec = 0 unfertegg = 0 ferteggage = 0 Ovulate = 0 LutH = 0 daylastperiod -= 4+(FocH/24) elseif temprand = 2: 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 temp[1] = daystart-daylastperiod $cycreport_txt = 'It has been <> days since you last had a period.' if menoage <= 0: 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 end '
CHOOSE GAME START
' *nl 'Original Start:' 'You are Michael Kuznetsov, a fairly average, 35 year old businessman whose life is about to be turned inside out. Features magic and an (incomplete) over-arching plot. Beware of unintelligible translations.' *nl 'Alternate Start:' 'You are a 15 or 16 year old small-town girl with another year of school remaining. Name and starting stats are customizable, no magic and no major ''plot'' other than life. Not to say that your classmates and family don''t have their own stories, though!' *nl 'Cursed schoolgirl Start:' 'You are a 15 or 16 year old small-town girl with another year of school remaining. Name and starting stats are customizable. Includes magic and the (incomplete) plot from original start, plus all the family and classmate events from the alternate start.' act '
Original start
': cla act '
Show intro (recommended)
': cla music_on = 0 showstat 1 showobjs 1 addobj 'Player' gt 'roomPRE' end act '
Skip intro (seen it before)
': music_on = 0 gs 'begin1' gt 'street' end end act '
Alternate Start
': cla MagikDostup = 1 gt 'alterStart' end act '
Cursed schoolgirl Start
': cla altQS = 1 gt 'alterStart' end if $ARGS[0] = 'real_character': cls cla '
character selection
' '
' *nl 'This game has the ability to create your own character.' 'To do this, replace the image "avatar" in the root folder of the game with a file of the same name and format JPEG (.jpg). That''s it!' 'pay attention, this choice is given only once and in the future you will not be able to change it without starting a new game! Also in-game changes to hair color, length ect will not affect the displayed image character, If you decide to use a custom one.' 'This function is made solely to simplify the life of the user, who wanted to have another look, without suffering from the selection of pictures.' 'Your selected photo or image on the role of his character - only your personal choice, and is based on your personal preferences. By default, the game uses files from the site avatar wikimedia.org.' act'
Start a standard character
': cla cls gt'begin' end act'
Post your character
': cla cls player_avatar = 1 glacol = 1 glaraz = 2 hcol = 1 lip = 2 gt'begin','description_real_character' end end $din_birthday_select = { cls cla '
character customization
' '
' 'You can specify your date of birth:' *nl if birthday > 0 and birthmonth > 0 and birthmonth < 10: '
Date of your birthday: <>.0<>(number.month)
' elseif birthday > 0 and birthmonth >= 10: '
Date of your birthday: <>.<> (number.month)
' end '
+1 Day
' '
-1 Day
' '
January
' '
February
' '
March
' '
April
' '
May
' '
June
' '
July
' '
Augustus
' '
September
' '
October
' '
November
' '
December
' act'
Ready
':gt'begin','description_real_character' } $din_hcol = { hcol += 1 if hcol > 3: hcol = 0 } $avatar_hair = { avatar_hair = 1 $av_hair = input("Enter a description of your hair:") } $din_hair_select = { cls cla '
character customization
' '
' *nl if hcol = 0 and curly <= 0:$hair = 'You have straight, black hair.'& $hair2 = 'black hair' & $hair3 = 'black hair' if hcol = 1 and curly <= 0:$hair = 'You have straight, Brown hair.'& $hair2 = 'brown hair' & $hair3 = 'brown hair' if hcol = 2 and curly <= 0:$hair = 'You have straight, red hair.'& $hair2 = 'Red hair' & $hair3 = 'red hair' if hcol = 3 and curly <= 0:$hair = 'You have straight, blonde hair.'& $hair2 = 'blond hair' & $hair3 = 'blond hair' if hcol = 0 and curly > 0:$hair = 'You have curly, black hair.'& $hair2 = 'curls' & $hair3 = 'black curls' if hcol = 1 and curly > 0:$hair = 'You have curly, Brown hair.'& $hair2 = 'curls' & $hair3 = 'blond curls' if hcol = 2 and curly > 0:$hair = 'You have curly, red hair.'& $hair2 = 'curls' & $hair3 = 'red hair' if hcol = 3 and curly > 0:$hair = 'You have curly, blonde hair.' &$hair2 = 'curls' & $hair3 = 'blond curls' 'You can customize the description of your hair according to your image:' if avatar_hair = 1: 'pay attention, that this choice is given only once and in the future you will not be able to change it, without starting a new game!' '
You have <<$av_hair>>. Return game
' else '
<<$hair>> Manually enter description
' end act'
Ready
':gt'begin','description_real_character' } $din_glacol_select = { glacol += 1 if glacol > 3: glacol = 0 } $din_glaza_select = { cls cla '
character customization
' '
' *nl if glacol = 0:$glacol = 'brown' & $glacol2 = 'brown' if glacol = 1:$glacol = 'gray' & $glacol2 = 'gray' if glacol = 2:$glacol = 'green' & $glacol2 = 'green' if glacol = 3:$glacol = 'blue' & $glacol2 = 'blue' if glass <= 0:$glass = '' & glassvnesh = 0 if glass = 1:$glass = ' You wear glasses.' & glassvnesh = 10 if glass = 2:$glass = ' You wear glasses.' & glassvnesh = 5 if resnic > 2:resnic = 2 if resnic = 0:$resnic = 'with short lashes' if resnic = 1:$resnic = 'normal long eyelashes' if resnic = 2:$resnic = 'with long eyelashes' if glaraz > 3:glaraz = 3 if glaraz = 0:$glaza = 'You have little <<$glacol>> eyes, <<$resnic>>.<<$glass>>' & $glaza2 = '<<$glacol>> eyes' & $glaza3 = '<<$glacol2>> eyes' if glaraz = 1:$glaza = 'You expressive <<$glacol>> eyes, <<$resnic>>.<<$glass>>' & $glaza2 = 'expressive <<$glacol>> eyes' & $glaza3 = 'expressive <<$glacol2>> eyes' if glaraz = 2:$glaza = 'You have larger <<$glacol>> eyes, <<$resnic>>.<<$glass>>' & $glaza2 = 'big <<$glacol>> eyes' & $glaza3 = 'high <<$glacol2>> eyes' if glaraz = 3:$glaza = 'You have huge <<$glacol>> eyes, <<$resnic>>.<<$glass>>' & $glaza2 = 'great <<$glacol>> eyes' & $glaza3 = 'great <<$glacol2>> eyes' 'You can change your eyes and eyelashes according to your image:' '
<<$glaza>>
' if resnic < 2:'
Enlarge lashes
' if resnic > 0:'
Reduce lashes
' if glaraz < 3:'
Increase the size of the eye
' if glaraz > 0:'
Reduce the size of the eye
' if glass = 0 and glass < 2:'
wear glasses
' if glass > 0 and glass <= 2:'
remove glasses
' act'
Ready
':gt'begin','description_real_character' } $din_lip_select = { cls cla '
character customization
' '
' *nl if lip = 0:$lip = 'you have thin <<$lipbalmstat>> lips.' & $liptalk = 'thin lips' & $liptalk2 = 'thin lips' & $liptalk3 = 'thin lips' if lip = 1:$lip = 'You have normal <<$lipbalmstat>> lips.' & $liptalk = 'soft lips' & $liptalk2 = 'delicate lips' & $liptalk3 = 'tender lips' if lip = 2:$lip = 'You have plump <<$lipbalmstat>> lips.' & $liptalk = 'plump lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'plump lips' if lip = 3:$lip = 'You have large, <<$lipbalmstat>> full lips.' & $liptalk = 'full lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'full lips' if lip = 4:$lip = 'You have thick and huge <<$lipbalmstat>> lips.' & $liptalk = 'thick lips' & $liptalk2 = 'thick lips' & $liptalk3 = 'thick lips' 'You can adjust the size of your lips according to your image:' '
<<$lip>>
' if lip < 4:'
Enlarge lips
' if lip > 0:'
Zoom lips
' act'
Ready
':gt'begin','description_real_character' } if $ARGS[0] = 'description_real_character': dynamic $din_hair_select dynamic $din_lip_select dynamic $din_glaza_select cls cla '
character customization
' '
' *nl 'Now let`s take a little time to adjust the physical description of your image character:' *nl '
Your name <<$name>> <<$surname>>.' if birthday > 0 and birthmonth > 0 and birthmonth < 10: '
Date of your birthday
' elseif birthday > 0 and birthmonth >= 10: '
Date of your birthday
' end '
hair Description
' '
Description lip
' '
Description eye
' act'
Ready
':gt'begin' end --- begin ---------------------------------