# mod_isample_setup !input basic mod information here. !this location must be the first one $mod_info[0] = 'isample' !0=mod name, saved to $mod_name[i] array $mod_info[1] = '10203' !1=mod version !this will be displayed as version 1.2, fix3. !if you input 40500, will be showen as version 4.5 $mod_info[2] = 'illume' !2=mod author $mod_info[3] = 'This is a sample for new mod system, please fill your own mod in this form' !3=mod description, input a short brief here. $mod_info[4] = 'Options' !4=mod options/settings link name. ! be aware, the following condition is case sensitive, you can use lcase() or ucase() to shft them before check. 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 '

ACCESS DENIED

' '<<$mod_info[0]>> is a mod for Girl Life - English Community Version, and can not be played individually.' '' 'You can find the main game in Tfgames site (external link)' '' 'Our forum: Tfgames site (external link)' end --- mod_isample_setup ---------------------------------