1
0

booty_call_sms.qsrc 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. # booty_call_sms
  2. $SMSFrM = '<table width=80%><tr><td collspan=2 bgcolor="#D4CEF9"><font color=black> '
  3. $SMSBkM = '</font></td><td width=10%></td></tr></table>'
  4. $SMSFrF = '<table width=80%><tr><td width=10%></td><td collspan=2 bgcolor=pink><font color=black>'
  5. $SMSBkF = '</font></td></tr></table>'
  6. if $ARGS[0] = 'start':
  7. !! if npc_booty_call[$ARGS[1]] = daystart:
  8. !! gs 'booty_call_sms', 'pre_planned_booty_call'
  9. !! else
  10. $VM['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
  11. $VF[$ARGS[1]+'0'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
  12. $VM['1'] = 'i was thinking about you today'
  13. $VF['1a'] = 'what were you thinking about?'
  14. if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
  15. $VM['2a'] = 'your mouth around my cock'
  16. elseif npc_know_virgin[$ARGS[1]] ! 1:
  17. if $npc_cum_pref[$ARGS[1]] = 'creampie' and (npc_condom_conscious[$ARGS[1]] = 0 or npc_bareback[$ARGS[1]] = 1) and rand(0,2) = 1:
  18. $VM['2a'] = 'your pussy filled with my cum'
  19. elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
  20. $VM['2a'] = 'fucking you bowlegged'
  21. elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
  22. $VM['2a'] = 'blowing my load all over your pretty face'
  23. elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
  24. $VM['2a'] = 'watching you swallow my cum'
  25. elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
  26. $VM['2a'] = 'my cum all over your tits'
  27. elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
  28. $VM['2a'] = 'pounding you on all fours'
  29. elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
  30. $VM['2a'] = 'you riding my cock like crazy'
  31. else
  32. if rand(0,1) = 1:
  33. $VM['2a'] = 'you naked on my bed'
  34. else
  35. $VM['2a'] = 'want to come over and have some fun?'
  36. end
  37. end
  38. end
  39. $VF['1b'] = 'me too'
  40. if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
  41. $VM['2a'] = 'i want to feel your mouth around my cock'
  42. elseif npc_know_virgin[$ARGS[1]] ! 1:
  43. if $npc_cum_pref[$ARGS[1]] = 'creampie' and (npc_condom_conscious[$ARGS[1]] = 0 or npc_bareback[$ARGS[1]] = 1) and rand(0,2) = 1:
  44. $VM['2a'] = 'i want to pump you full of cum'
  45. elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
  46. $VM['2b'] = 'come over i want to hear you screaming my name'
  47. elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
  48. $VM['2a'] = 'i want to cum all over your face'
  49. elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
  50. $VM['2a'] = 'i want to watch you swallow my cum'
  51. elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
  52. $VM['2a'] = 'let me glaze your tits with my cum'
  53. elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
  54. $VM['2a'] = 'i want to pound you on all fours'
  55. elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
  56. $VM['2a'] = 'i want you to ride my cock like theres no tomorrow'
  57. else
  58. if rand(0,1) = 1:
  59. $VM['2b'] = 'lets fuck like bunnies today'
  60. else
  61. $VM['2b'] = 'come over lets have some fun today'
  62. end
  63. end
  64. end
  65. $VF['2a'] = 'sorry, i cant. i have stuff to do'
  66. $VM['3a'] = 'shit, maybe next time then'
  67. $VF['2b'] = 'ill come right now ;)'
  68. if npc_humor[$ARGS[1]] <= 1 and rand(0,1) = 1:
  69. $VM['3b'] = 'im already hard'
  70. elseif npc_humor[$ARGS[1]] = 2 and rand(0,1) = 1:
  71. if rand(0,1) = 1:
  72. $VM['3b'] = 'in the street?? damn! keep it in your pants till you get here!'
  73. else
  74. $VM['3b'] = 'as long as you make me cum later'
  75. end
  76. elseif npc_humor[$ARGS[1]] = 3 and rand(0,1) = 1:
  77. $VM['3b'] = 'phrasing'
  78. else
  79. $VM['3b'] = 'cant wait'
  80. end
  81. !! end
  82. end
  83. if $ARGS[0] = 'pre_planned_booty_call':
  84. $VM['0'] = dyneval('$result=''hey <<$pcs_nickname>>, you coming over?'' ')
  85. $VF['1a'] = 'sorry, something came up'
  86. $VF['1b'] = 'on my way now'
  87. if rand(0,2) = 0:
  88. $VM['2b'] = 'come over to my place lets fuck like bunnies'
  89. else
  90. if rand(0,1) = 0:
  91. $VM['2b'] = 'come over to my place i want to hear you screaming my name'
  92. else
  93. $VM['2b'] = 'come over to my place lets have some fun today'
  94. end
  95. end
  96. $VF['2a'] = 'sorry, i cant. i have stuff to do'
  97. $VM['3a'] = 'shit, maybe next time then'
  98. $VF['2b'] = 'ill come right now ;)'
  99. if npc_humor[$ARGS[1]] <= 1:
  100. $VM['3b'] = 'im already hard'
  101. elseif npc_humor[$ARGS[1]] = 2:
  102. if rand(0,1) = 1:
  103. $VM['3b'] = 'in the street?? damn! keep it in your pants till you get here!'
  104. else
  105. $VM['3b'] = 'as long as you make me cum later'
  106. end
  107. elseif npc_humor[$ARGS[1]] = 3:
  108. if rand(0,1) = 1:
  109. $VM['3b'] = 'phrasing'
  110. else
  111. $VM['3b'] = 'as long as you make me cum later'
  112. end
  113. end
  114. end
  115. if $ARGS[0] = 'Add SMS':
  116. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  117. $trialSMS += '<table><tr><th> Reply</th></tr>'
  118. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V0'',telefon[''SMSid'']">'+$VF[$ARGS[1]+'0']+'</a></td></tr></table>'
  119. gs 'telefon', 'add_sms', $ARGS[1], $trialSMS
  120. end
  121. if $ARGS[0] = 'V0':
  122. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  123. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  124. $SMSMessage[ARGS[1]] = $trialSMS
  125. gs 'telefon', 'show_sms', ARGS[1]
  126. wait 500
  127. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  128. $trialSMS += '<table><tr><th> Reply</th></tr>'
  129. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V1a'',telefon[''SMSid'']">'+$VF['1a']+'</a></td></tr>'
  130. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V1b'',telefon[''SMSid'']">'+$VF['1b']+'</a></td></tr></table>'
  131. $SMSMessage[ARGS[1]] = $trialSMS
  132. gs 'telefon', 'show_sms', ARGS[1]
  133. end
  134. if $ARGS[0] = 'V1a':
  135. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  136. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  137. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  138. $trialSMS += $SMSFrF+$VF['1a']+$SMSBkF
  139. $SMSMessage[ARGS[1]] = $trialSMS
  140. gs 'telefon', 'show_sms', ARGS[1]
  141. wait 500
  142. $trialSMS += $SMSFrM+$VM['2a']+$SMSBkM
  143. $trialSMS += '<table><tr><th> Reply</th></tr>'
  144. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V2an'',telefon[''SMSid'']">'+$VF['2a']+'</a></td></tr>'
  145. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V2ap'',telefon[''SMSid'']">'+$VF['2b']+'</a></td></tr></table>'
  146. $SMSMessage[ARGS[1]] = $trialSMS
  147. gs 'telefon', 'show_sms', ARGS[1]
  148. end
  149. if $ARGS[0] = 'V1b':
  150. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  151. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  152. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  153. $trialSMS += $SMSFrF+$VF['1b']+$SMSBkF
  154. $SMSMessage[ARGS[1]] = $trialSMS
  155. gs 'telefon', 'show_sms', ARGS[1]
  156. wait 500
  157. $trialSMS += $SMSFrM+$VM['2b']+$SMSBkM
  158. $trialSMS += '<table><tr><th> Reply</th></tr>'
  159. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V2bn'',telefon[''SMSid'']">'+$VF['2a']+'</a></td></tr>'
  160. $trialSMS += '<tr><td><a href="exec: gs ''booty_call_sms'', ''V2bp'',telefon[''SMSid'']">'+$VF['2b']+'</a></td></tr></table>'
  161. $SMSMessage[ARGS[1]] = $trialSMS
  162. gs 'telefon', 'show_sms', ARGS[1]
  163. end
  164. if $ARGS[0] = 'V2an':
  165. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  166. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  167. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  168. $trialSMS += $SMSFrF+$VF['1a']+$SMSBkF
  169. $trialSMS += $SMSFrM+$VM['2a']+$SMSBkM
  170. $trialSMS += $SMSFrF+$VF['2a']+$SMSBkF
  171. $SMSMessage[ARGS[1]] = $trialSMS
  172. gs 'telefon', 'show_sms', ARGS[1]
  173. wait 500
  174. $trialSMS += $SMSFrM+$VM['3a']+$SMSBkM
  175. $SMSMessage[ARGS[1]] = $trialSMS
  176. gs 'telefon', 'show_sms', ARGS[1]
  177. end
  178. if $ARGS[0] = 'V2ap':
  179. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  180. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  181. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  182. $trialSMS += $SMSFrF+$VF['1a']+$SMSBkF
  183. $trialSMS += $SMSFrM+$VM['2a']+$SMSBkM
  184. $trialSMS += $SMSFrF+$VF['2b']+$SMSBkF
  185. $SMSMessage[ARGS[1]] = $trialSMS
  186. gs 'telefon', 'show_sms', ARGS[1]
  187. wait 500
  188. $trialSMS += $SMSFrM+$VM['3b']+$SMSBkM
  189. $SMSMessage[ARGS[1]] = $trialSMS
  190. gs 'telefon', 'show_sms', ARGS[1]
  191. booty_call[$SMSContact[ARGS[1]]] = daystart
  192. end
  193. if $ARGS[0] = 'V2bn':
  194. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  195. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  196. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  197. $trialSMS += $SMSFrF+$VF['1b']+$SMSBkF
  198. $trialSMS += $SMSFrM+$VM['2b']+$SMSBkM
  199. $trialSMS += $SMSFrF+$VF['2a']+$SMSBkF
  200. $SMSMessage[ARGS[1]] = $trialSMS
  201. gs 'telefon', 'show_sms', ARGS[1]
  202. wait 500
  203. $trialSMS += $SMSFrM+$VM['3a']+$SMSBkM
  204. $SMSMessage[ARGS[1]] = $trialSMS
  205. gs 'telefon', 'show_sms', ARGS[1]
  206. end
  207. if $ARGS[0] = 'V2bp':
  208. $trialSMS = $SMSFrM+$VM['0']+$SMSBkM
  209. $trialSMS += $SMSFrF+$VF[$SMSContact[ARGS[1]]+'0']+$SMSBkF
  210. $trialSMS += $SMSFrM+$VM['1']+$SMSBkM
  211. $trialSMS += $SMSFrF+$VF['1b']+$SMSBkF
  212. $trialSMS += $SMSFrM+$VM['2b']+$SMSBkM
  213. $trialSMS += $SMSFrF+$VF['2b']+$SMSBkF
  214. $SMSMessage[ARGS[1]] = $trialSMS
  215. gs 'telefon', 'show_sms', ARGS[1]
  216. wait 500
  217. $trialSMS += $SMSFrM+$VM['3b']+$SMSBkM
  218. $SMSMessage[ARGS[1]] = $trialSMS
  219. gs 'telefon', 'show_sms', ARGS[1]
  220. booty_call[$SMSContact[ARGS[1]]] = daystart
  221. !! killvar '$VF'
  222. !! killvar '$MF'
  223. end
  224. killvar '$trialSMS'
  225. --- hookup_sms ---------------------------------