mod_fashionaddict.qsrc 699 B

12345678910111213
  1. !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
  2. if $curloc = 'pav_lake' and $clothingworntype ! 'danilovich_swimsuit' and $clothingworntype ! 'scandalicious_swimsuit' and $clothingworntype ! 'scandalicious_bikinis' and $clothingworntype ! 'allure_swimsuit' and $clothingworntype ! 'allure_bikinis' and $clothingworntype ! 'nerdvana_swimsuit' and $clothingworntype ! 'nerdvana_bikinis' and $clothingworntype ! 'nude':
  3. act '[mod]Use changing room':
  4. gt 'mod_fashionaddict_changingroom', 'view_swim_list'
  5. end
  6. end
  7. if $curloc = 'wardrobe':
  8. act '[mod]Pick a random outfit':
  9. gt 'mod_fashionaddict_wardrobe' , 'main'
  10. end
  11. end