1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # mod_Ibiza_setup
- !input basic mod information here.
- !this location must be the first one
- $mod_info[0] = 'Ibiza'
- !0=mod name, saved to $mod_name[i] array
- $mod_info[1] = '05400'
- !1=mod version
- $mod_info[2] = 'Luccia87, Lan, Blatte, Rachels'
- !2=mod author
- $mod_info[3] = 'Ibiza content converted by Tendaris - fixed for GL 0.8.7'
- !3=mod description, input a short brief here.
- $mod_info[4] = 'Cheat and Fonts'
- !4=mod options/settings link name.
- if $curloc = 'mod_<<$mod_info[0]>>_setup':
- usehtml = 1
- !this will be only showed if you exec mod file. This location should be only called by gs, so this line will not trigger on normal mod playing
- '<center><h1><font color=red>ACCESS DENIED</font></h1></center>'
- '<<$mod_info[0]>> is a mod for <b>Girl Life - English Community Version</b>, and can not be played individually.'
- ''
- 'You can find the main game in <a href="https://www.tfgamessite.com/index.php?module=viewgame&id=597">Tfgames site</a> (external link)'
- ''
- 'Our forum: <a href="https://tfgamessite.com/phpbb3/viewforum.php?f=70">Tfgames site</a> (external link)'
- end
- ! list of all questions
- ! Erik Ivanovich?, as a keeper of the club, is not defined as a NPC, so we cannot raise the relationship with him. It is not matter now, but probably there was some ideas how to develop their relationship.
- ! Marco - driver
- ! Mailin - female pilot
- ! Carlos Santorini
- ! Son of Santorini
- ! day two
- ! Alexandra - predecessor of pc
- ! Christian - security guard
- ! Giacomo Tonelli
- ! VIP client1 490
- ! gs 'npcgeneratec', 0, 'VIP client', rand(30,40)
- ! npc_dick[$npclastgenerated] = rand(10,24)
- ! gs 'boyStat', $npclastgenerated
- --- mod_Ibiza_setup ---------------------------------
|