mod_bestmod_saveupdater.qsrc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. # mod_bestmod_saveupdater
  2. if $npc_firstpart['A8000'] = 'U':
  3. bm_dog_sex['HJ'] = DogHJ
  4. bm_dog_sex['BJ'] = DogBJ
  5. bm_dog_sex['Anal'] = DogAnal
  6. bm_dog_sex['Vag'] = DogVag
  7. npc_spermpot['A8000']=-1
  8. npc_sex['A23'] = MargoSex
  9. killvar '$npc_firstpart'
  10. killvar '$npc_lastpart'
  11. killvar '$npc_kidpater'
  12. killvar 'npc_cyc'
  13. killvar 'npc_fert'
  14. killvar 'npc_vag'
  15. killvar 'npc_hymen'
  16. killvar 'npc_nips'
  17. killvar 'DogHJ'
  18. killvar 'DogAJ'
  19. killvar 'DogAnal'
  20. killvar 'DogVag'
  21. killvar 'MargoSex'
  22. end
  23. :chooseloopbm
  24. if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] > 0:
  25. 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')
  26. if temp < 1 or temp > 3: jump 'chooseloopbm'
  27. end
  28. if sobaka = 1 and rex['owned'] = 1 and wl_rex['status'] = 0:
  29. temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 3 for BM dog')
  30. if temp ! 1 and temp ! 3: jump 'chooseloopbm'
  31. end
  32. if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] > 0:
  33. temp = input('You have got two dogs, which one do you want to preserve (input 2 for WL dog, 3 for BM dog')
  34. if temp < 2 or temp > 3: jump 'chooseloopbm'
  35. end
  36. if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] > 0:
  37. temp = input('You have got two dogs, which one do you want to preserve (input 1 for GL dog, 2 for WL dog')
  38. if temp < 1 or temp > 2: jump 'chooseloopbm'
  39. end
  40. if sobaka = 0 and rex['owned'] = 1 and wl_rex['status'] = 0:
  41. temp = 1
  42. end
  43. if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] > 0:
  44. temp = 2
  45. end
  46. if sobaka = 1 and rex['owned'] = 0 and wl_rex['status'] = 0:
  47. temp = 3
  48. end
  49. if sobaka = 0 and rex['owned'] = 0 and wl_rex['status'] = 0:
  50. temp = 0
  51. end
  52. if temp = 1:
  53. rex['status'] = 1
  54. end
  55. if temp = 2:
  56. rex['owned'] = 1
  57. $rex['name'] = $wl_rex['name']
  58. rex['status'] = wl_rex['status']
  59. rex['approach'] = wl_rex['approach']
  60. rex['bj'] = wl_rex['bj']
  61. rex['chew_day'] = wl_rex['chew_day']
  62. rex['count_bath'] = wl_rex['count_bath']
  63. rex['count_bath_base'] = wl_rex['count_bath_base']
  64. rex['count_feed'] = wl_rex['count_feed']
  65. rex['count_feed_base'] = wl_rex['count_feed_base']
  66. rex['count_run'] = wl_rex['count_run']
  67. rex['count_walk'] = wl_rex['count_walk']
  68. rex['count_walk_base'] = wl_rex['count_walk_base']
  69. rex['gadukino_day'] = wl_rex['gadukino_day']
  70. rex['kiss_day_inside'] = wl_rex['kiss_day_inside']
  71. rex['kiss_day_outside'] = wl_rex['kiss_day_outside']
  72. rex['love'] = wl_rex['love']
  73. rex['play_inside'] = wl_rex['play_inside']
  74. rex['pussy'] = wl_rex['pussy']
  75. rex['rejection'] = wl_rex['rejection']
  76. rex['relationship'] = wl_rex['relationship']
  77. rex['temp'] = wl_rex['temp']
  78. rex['timer_bj'] = wl_rex['timer_bj']
  79. rex['timer_day'] = wl_rex['timer_day']
  80. rex['timer_feed'] = wl_rex['timer_feed']
  81. rex['timer_lick'] = wl_rex['timer_lick']
  82. rex['timer_pussy'] = wl_rex['timer_pussy']
  83. rex['timer_treat'] = wl_rex['timer_treat']
  84. rex['timer_walk'] = wl_rex['timer_walk']
  85. rex['train_lick'] = wl_rex['train_lick']
  86. $status['dog'] = $wl_status['dog']
  87. end
  88. if temp = 3:
  89. rex['owned'] = 1
  90. rex['status'] = 1
  91. $rex['name'] = $npc_firstname[$petId]
  92. end
  93. killvar 'sobaka'
  94. killvar '$namesob'
  95. killvar 'wl_rex'
  96. if $petID ='' and rex['owned'] = 1:
  97. gs 'npcgeneratec', 0, $rex['name'], rand(1,4)
  98. gs 'npcpreservec', $npclastgenerated
  99. $petID = $npclastsaved
  100. $npc_firstname[$npclastsaved] = $rex['name']
  101. $npc_nickname[$npclastsaved] = $rex['name']
  102. $npc_lastname[$npclastsaved] = $rex['name']
  103. $npc_usedname[$npclastsaved] = $rex['name']
  104. $npc_notes[$npclastsaved] = 'The dog you purchased from the pet shop.'
  105. npc_spermpot[$npclastsaved] = -1
  106. $npc_thdick[$npclastsaved] = 'knotted'
  107. npc_dick[$npclastsaved] = 7
  108. npc_sexskill[$npclastsaved] = 0
  109. end
  110. gs 'mod_bestmod_setup'
  111. $mod_name[mod_i] = $mod_info[0]
  112. $mod_version[mod_i] = $mod_info[1]
  113. $mod_author[mod_i] = $mod_info[2]
  114. $mod_desc[mod_i] = $mod_info[3]
  115. $mod_opt[mod_i] = $mod_info[4]
  116. --- mod_bestmod_saveupdater ---------------------------------