1234567891011121314151617181920212223 |
- # mod_cherrypop
- !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
- if $curloc = 'komp' and CherryPopStory = 0 and $ARGS[0] = 'brows':
- *nl
- '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.'
- act 'CherryPop website': CherryPopStory = 1 && gt 'mod_cherrypop_start', 'start'
- end
- if $curloc = 'komp' and CherryPopStory = 1 and internet > 0 and $ARGS[0] = 'brows':
- act 'CherryPop website': gt 'mod_cherrypop_start', 'start'
- end
- if $curloc = 'pav_clinic' or $curloc = 'pav_clinic':
- if cherrypopGetRef = 1:
- act 'Get virginity referral for CherryPop agency (1000 RUB)': gt 'mod_cherrypop_referral', 'cherrypopReferral'
- end
- end
- --- mod_cherrypop ---------------------------------
|