djibril.qsrc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. # djibril
  2. !!2021/08/19
  3. !!This file includes the basic actions in Djibril''s dorm room. The follwing variable are important for his quest
  4. !!DjibrilQW['meet'] = 1 means you know who Djibril is. Right know set eihter by encountering him in Olu''s taxi or ar the Park Cafe.
  5. !!DjibrilQW['invite']= 1 means Djibril has invited you to visit him at his dorm. Currently set by havig sex with him in Olu''s taxi or going home with him and his friends from the park cafe and having a gang bang.
  6. !!DjibrilQW['african_gangbang'] = 1 means you have had a gang bang with Djibril and his freinds.
  7. !!npc_sex['A82'] = 1 means you have had some sort of sex with Djibril.
  8. !!DjibrilQW['anya_inv'] is 1 if you have invited Anya to threesome and 2 if you have invited her to a gangbang.
  9. !!DjibrilQW['nush_inv'] =1 means you have invited Anushka to have sex with Djibril.
  10. if $ARGS[0] = 'djibril_room':
  11. *clr & cla
  12. $location_type = 'event'
  13. reccoldorm = 0
  14. djibrilflag = 0
  15. gs 'boyStat', 'A82'
  16. '<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/djibrilroom/room.jpg"></center>'
  17. 'His room is bigger than you expected. There is a bed over by the windows, with a laptop sitting on the desk next to it. Closer to the door is a couch and a recliner, with a small TV and PlayStation across from them. It is clean and tastefully decorated.'
  18. if DjibrilQW['african_gangbang'] >= 1 and rand(0,3) = 0 and DjibrilQW['gangbang'] ! daystart:
  19. DjibrilQW['gangbang'] = daystart
  20. 'As you enter, he looks you over hungrily. "Would you like me to invite my friends over?" You know he''s talking about inviting his friends over to gangbang you again.'
  21. act 'No, let''s just talk': gt 'djibril', 'djibril_chat'
  22. act 'Yes':
  23. *clr & cla
  24. minut += 10
  25. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  26. 'He grins and grabs his phone before sending a few text messages. Once he finishes, he sits in the reclining chair. "They should be here shortly." They arrive within a few minutes and take a seat on the couch with you.'
  27. act 'Continue': gt 'djibrilev1', 'djibrilgb'
  28. end
  29. if DjibrilQW['anya_inv'] + DjibrilQW['nush_inv'] + DjibrilQW['nat_inv'] > 0:
  30. act 'How about I invite someone else?':
  31. *clr & cla
  32. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  33. 'You smile at him. "Actually, I was thinking I could invite over someone else, if you''re up for it?"'
  34. 'He pauses to process what you said before he grins. "If you''re up for it and you think she would be up for it, then I''m up for it. Is she pretty?"'
  35. 'You nod. "Yes, she''s pretty. Let me text her and see if she''s around."'
  36. gs 'djibril', 'invite'
  37. end
  38. end
  39. elseif npc_sex['A82'] >= 1 and rand(0,3) = 0 and DjibrilQW['seduce'] ! daystart:
  40. DjibrilQW['seduce'] = daystart
  41. 'As you enter, he pulls you over towards the couch. "I want you, I want you right now." Before you can respond, he pulls you into a kiss.'
  42. gs 'arousal', 'kiss', 3
  43. gs 'stat'
  44. act 'Return the kiss':
  45. *clr & cla
  46. npc_rel['A82'] += 1
  47. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/sex/dorm/sveta/anal_kiss.jpg"></center>'
  48. 'You return the kiss as he puts a hand around your back and pulls you in tighter. After a few seconds, his hand lowers and starts squeezing your ass. He then puts his hands on your shoulders and starts pushing you down.'
  49. gs 'arousal', 'kiss', 3
  50. gs 'stat'
  51. act 'Drop to your knees': gt 'djibrilev1', 'sveta_sex1'
  52. act 'Break free':
  53. *clr & cla
  54. npc_rel['A82'] -= 1
  55. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  56. 'You pull away from him. He looks a little disappointed, but doesn''t press the issue. "Umm... What would you like to do instead then?" he asks.'
  57. gs 'arousal', 'end'
  58. gs 'stat'
  59. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  60. act 'Let''s play video games': gt 'djibril', 'djibril_playgames'
  61. act 'I should get going':
  62. *clr & cla
  63. npc_rel['A82'] -= 1
  64. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  65. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  66. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  67. end
  68. if DjibrilQW['anya_inv'] + DjibrilQW['nush_inv'] + DjibrilQW['nat_inv'] > 0:
  69. act 'How about I invite someone else?':
  70. *clr & cla
  71. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  72. 'You smile at him. "Actually, I was thinking I could invite over someone else, if you''re up for it?"'
  73. 'He pauses to process what you said before he grins. "If you''re up for it and you think she would be up for it, then I''m up for it. Is she pretty?"'
  74. 'You nod. "Yes, she''s pretty. Let me text her and see if she''s around."'
  75. gs 'djibril', 'invite'
  76. end
  77. end
  78. end
  79. end
  80. act 'Stop the kiss':
  81. *clr & cla
  82. npc_rel['A82'] -= 1
  83. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  84. 'You pull away from him. He looks a little disappointed, but doesn''t press the issue. "Um... What would you like to do instead then?" he asks.'
  85. gs 'arousal', 'end'
  86. gs 'stat'
  87. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  88. act 'Let''s play video games': gt 'djibril', 'djibril_playgames'
  89. act 'I should get going':
  90. *clr & cla
  91. npc_rel['A82'] -= 1
  92. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  93. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  94. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  95. end
  96. if DjibrilQW['anya_inv'] + DjibrilQW['nush_inv'] + DjibrilQW['nat_inv'] > 0:
  97. act 'How about I invite someone else?':
  98. *clr & cla
  99. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  100. 'You smile at him. "Actually, I was thinking I could invite over someone else, if you''re up for it?"'
  101. 'He pauses to process what you said before he grins. "If you''re up for it and you think she would be up for it, then I''m up for it. Is she pretty?"'
  102. 'You nod. "Yes, she''s pretty. Let me text her and see if she''s around."'
  103. gs 'djibril', 'invite'
  104. end
  105. end
  106. end
  107. else
  108. if npc_sex['A82'] >= 1:
  109. 'As you enter, he takes a seat on the couch and pats the seat next to him. As you sit down, he turns to you. "So... What do you want to do? We can play some games?" He points to the PlayStation. "We could also just talk, or we could have some fun..." You have no doubt about what kind of fun he means.'
  110. if DjibrilQW['anya_inv'] + DjibrilQW['nush_inv'] + DjibrilQW['nat_inv'] > 0:
  111. act 'How about I invite someone else?':
  112. *clr & cla
  113. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  114. 'You smile at him. "Actually, I was thinking I could invite over someone else, if you''re up for it?"'
  115. 'He pauses to process what you said before he grins. "If you''re up for it and you think she would be up for it, then I''m up for it. Is she pretty?"'
  116. 'You nod. "Yes, she''s pretty. Let me text her and see if she''s around."'
  117. gs 'djibril', 'invite'
  118. end
  119. end
  120. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  121. act 'Let''s play playstation': gt 'djibril', 'djibril_playgames'
  122. act 'I should get going':
  123. *clr & cla
  124. npc_rel['A82'] -= 1
  125. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  126. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  127. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  128. end
  129. else
  130. 'As you enter, he takes a seat on the couch and pats the seat next to him. As you sit down, he turns to you. "So... what do you want to do? We can play some games?" He points to the PlayStation. "We could also just talk?"'
  131. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  132. act 'Let''s play video games': gt 'djibril', 'djibril_playgames'
  133. act 'I should get going':
  134. *clr & cla
  135. npc_rel['A82'] -= 1
  136. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  137. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  138. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  139. end
  140. end
  141. end
  142. end
  143. if $ARGS[0] = 'djibril_playgames':
  144. *clr & cla
  145. $location_type = 'event'
  146. reccoldorm = 0
  147. djibrilflag = 0
  148. *clr & cla
  149. gs 'exp_gain', 'gaming', rand(1, 2)
  150. minut += 60
  151. npc_rel['A82'] += 1
  152. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  153. 'You walk over and take a seat on the couch before picking up one of the controllers. "Sure, let''s play." He grins and turns the PlayStation on before joining you on the couch and grabbing the other controller.'
  154. 'It''s a game about football that you''ve played it before, but not too often. He''s a much better player than you, but you don''t mind as the two of you laugh and talk as you play. After an hour, he finally turns it off. "I had fun, but I need to get some studying done. Maybe you can come by again some other day?"'
  155. 'You nod and put the controller down before gathering up your stuff. "Sure, I''d like that. Well, have fun studying." He laughs before escorting you to the door.'
  156. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  157. end
  158. if $ARGS[0] = 'djibril_chat':
  159. *clr & cla
  160. $location_type = 'event'
  161. reccoldorm = 0
  162. djibrilflag = 0
  163. *clr & cla
  164. gs 'exp_gain', 'chrsm', rand(1,2)
  165. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  166. 'The two of you sit on the couch together and he talks about a few different subjects. You could ask him about something in particular or just make small talk.'
  167. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  168. act 'Make small talk':
  169. *clr & cla
  170. minut += 5
  171. gs 'npc_relationship', 'modify', 'A82', 'like'
  172. gs 'stat'
  173. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  174. if npc_sex['A82'] = 0 and hotcat >= 5 and rand(0,3) = 0 and DjibrilQW['seduce'] ! daystart:
  175. DjibrilQW['seduce'] = daystart
  176. 'You talk about a wide range of topics. How he is enjoying school, any pretty girls that have caught his eye, things he has done recently and so on. He in turn asks you about about school, your friends and your home life. Overall, it is a pleasant conversation. He eventually gets up and pulls you up with him before he starts kissing you.'
  177. act 'Return the kiss':
  178. *clr & cla
  179. npc_rel['A82'] += 1
  180. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/sex/dorm/sveta/anal_kiss.jpg"></center>'
  181. 'You return the kiss as he puts a hand around your back and pulls you in tighter. After a few seconds, his hand lowers and starts squeezing your ass. He then puts his hands on your shoulders and starts pushing you down.'
  182. gs 'arousal', 'kiss', 3
  183. gs 'stat'
  184. act 'Drop to your knees': gt 'djibrilev1', 'sveta_sex1'
  185. act 'Break free':
  186. *clr & cla
  187. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  188. 'You pull away from him. He looks a little disappointed, but doesn''t press the issue. "Um... What would you like to do instead then?" he asks.'
  189. gs 'arousal', 'end'
  190. gs 'stat'
  191. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  192. act 'Let''s play video games': gt 'djibril', 'djibril_playgames'
  193. act 'I should get going':
  194. *clr & cla
  195. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  196. 'You look over at the clock. "I should really get going, sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn around and leave.'
  197. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  198. end
  199. end
  200. end
  201. act 'Stop the kiss':
  202. *clr & cla
  203. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  204. 'You pull away from him. He looks a little disappointed, but doesn''t press the issue. "Um... What would you like to do instead then?" he asks.'
  205. gs 'arousal', 'end'
  206. gs 'stat'
  207. act 'Let''s talk': gt 'djibril', 'djibril_chat'
  208. act 'Let''s play video games': gt 'djibril', 'djibril_playgames'
  209. act 'I should get going':
  210. *clr & cla
  211. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  212. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  213. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  214. end
  215. end
  216. else
  217. 'You talk about a wide range of topics. How he is enjoying school, any pretty girls that have caught his eye, things he has done recently and so on. He in turn asks you about about school, your friends and your home life. Overall, it is a pleasant conversation.'
  218. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  219. act 'Keep talking': gt 'djibril', 'djibril_chat'
  220. end
  221. end
  222. act 'How is school?':
  223. *clr & cla
  224. minut += 5
  225. gs 'npc_relationship', 'modify', 'A82', 'like'
  226. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  227. '"So how is school going?" you ask.'
  228. 'He smiles. "Pretty good so far. My grades are pretty good, there''s a lot of parties to attend, not to mention a lot of pretty girls." He then laughs. "But seriously, things are going good. I''m working on getting my degree, most of the professors are pretty cool, as are most of the other students. A few of them... not so much.'
  229. act 'What degree?':
  230. *clr & cla
  231. minut += 3
  232. gs 'npc_relationship', 'modify', 'A82', 'like'
  233. gs 'stat'
  234. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  235. '"What are you getting a degree in?"'
  236. 'He smiles. "Business management. I want to do what my uncle did and open my own business, but I want it to be more than just me. I want to grow it and have hundreds of employees and locations. The whole thing."'
  237. 'You nod in response. "What kind of business?"'
  238. 'He shakes his head slightly. "I don''t know yet. I need to learn how to start and run a business first. Once I know that, I can look around and find something the local area needs, you know? The best businesses offer a service the people need. I just need to figure out what that is." He goes on to talk about some things he''s already learned about how to figure that out and capitalize on it.'
  239. act 'Keep talking': gt 'djibril', 'djibril_chat'
  240. act 'Stop talking and leave': gt 'uni_dorm', 'eighth_floor'
  241. end
  242. end
  243. act 'Ask what he thinks of Russia':
  244. *clr & cla
  245. minut += 3
  246. gs 'npc_relationship', 'modify', 'A82', 'like'
  247. gs 'stat'
  248. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  249. '"So what do you think about Russia?"'
  250. 'He seems to ponder the question for a second. "I like it. It can be hard with the racism sometimes, but most people are okay. There are some curious girls as well if you know what I mean and I''m only to happy to satisfy their curiosity," he says with a laugh.'
  251. 'You ask him about what people have said or done and he tells you some truly awful stories not just about what he has experienced, but what has happened to some of the other Africans he knows who are living in the city. After some time, he seems to want to change the subject.'
  252. act 'Do you miss your family?':
  253. *clr & cla
  254. minut += 3
  255. gs 'stat'
  256. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  257. '"Do you miss your family?" you ask.'
  258. 'He nods. "Sometimes, but I talk to them every week. I also visit my uncle when I can," he replies.'
  259. 'You ask him about his family back home and he tells you what it was like growing up poor in Africa and how he would like to someday move his family to a nicer place. It''s obvious he cares about his family.'
  260. act 'Keep talking': gt 'djibril', 'djibril_chat'
  261. act 'Stop talking and leave': gt 'uni_dorm', 'eighth_floor'
  262. end
  263. end
  264. act 'Ask about his uncle':
  265. *clr & cla
  266. minut += 3
  267. gs 'npc_relationship', 'modify', 'A82', 'like'
  268. gs 'stat'
  269. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  270. '"Tell me about your uncle," you say.'
  271. 'He talks about how he met Luda and went with her back to Russia. He also talks about how Olu was always about taking risks and was never willing to settle with what he had, always wanting more out of life. He mentions how his uncle inspired him to come and study here and how he''s glad he did.'
  272. 'He goes on to tell a few funny stories about Olu when he was younger and Djibril was still just a boy.'
  273. act 'Keep talking': gt 'djibril', 'djibril_chat'
  274. act 'Stop talking and leave': gt 'uni_dorm', 'eighth_floor'
  275. end
  276. if meet_kendra = 1:
  277. act 'Ask if he knows Kendra':
  278. *clr & cla
  279. minut += 3
  280. gs 'npc_relationship', 'modify', 'A82', 'like'
  281. gs 'stat'
  282. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  283. '"Do you know Kendra? She lives on the floor below." you ask.'
  284. 'He shakes his head a little. "Yeah, I know her, but not too well. We''ve gone to a few parties together and we have several friends in common, but I don''t know her really well. Why do you ask?"'
  285. 'You shrug a little. "I met her the other day and she''s... different, to say the least. I was just curious if you guys knew each other since you live in the same dorm."'
  286. *nl
  287. 'He laughs a little. "Different... That''s one way to put. I would say she''s fucking crazy, and not in the fun way. She''s very dominating to most people, but some seem to like it." He raises a brow, obviously wondering if you fall into that group. You continue talking about her, but he obviously doesn''t know her too well or doesn''t want to give details about what he does know.'
  288. act 'Keep talking': gt 'djibril', 'djibril_chat'
  289. act 'Stop talking and leave': gt 'uni_dorm', 'eighth_floor'
  290. end
  291. end
  292. act 'Kiss him':
  293. *clr & cla
  294. npc_rel['A82'] += 1
  295. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/couch_kiss.jpg"></center>'
  296. if hotcat >= 5:
  297. 'As the two of you sit side by side, you lean over and kiss him. He stiffens in surprise at first, but quickly returns the kiss as he puts a hand around your back and pulls you in tighter. After a few seconds, he starts encouraging you to slide off the couch.'
  298. gs 'arousal', 'kiss', 3
  299. gs 'stat'
  300. act 'Slide off the couch': gt 'djibrilev1', 'sveta_sex1'
  301. else
  302. 'As the two of you sit side by side, you lean over and kiss him. He stiffens in surprise before he pulls away from you and stands up. "Uh... I should really get my homework done..."'
  303. 'You frown a little as you nod. "Okay. I''ll leave you in peace."'
  304. 'He smiles at you and walks you to the door. "Thanks, see you around." You walk out into the hall and he shuts the door behind you.'
  305. gs 'arousal', 'kiss', 3
  306. gs 'arousal', 'end'
  307. gs 'stat'
  308. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  309. end
  310. end
  311. if DjibrilQW['anya_inv'] + DjibrilQW['nush_inv'] + DjibrilQW['nat_inv'] > 0:
  312. act 'How about I invite someone else?':
  313. *clr & cla
  314. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  315. 'You smile at him. "Actually, I was thinking I could invite over someone else, if you''re up for it?"'
  316. 'He pauses to process what you said before he grins. "If you''re up for it and you think she would be up for it, then I''m up for it. Is she pretty?"'
  317. 'You nod. "Yes, she''s pretty. Let me text her and see if she''s around."'
  318. gs 'djibril', 'invite'
  319. end
  320. end
  321. act 'Stop talking and leave': gt 'uni_dorm', 'eighth_floor'
  322. end
  323. if $ARGS[0] = 'invite':
  324. if DjibrilQW['anya_inv'] >= 1 and DjibrilQW['anya_busy'] ! daystart: act 'Text Anya': gt 'djibril', 'textanya'
  325. if DjibrilQW['nush_inv'] >= 1 and DjibrilQW['nush_busy'] ! daystart: act 'Text Anushka': gt 'djibril', 'textnush'
  326. !!if DjibrilQW['nat_inv'] = 1 and NatbelQW['Debt'] > 0 and DjibrilQW['nat_busy'] ! daystart: act 'Text Natasha': gt 'djibril', 'textnatasha'
  327. act 'Have fun without a third': OluLoc = 5 & gt 'djibrilev1', 'sveta_sex1'
  328. act 'Just chat instead': gt 'djibril', 'djibril_chat'
  329. end
  330. if $ARGS[0] = 'textanya':
  331. *clr & cla
  332. '<center><img <<$set_imgh>> src="images/pc/activities/phone/text_indoor.jpg"></center>'
  333. 'While the two of you are sitting on the couch, you pull out your phone and send Anya a text. "Hey, what are you doing?"'
  334. gs 'family_schedule'
  335. if locat['Anya'] < 9 or locat['Anya'] > 15: DjibrilQW['anya_busy'] = daystart
  336. if DjibrilQW['anya_busy'] = daystart:
  337. 'You wait a few seconds before you get a reply. "I''m busy. Why?"'
  338. 'You sigh and reply "Nothing. I''ll talk to you later."'
  339. 'You glance up at Djibril. "Sorry, she''s busy."'
  340. '"We can still have fun together if you want. Just the two of us."'
  341. act 'Say you would rather talk':
  342. *clr & cla
  343. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  344. 'He looks a bit disappointed, but then smiles. "It''s okay. What do you want to talk about?"'
  345. act 'Just chat instead': gt 'djibril', 'djibril_chat'
  346. act 'I should go':
  347. *clr & cla
  348. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  349. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  350. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  351. end
  352. end
  353. act 'Have fun without a third':
  354. *clr & cla
  355. npc_rel['A82'] += 1
  356. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/sex/dorm/sveta/anal_kiss.jpg"></center>'
  357. 'You nod. "Okay, sounds like fun." He leans over and kisses you before he stands up. Pulling you up with him, he puts one hand around your back and pulls you in tighter. After a few seconds, his hand lowers and starts squeezing your ass. He then puts his hands on your shoulders and starts pushing you down.'
  358. gs 'arousal', 'kiss', 3
  359. gs 'stat'
  360. act 'Drop to your knees': gt 'djibrilev1', 'sveta_sex1'
  361. end
  362. act 'I might know someone else':
  363. *clr & cla
  364. npc_rel['A82'] += 1
  365. gs 'stat'
  366. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  367. 'You smile at him. "Giving up so easily? Shame since I might know someone else that might be interested. Let me text her and see if she''s around."'
  368. 'He leans back and relaxes. "Works for me. Hopefully she''s even prettier than the last one."'
  369. act 'Invite someone else': gt 'djibril', 'invite'
  370. end
  371. else
  372. DjibrilQW['anya_busy'] = daystart
  373. 'You wait a few seconds before you get a reply. "Nothing. Why?"'
  374. 'You smile and reply "Want to come to the city and have some fun with Olu''s nephew Djibril?"'
  375. 'You get a reply almost istantly. "Sure! You guys don''t mind waiting about an hour, do you?"'
  376. 'You glance up at Djibril and smile. "My sister Anya is on her way. She''ll be here in about an hour."'
  377. 'He looks a little surprised "Your sister?"'
  378. 'You nod and smile. "Yeah, she wants to have fun with you after I told her about you." He just laughs at that.'
  379. act 'Wait for Anya': gt 'djibrilev1', 'djibril_anya'
  380. end
  381. end
  382. if $ARGS[0] = 'textnush':
  383. *clr & cla
  384. '<center><img <<$set_imgh>> src="images/pc/activities/phone/text_indoor.jpg"></center>'
  385. 'While the two of you are sitting on the couch, you pull out your phone and send Anushka a text. "Hey, what are you doing?"'
  386. if hour < 8 or (week < 6 and hour < 14) or week = 3 or week = 5 or (week = 6 and hour >= 18) or rand(0,3) >= 1: DjibrilQW['nush_busy'] = daystart
  387. if DjibrilQW['nush_busy'] = daystart:
  388. 'You wait a few seconds before you get a reply. "In the middle of something right now. What''s up bitch?"'
  389. 'You sigh and reply "Nothing. I''ll talk to you later."'
  390. 'You glance up at Djibril. "Sorry. She''s busy."'
  391. '"We can still have fun together if you want. Just the two of us."'
  392. act 'Say you would rather talk':
  393. *clr & cla
  394. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
  395. 'He looks a bit disappointed, but then smiles "It''s okay. What do you want to talk about?"'
  396. act 'Just chat instead': gt 'djibril', 'djibril_chat'
  397. act 'I should go':
  398. *clr & cla
  399. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  400. 'You look over at the clock. "I should really get going. Sorry to have bothered you." He looks a little confused about you suddenly wanting to go, but doesn''t say anything as you turn and leave.'
  401. act 'Leave': gt 'uni_dorm', 'eighth_floor'
  402. end
  403. end
  404. act 'Have fun without a third':
  405. *clr & cla
  406. npc_rel['A82'] += 1
  407. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/sex/dorm/sveta/anal_kiss.jpg"></center>'
  408. 'You nod. "Okay, sounds like fun." He leans over and kisses you before he stands up. Pulling you up with him, he puts one hand around your back and pulls you in tighter. After a few seconds, his hand lowers and starts squeezing your ass. He then puts his hands on your shoulders and starts pushing you down.'
  409. gs 'arousal', 'kiss', 3
  410. gs 'stat'
  411. act 'Drop to your knees': gt 'djibrilev1', 'sveta_sex1'
  412. end
  413. act 'I might know someone else':
  414. *clr & cla
  415. npc_rel['A82'] += 1
  416. gs 'stat'
  417. '<center><img <<$set_imgh>> src="images/characters/city/university/boy/djibril/djibriltalk.jpg"></center>'
  418. 'You smile at him. "Giving up so easily? Shame since I might know someone else that might be interested. Let me text her and see if she''s around."'
  419. 'He leans back and relaxes. "Works for me. Hopefully she''s even prettier than the last one."'
  420. act 'Invite someone else': gt 'djibril', 'invite'
  421. end
  422. else
  423. DjibrilQW['nush_busy'] = daystart
  424. 'You wait a few seconds before you get a reply. "Why? You got something fun going on?"'
  425. 'You smile and reply "Want to come to the university dorm in the city and hang out with Djibril, the college boy I was telling you about?"'
  426. 'She quickly texts back "Damn, you slut! Getting more big black cock?" followed by the eggplant, donut and sweat drops emojis.'
  427. 'You shake your head as you send a reply "So is that a yes or a no, slut?"'
  428. 'You wait for the reply. "It''ll take me about an hour to get there. Cool?"'
  429. *nl
  430. 'You glance over at Djibril. "She said she''ll be about an hour since she''s in Pavlovsk."'
  431. 'He nods. "Sure, we can play some video games until she gets here."'
  432. 'You smile and send a text to Anushka. "Yeah, it''s cool. We''ll try and wait for you, but no promises."'
  433. 'She replies with a peace sign followed by a tongue. "Slut! OMW!"'
  434. 'You glance up at Djibril and smile. "Nush is on her way. I think you''ll like her."'
  435. act 'Wait for Anushka': gt 'djibrilev1', 'djibril_nush'
  436. end
  437. end
  438. --- djibril ---------------------------------