mod_fashionaddict_setup.qsrc 1005 B

12345678910111213141516171819202122
  1. !input basic mod information here.
  2. !this location must be the first one
  3. $mod_info[0] = 'fashionaddict'
  4. $mod_info[1] = '10000'
  5. $mod_info[2] = 'Jeep91'
  6. $mod_info[3] = 'Become a fashion addict'
  7. $mod_info[4] = 'Options'
  8. !4=mod options/settings link name.
  9. ! be aware, the following condition is case sensitive, you can use lcase() or ucase() to shft them before check.
  10. if $curloc = 'mod_<<$mod_info[0]>>_setup':
  11. usehtml = 1
  12. !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
  13. '<center><h1><font color=red>ACCESS DENIED</font></h1></center>'
  14. '<<$mod_info[0]>> is a mod for <b>Girl Life - English Community Version</b>, and can not be played individually.'
  15. ''
  16. 'You can find the main game in <a href="https://www.tfgamessite.com/index.php?module=viewgame&id=597">Tfgames site</a> (external link)'
  17. ''
  18. 'Our forum: <a href="https://tfgamessite.com/phpbb3/viewforum.php?f=70">Tfgames site</a> (external link)'
  19. end