mod_cherrypop.qsrc 911 B

1234567891011121314151617181920212223
  1. # mod_cherrypop
  2. !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
  3. if $curloc = 'komp' and CherryPopStory = 0 and $ARGS[0] = 'brows':
  4. *nl
  5. 'A blinking banner for a <a href="exec:GT ''mod_cherrypop_info'',''info''">CherryPop Agency ||| Are you young? Are you beautiful? Come and earn big money with just that! |||</a> keeps popping up in the corner.'
  6. act 'CherryPop website': CherryPopStory = 1 && gt 'mod_cherrypop_start', 'start'
  7. end
  8. if $curloc = 'komp' and CherryPopStory = 1 and internet > 0 and $ARGS[0] = 'brows':
  9. act 'CherryPop website': gt 'mod_cherrypop_start', 'start'
  10. end
  11. if $curloc = 'pav_clinic' or $curloc = 'pav_clinic':
  12. if cherrypopGetRef = 1:
  13. act 'Get virginity referral for CherryPop agency (1000 RUB)': gt 'mod_cherrypop_referral', 'cherrypopReferral'
  14. end
  15. end
  16. --- mod_cherrypop ---------------------------------