booty_call_sms.qsrc 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. # booty_call_sms
  2. !!===== Layout stuff =====================================================================================!!
  3. !! Open and close receiving text
  4. $SMS_open_receiving = '<table width=80%><tr><td collspan=2 bgcolor="#D4CEF9"><font color=black>'
  5. $SMS_close_receiving = '</font></td><td width=10%></td></tr></table>'
  6. !! Open and close sending text
  7. $SMS_open_sending = '<table width=80%><tr><td width=10%></td><td collspan=2 bgcolor=pink><font color=black>'
  8. $SMS_close_sending = '</font></td></tr></table>'
  9. !! Start reply
  10. $SMS_open_replies = '<table><tr><th> Reply</th></tr><tr><td>'
  11. $SMS_next_reply = '</td></tr><tr><td>'
  12. $SMS_close_replies = '</td></tr></table>'
  13. !!===== END Layout stuff =====================================================================================!!
  14. !!===== Reply example here =================================================================================!!
  15. !! $temp_SMStext += $SMS_open_replies
  16. !! $temp_SMStext += '<a href="exec: gs ''>>Name of the location<<'', ''>>Name of the SMS Branch<<'', ''>>Name of the Choice<<'', telefon[''SMSid'']">' + 'TEXT' + '</a>'
  17. !! $temp_SMStext += $SMS_next_reply
  18. !! $temp_SMStext += '<a href="exec: gs ''>>Name of the location<<'', ''>>Name of the SMS Branch<<'', ''>>Name of the Choice<<'', telefon[''SMSid'']">' + 'TEXT' + '</a>'
  19. !! ....
  20. !! $temp_SMStext += $SMS_close_replies
  21. !!===== END Reply example here =================================================================================!!
  22. !!===== Adding Images to SMS ===============================================================================!!
  23. !! You can add images at the end by manually setting:
  24. !! $SMSPicture1[telefon['SMSid']] = Path to picture 1
  25. !! $SMSPicture2[telefon['SMSid']] = Path to picture 2
  26. !! $SMSPicture3[telefon['SMSid']] = Path to picture 3
  27. !! $SMSPicture4[telefon['SMSid']] = Path to picture 4
  28. ! You can also always add a picture to the text, scaling is an issue though
  29. !!===== END Adding Images to SMS ===============================================================================!!
  30. if $ARGS[0] = 'start':
  31. $booty_call_daily_id[i] = $ARGS[1]
  32. if npc_booty_call[$ARGS[1]] = daystart:
  33. gs 'booty_call_sms', 'Add SMS2', 'pre_planned_booty_call', $ARGS[1]
  34. elseif sugar_daddy_call[$ARGS[1]] = 1:
  35. gs 'booty_call_sms', 'Add SMS', 'sugar_daddy_booty_call', $ARGS[1]
  36. elseif npc_std_test[$ARGS[1]] = 1:
  37. gs 'booty_call_sms', 'Add SMS', 'std_free', $ARGS[1]
  38. else
  39. gs 'booty_call_sms', 'Add SMS', 'default_booty_call', $ARGS[1]
  40. end
  41. end
  42. if $ARGS[0] = 'default_booty_call':
  43. !! boy
  44. $SMSTree['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
  45. !! player
  46. $SMSTree['1'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
  47. !! boy
  48. $SMSTree['2'] = 'ive been thinking about you'
  49. !! player response 1 option 1
  50. $SMSTree['a3'] = 'what were you thinking about?'
  51. !! boy response 1
  52. if npc_finance[$ARGS[1]] = 2 and func('homes_properties_attr', 'get_property_attribute', '$town', $home['current']) ! 'city' and npc_residence[$ARGS[1]] >= 3:
  53. $SMSTree['a4'] = 'i booked a hotel room in Pav. why dont you come by?'
  54. else
  55. if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
  56. $SMSTree['a4'] = 'your mouth around my cock'
  57. elseif npc_know_virgin[$ARGS[1]] ! 1:
  58. 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:
  59. $SMSTree['a4'] = 'your pussy filled with my cum'
  60. elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
  61. $SMSTree['a4'] = 'fucking you bowlegged'
  62. elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
  63. $SMSTree['a4'] = 'your pretty face covered in my cum'
  64. elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
  65. $SMSTree['a4'] = 'watching you swallow my cum'
  66. elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
  67. $SMSTree['a4'] = 'my cum all over your tits'
  68. elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
  69. $SMSTree['a4'] = 'pounding you on all fours'
  70. elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
  71. $SMSTree['a4'] = 'you riding my cock like crazy'
  72. else
  73. if rand(0,1) = 1:
  74. $SMSTree['a4'] = 'you naked on my bed'
  75. else
  76. $SMSTree['a4'] = 'want to come over and have some fun?'
  77. end
  78. end
  79. end
  80. end
  81. !! player response 1 option 2
  82. $SMSTree['b3'] = 'me too'
  83. !! boy response 2
  84. if npc_finance[$ARGS[1]] = 2 and func('homes_properties_attr', 'get_property_attribute', '$town', $home['current']) ! 'city' and npc_residence[$ARGS[1]] >= 3:
  85. $SMSTree['b4'] = 'i booked a hotel room in Pav. why dont you come by?'
  86. else
  87. if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
  88. $SMSTree['b4'] = 'i want to feel your mouth around my cock'
  89. elseif npc_know_virgin[$ARGS[1]] ! 1:
  90. 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:
  91. $SMSTree['b4'] = 'i want to pump you full of cum'
  92. elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
  93. $SMSTree['b4'] = 'come over i want to hear you screaming my name'
  94. elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
  95. $SMSTree['b4'] = 'i want to cum all over your face'
  96. elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
  97. $SMSTree['b4'] = 'i want to watch you swallow my cum'
  98. elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
  99. $SMSTree['b4'] = 'let me glaze your tits with my cum'
  100. elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
  101. $SMSTree['b4'] = 'i want to pound you on all fours'
  102. elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
  103. $SMSTree['b4'] = 'i want you to ride my cock like theres no tomorrow'
  104. else
  105. if rand(0,1) = 1:
  106. $SMSTree['b4'] = 'lets fuck like bunnies today'
  107. else
  108. $SMSTree['b4'] = 'come over lets have some fun today'
  109. end
  110. end
  111. end
  112. end
  113. !! player response 2 option 1
  114. if hour < 21:
  115. $SMSTree['aa5'] = 'sorry, i cant. i have stuff to do'
  116. $SMSTree['ba5'] = $SMSTree['aa5']
  117. else
  118. $SMSTree['aa5'] = 'its late. text me sooner if you want me to come over.'
  119. $SMSTree['ba5'] = $SMSTree['aa5']
  120. end
  121. !! boy response 2 option 1
  122. $SMSTree['aa6'] = 'shit, maybe next time then'
  123. $SMSTree['ba6'] = $SMSTree['aa6']
  124. !! player response 2 option 2
  125. $SMSTree['ab5'] = 'ill come right now ;)'
  126. $SMSTree['bb5'] = $SMSTree['ab5']
  127. !! boy response 2 option 2
  128. if npc_humor[$ARGS[1]] <= 1 and rand(0,1) = 1:
  129. $SMSTRee['ab6'] = 'im already hard'
  130. $SMSTree['bb6'] = $SMSTree['ab6']
  131. elseif npc_humor[$ARGS[1]] = 2 and rand(0,1) = 1:
  132. if rand(0,1) = 1:
  133. $SMSTRee['ab6'] = 'in the street?? damn! keep it in your pants till you get here!'
  134. $SMSTree['bb6'] = $SMSTree['ab6']
  135. else
  136. $SMSTRee['ab6'] = 'as long as you make me cum later'
  137. $SMSTree['bb6'] = $SMSTree['ab6']
  138. end
  139. elseif npc_humor[$ARGS[1]] = 3 and rand(0,1) = 1:
  140. $SMSTRee['ab6'] = 'phrasing'
  141. $SMSTree['bb6'] = $SMSTree['a66']
  142. else
  143. $SMSTRee['ab6'] = 'cant wait'
  144. $SMSTree['bb6'] = $SMSTree['ab6']
  145. end
  146. end
  147. if $ARGS[0] = 'pre_planned_booty_call':
  148. ! boy
  149. $SMSTree['0'] = dyneval('$result=''hey <<$pcs_nickname>>, you coming over?'' ')
  150. ! player choice 1 option 1
  151. $SMSTree['a1'] = 'sorry, something came up'
  152. ! player choice 1 option 2
  153. $SMSTree['b1'] = 'on my way now'
  154. ! boy
  155. temp_rand = rand(0, 2)
  156. if temp_rand = 0:
  157. $SMSTree['b2'] = 'come over to my place lets fuck like bunnies'
  158. elseif temp_rand = 1:
  159. $SMSTree['b2'] = 'come over to my place i want to hear you screaming my name'
  160. else
  161. $SMSTree['b2'] = 'come over to my place lets have some fun today'
  162. end
  163. killvar 'temp_rand'
  164. ! player choice 2 option 1
  165. $SMSTree['ba3'] = 'sorry, i cant. i have stuff to do'
  166. ! boy
  167. $SMSTree['ba4'] = 'shit, maybe next time then'
  168. ! player choice 2 opiton 2
  169. $SMSTree['bb3'] = 'ill come right now ;)'
  170. ! boy
  171. if npc_humor[$ARGS[1]] <= 1:
  172. $SMSTree['bb4'] = 'im already hard'
  173. elseif npc_humor[$ARGS[1]] = 2:
  174. if rand(0,1) = 1:
  175. $SMSTree['bb4'] = 'in the street?? damn! keep it in your pants till you get here!'
  176. else
  177. $SMSTree['bb4'] = 'as long as you make me cum later'
  178. end
  179. elseif npc_humor[$ARGS[1]] = 3:
  180. if rand(0,1) = 1:
  181. $SMSTree['bb4'] = 'phrasing'
  182. else
  183. $SMSTree['bb4'] = 'as long as you make me cum later'
  184. end
  185. end
  186. end
  187. if $ARGS[0] = 'std_free':
  188. !! boy
  189. $SMSTree['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
  190. !! player
  191. $SMSTree['1'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
  192. !! boy
  193. $SMSTree['2'] = 'got some good news'
  194. !! player response 1 option 1
  195. $SMSTree['a3'] = 'oh?'
  196. !! boy response 1
  197. $SMSTree['a4'] = 'my std test came back clean. why dont we celebrate tog'
  198. !! player response 1 option 2
  199. $SMSTree['b3'] = 'what is it?'
  200. !! boy response 2
  201. $SMSTree['b4'] = 'my std test came back clean'
  202. !! player response 2 option 1
  203. if hour < 21:
  204. $SMSTree['aa5'] = 'sorry, i cant. i have stuff to do'
  205. $SMSTree['ba5'] = $SMSTree['aa5']
  206. else
  207. $SMSTree['aa5'] = 'its late. text me sooner if you want me to come over.'
  208. $SMSTree['ba5'] = $SMSTree['aa5']
  209. end
  210. !! boy response 2 option 1
  211. $SMSTree['aa6'] = 'shit, maybe next time then'
  212. $SMSTree['ba6'] = $SMSTree['aa6']
  213. !! player response 2 option 2
  214. $SMSTree['ab5'] = 'ill come right now ;)'
  215. $SMSTree['bb5'] = $SMSTree['ab5']
  216. !! boy response 2 option 2
  217. if npc_humor[$ARGS[1]] <= 1 and rand(0,1) = 1:
  218. $SMSTree['ab6'] = 'im already hard'
  219. $SMSTree['bb6'] = $SMSTree['ab6']
  220. elseif npc_humor[$ARGS[1]] = 2 and rand(0,1) = 1:
  221. if rand(0,1) = 1:
  222. $SMSTree['ab6'] = 'in the street?? damn! keep it in your pants till you get here!'
  223. $SMSTree['bb6'] = $SMSTree['ab6']
  224. else
  225. $SMSTree['ab6'] = 'as long as you make me cum later'
  226. $SMSTree['bb6'] = $SMSTree['ab6']
  227. end
  228. elseif npc_humor[$ARGS[1]] = 3 and rand(0,1) = 1:
  229. $SMSTree['ab6'] = 'phrasing'
  230. $SMSTree['bb6'] = $SMSTree['ab6']
  231. else
  232. $SMSTree['ab6'] = 'cant wait'
  233. $SMSTree['bb6'] = $SMSTree['ab6']
  234. end
  235. end
  236. if $ARGS[0] = 'sugar_daddy_booty_call':
  237. !! boy
  238. $SMSTree['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
  239. !! player
  240. $SMSTree['1'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
  241. !! boy
  242. $SMSTree['2'] = 'ive been thinking about you'
  243. !! player response 1 option 1
  244. $SMSTree['a3'] = 'what were you thinking about?'
  245. !! player response 1 option 2
  246. $SMSTree['b3'] = 'me too'
  247. !! boy response 1 option 1
  248. if ($home['current'] ! 'city_apartment' and $home['current'] ! 'niko_apartment' and $home['current'] ! 'university_dorm' and $home['current'] ! 'city_house' and $home['current'] ! 'maid_bedroom') and npc_residence[$ARGS[1]] >= 3:
  249. $SMSTree['a4'] = 'i booked a hotel room in Pav. why dont you come by?'
  250. $SMSTree['b4'] = $SMSTree['a4']
  251. else
  252. $SMSTree['a4'] = 'i want to see you. why dont you come by my apartment?'
  253. $SMSTree['b4'] = $SMSTree['a4']
  254. end
  255. !! player response 2 option 1
  256. if hour < 21:
  257. $SMSTree['aa5'] = 'sorry, i cant. i have stuff to do'
  258. $SMSTree['ba5'] = $SMSTree['aa5']
  259. else
  260. $SMSTree['aa5'] = 'its late. text me sooner if you want me to come over.'
  261. $SMSTree['ba5'] = $SMSTree['aa5']
  262. end
  263. !! boy response 2 option 1
  264. $SMSTRee['aa6'] = 'damn scheduling conflicts'
  265. $SMSTree['ba6'] = $SMSTree['aa6']
  266. !! player response 2 option 2
  267. $SMSTree['ab5'] = 'ill come right now ;)'
  268. $SMSTree['bb5'] = $SMSTree['ab5']
  269. !! boy response 2 option 2
  270. if ($home['current'] = 'parents_home' or $home['current'] = 'meynold_household' or $home['current'] = 'shared_apartment') and npc_residence[$ARGS[1]] >= 3:
  271. $SMSTree['ab6'] = 'room <<rand(1,3)>><<rand(10,19)>>'
  272. $SMSTree['bb6'] = $SMSTree['ab6']
  273. else
  274. if npc_humor[$ARGS[1]] <= 1 and rand(0,1) = 1:
  275. $SMSTree['ab6'] = 'im already hard'
  276. $SMSTree['bb6'] = $SMSTree['ab6']
  277. elseif npc_humor[$ARGS[1]] = 2 and rand(0,1) = 1:
  278. $SMSTree['ab6'] = 'as long as you make me cum later'
  279. $SMSTree['bb6'] = $SMSTree['ab6']
  280. elseif npc_humor[$ARGS[1]] = 3 and rand(0,1) = 1:
  281. $SMSTree['ab6'] = 'phrasing'
  282. $SMSTree['bb6'] = $SMSTree['ab6']
  283. else
  284. $SMSTree['ab6'] = 'cant wait'
  285. $SMSTree['bb6'] = $SMSTree['ab6']
  286. end
  287. end
  288. end
  289. !Does not work with pre-planned?
  290. if $ARGS[0] = 'Add SMS':
  291. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  292. $temp_SMStext += $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  293. $temp_SMStext += $SMS_open_replies
  294. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''SMS_Base'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['1'] + '</a>'
  295. $temp_SMStext += $SMS_close_replies
  296. gs 'telefon', 'add_sms', $ARGS[1], $temp_SMStext
  297. end
  298. if $ARGS[0] = 'SMS_Base':
  299. !if $ARGS[0] = 'V0':
  300. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  301. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  302. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  303. $SMSMessage[ARGS[3]] = $temp_SMStext
  304. gs 'telefon', 'show_sms', ARGS[3]
  305. wait 500
  306. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  307. $temp_SMStext += $SMS_open_replies
  308. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_a'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['a3'] + '</a>'
  309. $temp_SMStext += $SMS_next_reply
  310. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_b'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['b3'] + '</a>'
  311. $temp_SMStext += $SMS_close_replies
  312. $SMSMessage[ARGS[3]] = $temp_SMStext
  313. gs 'telefon', 'show_sms', ARGS[3]
  314. end
  315. if $ARGS[0] = 'Choice_a':
  316. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  317. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  318. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  319. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  320. $temp_SMStext += $SMS_open_sending + $SMSTree['a3'] + $SMS_close_sending
  321. $SMSMessage[ARGS[3]] = $temp_SMStext
  322. gs 'telefon', 'show_sms', ARGS[3]
  323. wait 500
  324. $temp_SMStext += $SMS_open_receiving + $SMSTree['a4'] + $SMS_close_receiving
  325. $temp_SMStext += $SMS_open_replies
  326. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_aa'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['aa5'] + '</a>'
  327. $temp_SMStext += $SMS_next_reply
  328. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_ab'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['ab5'] + '</a>'
  329. $temp_SMStext += $SMS_close_replies
  330. $SMSMessage[ARGS[3]] = $temp_SMStext
  331. gs 'telefon', 'show_sms', ARGS[3]
  332. end
  333. if $ARGS[0] = 'Choice_aa':
  334. !! booty call is declined
  335. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  336. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  337. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  338. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  339. $temp_SMStext += $SMS_open_sending + $SMSTree['a3'] + $SMS_close_sending
  340. $temp_SMStext += $SMS_open_receiving + $SMSTree['a4'] + $SMS_close_receiving
  341. $temp_SMStext += $SMS_open_sending + $SMSTree['aa5'] + $SMS_close_sending
  342. $SMSMessage[ARGS[3]] = $temp_SMStext
  343. gs 'telefon', 'show_sms', ARGS[3]
  344. if sugar_daddy_call[$ARGS[2]] = 1:
  345. npc_rel[$ARGS[2]] -= 2
  346. sugar_daddy_call[$ARGS[2]] = 0
  347. end
  348. wait 500
  349. $temp_SMStext += $SMS_open_receiving + $SMSTree['aa6'] + $SMS_close_receiving
  350. $SMSMessage[ARGS[3]] = $temp_SMStext
  351. gs 'telefon', 'show_sms', ARGS[3]
  352. end
  353. if $ARGS[0] = 'Choice_ab':
  354. !! booty call is accepted
  355. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  356. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  357. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  358. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  359. $temp_SMStext += $SMS_open_sending + $SMSTree['a3'] + $SMS_close_sending
  360. $temp_SMStext += $SMS_open_receiving + $SMSTree['a4'] + $SMS_close_receiving
  361. $temp_SMStext += $SMS_open_sending + $SMSTree['ab5'] + $SMS_close_sending
  362. $SMSMessage[ARGS[3]] = $temp_SMStext
  363. gs 'telefon', 'show_sms', ARGS[3]
  364. wait 500
  365. $temp_SMStext += $SMS_open_receiving + $SMSTree['ab6'] + $SMS_close_receiving
  366. $SMSMessage[ARGS[3]] = $temp_SMStext
  367. gs 'telefon', 'show_sms', ARGS[3]
  368. booty_call_invite[$ARGS[2]] = daystart
  369. if npc_finance[$ARGS[2]] = 2 and func('homes_properties_attr', 'get_property_attribute', '$town', $home['current']) ! 'city' and npc_residence[$ARGS[2]] >= 3:
  370. $booty_call_hotel[$ARGS[2]] = 'pav'
  371. else
  372. $booty_call_hotel[$ARGS[2]] = 'city'
  373. end
  374. end
  375. if $ARGS[0] = 'Choice_b':
  376. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  377. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  378. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  379. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  380. $temp_SMStext += $SMS_open_sending + $SMSTree['b3'] + $SMS_close_sending
  381. $SMSMessage[ARGS[3]] = $temp_SMStext
  382. gs 'telefon', 'show_sms', ARGS[3]
  383. wait 500
  384. $temp_SMStext += $SMS_open_receiving + $SMSTree['b4'] + $SMS_close_receiving
  385. $temp_SMStext += $SMS_open_replies
  386. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_ba'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['ba5'] + '</a>'
  387. $temp_SMStext += $SMS_next_reply
  388. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice_bb'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['bb5'] + '</a>'
  389. $temp_SMStext += $SMS_close_replies
  390. $SMSMessage[ARGS[3]] = $temp_SMStext
  391. gs 'telefon', 'show_sms', ARGS[3]
  392. end
  393. if $ARGS[0] = 'Choice_ba':
  394. !! booty call is declined
  395. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  396. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  397. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  398. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  399. $temp_SMStext += $SMS_open_sending + $SMSTree['b3'] + $SMS_close_sending
  400. $temp_SMStext += $SMS_open_receiving + $SMSTree['b4'] + $SMS_close_receiving
  401. $temp_SMStext += $SMS_open_sending + $SMSTree['ba5'] + $SMS_close_sending
  402. $SMSMessage[ARGS[3]] = $temp_SMStext
  403. gs 'telefon', 'show_sms', ARGS[3]
  404. if sugar_daddy_call[$ARGS[2]] = 1:
  405. npc_rel[$ARGS[2]] -= 2
  406. sugar_daddy_call[$ARGS[2]] = 0
  407. end
  408. wait 500
  409. $temp_SMStext += $SMS_open_receiving + $SMSTree['ba6'] + $SMS_close_receiving
  410. $SMSMessage[ARGS[3]] = $temp_SMStext
  411. gs 'telefon', 'show_sms', ARGS[3]
  412. end
  413. if $ARGS[0] = 'Choice_bb':
  414. !! booty call is accepted
  415. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  416. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  417. $temp_SMStext += $SMS_open_sending + $SMSTree['1'] + $SMS_close_sending
  418. $temp_SMStext += $SMS_open_receiving + $SMSTree['2'] + $SMS_close_receiving
  419. $temp_SMStext += $SMS_open_sending + $SMSTree['b3'] + $SMS_close_sending
  420. $temp_SMStext += $SMS_open_receiving + $SMSTree['b4'] + $SMS_close_receiving
  421. $temp_SMStext += $SMS_open_sending + $SMSTree['bb5'] + $SMS_close_sending
  422. $SMSMessage[ARGS[3]] = $temp_SMStext
  423. gs 'telefon', 'show_sms', ARGS[3]
  424. wait 500
  425. $temp_SMStext += $SMS_open_receiving + $SMSTree['bb6'] + $SMS_close_receiving
  426. $SMSMessage[ARGS[3]] = $temp_SMStext
  427. gs 'telefon', 'show_sms', ARGS[3]
  428. booty_call_invite[$ARGS[2]] = daystart
  429. !! if ($home['current'] = 'parents_home' or $home['current'] = 'meynold_household' or $home['current'] = 'shared_apartment') and npc_residence[$SMSContact[ARGS[1]]] >= 3:
  430. if npc_finance[$ARGS[2]] = 2 and func('homes_properties_attr', 'get_property_attribute', '$town', $home['current']) ! 'city' and npc_residence[$ARGS[2]] >= 3:
  431. $booty_call_hotel[$ARGS[2]] = 'pav'
  432. else
  433. $booty_call_hotel[$ARGS[2]] = 'city'
  434. end
  435. end
  436. ! For pre-planned
  437. if $ARGS[0] = 'Add SMS2':
  438. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  439. $temp_SMStext += $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  440. $temp_SMStext += $SMS_open_replies
  441. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice2_a'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['a1'] + '</a>'
  442. $temp_SMStext += $SMS_next_reply
  443. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice2_b'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['b1'] + '</a>'
  444. $temp_SMStext += $SMS_close_replies
  445. gs 'telefon', 'add_sms', $ARGS[1], $temp_SMStext
  446. end
  447. if $ARGS[0] = 'Choice2_a':
  448. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  449. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  450. $temp_SMStext += $SMS_open_sending + $SMSTree['a1'] + $SMS_close_sending
  451. $SMSMessage[ARGS[3]] = $temp_SMStext
  452. gs 'telefon', 'show_sms', ARGS[3]
  453. end
  454. if $ARGS[0] = 'Choice2_b':
  455. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  456. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  457. $temp_SMStext += $SMS_open_sending + $SMSTree['b1'] + $SMS_close_sending
  458. $SMSMessage[ARGS[3]] = $temp_SMStext
  459. gs 'telefon', 'show_sms', ARGS[3]
  460. wait 500
  461. $temp_SMStext += $SMS_open_receiving + $SMSTree['b2'] + $SMS_close_receiving
  462. $temp_SMStext += $SMS_open_replies
  463. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice2_ba'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['ba3'] + '</a>'
  464. $temp_SMStext += $SMS_next_reply
  465. $temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice2_bb'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['bb3'] + '</a>'
  466. $temp_SMStext += $SMS_close_replies
  467. $SMSMessage[ARGS[3]] = $temp_SMStext
  468. gs 'telefon', 'show_sms', ARGS[3]
  469. end
  470. if $ARGS[0] = 'Choice2_ba':
  471. !! booty call is declined
  472. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  473. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  474. $temp_SMStext += $SMS_open_sending + $SMSTree['b1'] + $SMS_close_sending
  475. $temp_SMStext += $SMS_open_receiving + $SMSTree['b2'] + $SMS_close_receiving
  476. $temp_SMStext += $SMS_open_sending + $SMSTree['ba3'] + $SMS_close_sending
  477. $SMSMessage[ARGS[3]] = $temp_SMStext
  478. gs 'telefon', 'show_sms', ARGS[3]
  479. if sugar_daddy_call[$ARGS[2]] = 1:
  480. npc_rel[$ARGS[2]] -= 2
  481. sugar_daddy_call[$ARGS[2]] = 0
  482. end
  483. wait 500
  484. $temp_SMStext += $SMS_open_receiving + $SMSTree['ba4'] + $SMS_close_receiving
  485. $SMSMessage[ARGS[3]] = $temp_SMStext
  486. gs 'telefon', 'show_sms', ARGS[3]
  487. end
  488. if $ARGS[0] = 'Choice2_bb':
  489. !! booty call is accepted
  490. gs 'booty_call_sms', $ARGS[1], $ARGS[2]
  491. $temp_SMStext = $SMS_open_receiving + $SMSTree['0'] + $SMS_close_receiving
  492. $temp_SMStext += $SMS_open_sending + $SMSTree['b1'] + $SMS_close_sending
  493. $temp_SMStext += $SMS_open_receiving + $SMSTree['b2'] + $SMS_close_receiving
  494. $temp_SMStext += $SMS_open_sending + $SMSTree['bb3'] + $SMS_close_sending
  495. $SMSMessage[ARGS[3]] = $temp_SMStext
  496. gs 'telefon', 'show_sms', ARGS[3]
  497. wait 500
  498. $temp_SMStext += $SMS_open_receiving + $SMSTree['bb4'] + $SMS_close_receiving
  499. $SMSMessage[ARGS[3]] = $temp_SMStext
  500. gs 'telefon', 'show_sms', ARGS[3]
  501. booty_call_invite[$ARGS[2]] = daystart
  502. !! if ($home['current'] = 'parents_home' or $home['current'] = 'meynold_household' or $home['current'] = 'shared_apartment') and npc_residence[$SMSContact[ARGS[1]]] >= 3:
  503. if npc_finance[$ARGS[2]] = 2 and func('homes_properties_attr', 'get_property_attribute', '$town', $home['current']) ! 'city' and npc_residence[$ARGS[2]] >= 3:
  504. $booty_call_hotel[$ARGS[2]] = 'pav'
  505. else
  506. $booty_call_hotel[$ARGS[2]] = 'city'
  507. end
  508. end
  509. killvar '$trialSMS'
  510. killvar '$SMSTree'
  511. killvar '$temp_SMStext'
  512. --- hookup_sms ---------------------------------