# mod_bestmod !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag if bm_cheatBandit = 1 and npc_horny['A800'] < 100: npc_horny['A800'] = 100 if $loc = 'gadsarai' and $loc_arg = '' and menu_off = 0: gs 'mod_bestmod_gadsarai', 'bandit' '
Sitting near the barn is your grandparents large dog, named Bandit' end if $loc = 'miroslava' and npc_QW['A60'] = 20 and hour < 19 and month >= 5 and month <= 9 and MiraLoc ! 3: gs 'mod_bestmod_mira', 'third_wish' if $loc = 'zoomagazine' and $loc_arg = 'start' and menu_off = 0: gs 'mod_bestmod_petshop', 'buy_dog' if $loc = 'korr' and rex['owned'] = 1 and menu_off = 0:'Your dog, <<$rex[''name'']>>, is lying on the floor near the entrance.' if $loc = 'korr' and rex['owned'] = 1 and menu_off = 0:'Near the entrance to the bedroom is your <<$rex[''name'']>>' if $loc = 'sitr' and menu_off = 0: gs 'mod_bestmod_sitr' if $loc = 'sitr2x' and menu_off = 0: gs 'mod_bestmod_sitr2x' if $loc = 'kuhr' and menu_off = 0: gs 'mod_bestmod_kuhr' if $loc = 'kuhr2x' and menu_off = 0: gs 'mod_bestmod_kuhr2x' if $loc = 'city_kafe' and $loc_arg = 'start' and menu_off = 0 and QWdogReiq = 3 and week = 7 and hour >= 12: act 'Sit down and wait for Margaret': gt 'mod_bestmod_margo', 'margo' if $loc = 'post_deliveries' and $ARGS[0] = '10': if banditfrend = 1: act 'Try to calm the dog': cla *clr pcs_mood += 10 gs 'stat' if temper > 0: '
> src="images/locations/shared/postoffice/happydog.jpg">
' if temper <= 0: '
> src="images/locations/shared/postoffice/happydogw.jpg">
' 'Your encounters with Bandit have taught you a thing or two about dogs, and somewhat to your own surprise the dog responds very well to your soothing voice: "Shhh! Who''s a good boy?"' 'The dog quiets down almost immediately, and when you enter the yard it comes at you wagging its tail. You give it a soft pat on the head, just as the owner comes out of his house: "Wha... how di..."' 'He looks at his dog, and back to you, completely baffled. After you collect his signature, you give the dog another pat on the head and continue your round with a smile on your face.' act 'Continue your round':gt 'post_deliveries', 'resume' end end end if $curloc = 'bed' and zoo > 6 and STRPOS('bedr,bedr2x,korr,korr2x',$loc) > 0 and dogday ! daystart and rand(0,24) = 0:gt 'mod_bestmod_bed', 'sog1' --- mod_bestmod ---------------------------------