123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # start
- killall
- close all
- usehtml = 1
- debug = 1
- showstat 0
- showobjs 0
- showinput 0
- disablescroll = 1
- $ongload = 'loadg'
- $ongsave = 'saveg'
- $onnewloc = 'LOCA'
- $onobjsel = 'onobjsel'
- $counter = 'counter'
- $usercom = 'inputProcessing'
- if night_mode = 1:
- fcolor = rgb(255, 255, 255)
- bcolor = rgb(0, 0, 0)
- lcolor = rgb(106, 90, 205)
- else
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- end
- $fname = 'Tahoma'
- fsize = 12
- $version = '0.5.3 the rushed mess so we can get onto 0.6.0 version (sorry).'
- opPRE = 1
- *nl
- *nl
- '<hr align="left" color="red" size="3" width="1200">'
- '<center><h2>Girl Life [English Community Version]</h2></center>'
- *nl
- '<center>This is game is based on the russian game ЭТО by DeGross.</center>'
- *nl
- '<hr align="left" color="red" size="3" width="1200">'
- *nl
- '<center>Version <b><<$version>></b></center>'
- *nl
- *nl
- '<center><font color="red"><b>Children under 18 years are strictly forbidden to play</b></font>'
- *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
- '<b>* Change log and wiki now available <a href="http://git.tfgamessite.com/KevinSmarts/girllife-ecv/wikis/home">here</a> (External link). *</b>'
- *nl
- 'Recent Version History: <a href="exec:gt ''version''">Here</a></center>'
- *nl
- act '<center><b>Start</b></center>':
- cla
- gt 'begin','real_character'
- end
- act '<center><b>LOAD</b></center>':OPENGAME
- act '<center>Load Autosave for <b>original</b> start game</center>':OPENGAME 'autosave.sav'
- act '<center>Load Autosave for <b>schoolgirl</b> start game</center>':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 = '<center><img src="images/system/image_needed.png"></center>'
- --- start ---------------------------------
|