# mod_bestmod_saveupdater if $npc_firstpart['A8000'] = 'U': bm_dog_sex['HJ'] = DogHJ bm_dog_sex['BJ'] = DogBJ bm_dog_sex['Anal'] = DogAnal bm_dog_sex['Vag'] = DogVag npc_spermpot['A8000']=-1 npc_sex['A23'] = MargoSex killvar '$npc_firstpart' killvar '$npc_lastpart' killvar '$npc_kidpater' killvar 'npc_cyc' killvar 'npc_fert' killvar 'npc_vag' killvar 'npc_hymen' killvar 'npc_nips' killvar 'DogHJ' killvar 'DogAJ' killvar 'DogAnal' killvar 'DogVag' killvar 'MargoSex' end :chooseloopbm if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] > 0: temp = input('You have got three dogs, which one do you want to preserve (input 1 for GL dog, 2 for WL dog, or 3 for BM dog') if temp < 1 or temp > 3: jump 'chooseloopbm' end if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] = 0: temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 3 for BM dog') if temp ! 1 and temp ! 3: jump 'chooseloopbm' end if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] > 0: temp = input('You have got two dogs, which one do you want to preserve (input 2 for WL dog, 3 for BM dog') if temp < 2 or temp > 3: jump 'chooseloopbm' end if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] > 0: temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 2 for WL dog') if temp < 1 or temp > 2: jump 'chooseloopbm' end if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] = 0: temp = 1 end if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] > 0: temp = 2 end if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] = 0: temp = 3 end if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] = 0: temp = 0 end if temp = 1: rex['status'] = 1 end if temp = 2: rex['owned'] = 1 $rex['name'] = $wl_rex['name'] rex['status'] = wl_rex['status'] rex['approach'] = wl_rex['approach'] rex['bj'] = wl_rex['bj'] rex['chew_day'] = wl_rex['chew_day'] rex['count_bath'] = wl_rex['count_bath'] rex['count_bath_base'] = wl_rex['count_bath_base'] rex['count_feed'] = wl_rex['count_feed'] rex['count_feed_base'] = wl_rex['count_feed_base'] rex['count_run'] = wl_rex['count_run'] rex['count_walk'] = wl_rex['count_walk'] rex['count_walk_base'] = wl_rex['count_walk_base'] rex['gadukino_day'] = wl_rex['gadukino_day'] rex['kiss_day_inside'] = wl_rex['kiss_day_inside'] rex['kiss_day_outside'] = wl_rex['kiss_day_outside'] rex['love'] = wl_rex['love'] rex['play_inside'] = wl_rex['play_inside'] rex['pussy'] = wl_rex['pussy'] rex['rejection'] = wl_rex['rejection'] rex['relationship'] = wl_rex['relationship'] rex['temp'] = wl_rex['temp'] rex['timer_bj'] = wl_rex['timer_bj'] rex['timer_day'] = wl_rex['timer_day'] rex['timer_feed'] = wl_rex['timer_feed'] rex['timer_lick'] = wl_rex['timer_lick'] rex['timer_pussy'] = wl_rex['timer_pussy'] rex['timer_treat'] = wl_rex['timer_treat'] rex['timer_walk'] = wl_rex['timer_walk'] rex['train_lick'] = wl_rex['train_lick'] $status['dog'] = $wl_status['dog'] end if temp = 3: rex['owned'] = 1 rex['status'] = 1 $rex['name'] = $npc_firstname[$petId] end killvar 'sobaka' killvar '$namesob' killvar 'wl_rex' if $petID ='' and rex['owned'] = 1: gs 'npcgeneratec', 0, $rex['name'], rand(1,4) gs 'npcpreservec', $npclastgenerated $petID = $npclastsaved $npc_firstname[$npclastsaved] = $rex['name'] $npc_nickname[$npclastsaved] = $rex['name'] $npc_lastname[$npclastsaved] = $rex['name'] $npc_usedname[$npclastsaved] = $rex['name'] $npc_notes[$npclastsaved] = 'The dog you purchased from the pet shop.' npc_spermpot[$npclastsaved] = -1 $npc_thdick[$npclastsaved] = 'knotted' npc_dick[$npclastsaved] = 7 npc_sexskill[$npclastsaved] = 0 end gs 'mod_bestmod_setup' $mod_name[mod_i] = $mod_info[0] $mod_version[mod_i] = $mod_info[1] $mod_author[mod_i] = $mod_info[2] $mod_desc[mod_i] = $mod_info[3] $mod_opt[mod_i] = $mod_info[4] --- mod_bestmod_saveupdater ---------------------------------