# start
killall
close all
!addqst 'car.qsp'
usehtml = 1
debug = 1
showstat 0
showobjs 0
showinput 0
disablescroll = 1
!nosave 0
$ongload = 'loadg'
$ongsave = 'saveg'
$onnewloc = 'LOCA'
$onobjsel = 'onobjsel'
$counter = 'counter'
$usercom = 'inputProcessing'
fcolor = rgb(0, 0, 0)
bcolor = rgb(255, 255, 255)
lcolor = rgb(106, 90, 205)
$fname = 'Tahoma'
fsize = 12
$version = '0.5.3 the rushed mess so we can get onto 0.6.0 version (sorry).'
*nl
*nl
'
'
'Girl Life [English Community Version]
'
*nl
'This is game is based on the russian game ЭТО by DeGross.'
*nl
'
'
*nl
'Version <<$version>>'
*nl
*nl
'Children under 18 years are strictly forbidden to play'
*nl
*nl
'This game is about the simulated life of a woman containing elements of RPG, strategy, porn and magical combat.'
'You may choose what kind of life the character will live according to your play style, conscience or even personal beliefs.'
'There are many choices to make in this game, will you be a saint or a sinner?'
*nl
'All characters in this game are fictional and any similarities to any persons living or dead are purely coincidental.'
'The images used for sexual elements of this game are performed by 18yo and over consenting adults and used for illustrative purposes only.'
*nl
'* Change log and wiki now available here (External link). *'
*nl
'Recent Version History: Here'
*nl
pc = 100
StoryLine = 0
MagikDostup = 0
$pcs_firstname = 'Michael'
$pcs_lastname = 'Kuznetsov'
age = 35
vidage = 35
year = 2018
year_start = 2018
month = 5
week = 1
hour = 7
day = 25
daystart_start = 145
gs 'daystart'
gs 'outdoors', 'weather'
!!body
rost = 186
fat = 130
dick = 0
energy = 60
water = 60
son = 70
!!stats
pcs_stren = 160
speed = 50
pcs_agil = 50
pcs_vital = 160
pcs_intel = 50
will = 100
react = 50
health = pcs_vital * 10
willpower = pcs_intel * 5 + will * 5
manna = (pcs_intel * magik) + pcs_vital * 5
BDSMfilm = 0
pornstudio = 0
pfilmSTOP = 0
money = 1500
opPRE = 1
tanga = 1
clrbelo = 1
birthday = 5
birthmonth = 3
birthyear = 1983
pcs_dob = 19830305
!initializing elasticity
vshrink = 1
vshrinkdays = 6
ashrink = 1
ashrinkdays = 3
oldsavehcol = 1
!MJ: The day the month ends. Including possible rollover months 0 and 13.
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]
act 'Start':
cla
gt 'begin','real_character'
end
act 'LOAD':OPENGAME
act 'Load Autosave for original start game':OPENGAME 'autosave.sav'
act 'Load Autosave for schoolgirl start game':OPENGAME 'autosave_alt.sav'
if music_on = 0:
inited = 1
music_on = 1
volume = 100
$music_theme = 'sukizaebali'
gs 'init_music'
end
! WD: Set variable to store Image needed HTML code
set $ImageNeededPlacholder = ''
--- start ---------------------------------