pav_disco_jocks.qsrc 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984
  1. # pav_disco_jocks
  2. !2021/05/02
  3. if $ARGS[0] = 'lazar':
  4. *clr & cla
  5. minut += 5
  6. gs 'npc_relationship', 'modify', 'A149', 'like'
  7. gs 'stat'
  8. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
  9. if rand(1,4) = 1:
  10. 'Lazar is out on the dance floor dancing with a small group of people. The girls in the group are all competing for his attention.'
  11. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  12. act 'Go out on the dance floor':
  13. *clr & cla
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance2.jpg"></center>'
  15. if npc_rel['A149'] >= 50 and fame['pav_slut'] < 250:
  16. 'You move out onto the dance floor and he smiles as you approach. "Come to have a little fun, huh?"'
  17. 'You nod your head and join the group dancing.'
  18. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  19. if hour >= 20:
  20. act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
  21. end
  22. elseif grupTipe = 5:
  23. 'He laughs as you get close. "Get lost loser." he scoffs before turning his back on you.'
  24. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  25. elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
  26. 'He gives you a dirty look as you approach. "Go dance somewhere else." With the look he is giving you, you decide not to press it and leave.'
  27. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  28. elseif fame['pav_slut'] >= 250:
  29. 'He laughs as you approach. "Look everyone, the slut is in the house!" he says very loudly, drawing the attention of several other dancers. Feeling a little uncomfortable with some of the looks you''re getting, you decide to move away.'
  30. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  31. else
  32. 'He gives you a chin up greeting as you approach, but keeps dancing with the small group he''s with. Not having anyone to dance with, you decide to do something else.'
  33. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  34. end
  35. end
  36. else
  37. 'You see Lazar hanging out with the cool kids and jocks. He is the center of attention of a small group of mostly girls who seem to be fawning over him.'
  38. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  39. act 'Hang out with him':
  40. *clr & cla
  41. minut += 15
  42. gs 'stat'
  43. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
  44. if npc_rel['A149'] >= 50 and fame['pav_slut'] < 250:
  45. 'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
  46. 'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work. You?"'
  47. 'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
  48. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  49. act 'Ask him to dance':
  50. *clr & cla
  51. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
  52. if hotcat >= 6:
  53. '"Would you like to dance?" you ask with a smile.'
  54. 'He grins. "Sure why not."'
  55. 'Lazar leads you out onto the dance floor.'
  56. act 'Go dancing': gt 'pav_disco_jocks', 'lazar_dance'
  57. else
  58. '"Would you like to dance?" you ask with a smile.'
  59. 'He shakes his head. "No thanks."'
  60. 'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
  61. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  62. end
  63. end
  64. elseif grupTipe = 5:
  65. 'Lazar gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
  66. 'You notice several of the other jocks giving you unkind looks, so you decide to just leave.'
  67. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  68. elseif npc_rel['A149'] <= 20 and fame['pav_slut'] < 250:
  69. if grupTipe = 2:
  70. '"Well well, if it isn''t <<$pcs_nickname>>..." Lazar quips as he stands with his arms crossed.'
  71. 'You sigh. "What now Lazar? I don''t have time for your games today..."'
  72. 'He huffs. "Somebody has been talking shit behind my back to some girls, but I haven''t figured out who it is yet. I wanted you to know that I''m keeping my eyes on you <<$pcs_nickname>>, you see like the type to make up shit and lie."'
  73. '"It''s not me, I swear." you say as you roll your eyes. You spend time trying to convince him it''s not you, but he obviously doesn''t like you so your words fall on deaf ears.'
  74. else
  75. '"Are you the one that''s been going around and telling the other girls that I''m no good for them?!" Lazar angrily asks as you approach.'
  76. '"No... Like I give a shit about you! You''re not the center of the world, Lazar!" you yell back.'
  77. '"Good. Keep it that way or else we might have a problem..." he says as he pushes you.'
  78. end
  79. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  80. elseif fame['pav_slut'] >= 250:
  81. '"You here to suck me off, slut?" he snickers as you approach.'
  82. '"What did you say?" you angrily reply.'
  83. '"Come on, everyone knows that you''re the school''s biggest slut! What''s another dick to you?" he winks. You try to defend your reputation but it''s no good. He obviously thinks of you as nothing but a slut now.'
  84. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  85. else
  86. if grupTipe = 2:
  87. 'Lazar smiles as you approach. "Hey Lazar, what''s up?"'
  88. 'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work. You?"'
  89. 'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
  90. else
  91. 'Lazar nods at you as you approach. "Hey Lazar, what''s up?"'
  92. 'He spreads his arms wide. "Just taking it all in and basking in the good times that come with hard work."'
  93. 'You shrug a little. "You know, just out to have a little fun." The two of you start talking and the conversation soon turns towards sports.'
  94. end
  95. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  96. act 'Ask him to dance':
  97. *clr & cla
  98. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big149.jpg"></center>'
  99. if hotcat >= 6:
  100. '"Would you like to dance?" you ask with a smile.'
  101. 'He grins. "Sure why not."'
  102. 'Lazar leads you out onto the dance floor.'
  103. act 'Go dancing': gt 'pav_disco_jocks', 'lazar_dance'
  104. else
  105. '"Would you like to dance?" you ask with a smile.'
  106. 'He shakes his head. "No thanks."'
  107. 'You get the feeling he doesn''t want to dance with you, but doesn''t want to be rude, so you decide to do something else.'
  108. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  109. end
  110. end
  111. end
  112. end
  113. end
  114. end
  115. if $ARGS[0] = 'lazar_dance':
  116. *clr & cla
  117. minut += 15
  118. pcs_stam -= 5
  119. gs 'sweat', 'add', 3
  120. fat -= 1
  121. danc_exp += 1
  122. frost = 0
  123. gs 'stat'
  124. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/lazar_dance1.jpg"></center>'
  125. 'You and Lazar start dancing together. He''s a very good dancer for a boy, likely due to his natural athletic talents and well toned body. He seems to be enjoying dancing with you as much as you like dancing with him. Several songs go by as the two of you keep dancing - he seems to have endless endurance.'
  126. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  127. if hour >= 20:
  128. act 'Keep dancing': gt 'pav_disco_jocks', 'lazar_dance'
  129. end
  130. end
  131. if $ARGS[0] = 'ivan':
  132. *clr & cla
  133. minut += 5
  134. gs 'npc_relationship', 'modify', 'A3', 'like'
  135. gs 'stat'
  136. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
  137. 'To your surprise, you see Ivan hanging out with the other jocks, talking to a few of them and smiling. You almost never see him here.'
  138. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  139. act 'Hang out with him':
  140. *clr & cla
  141. minut += 15
  142. gs 'stat'
  143. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
  144. if fame['pav_slut'] >= 250 or grupTipe = 5:
  145. '"Hold up Ivan! I need to talk to you." you call out as you approach him.'
  146. 'Ivan stops and gives you a confused look. "Why are you talking to me? I don''t really have anything to say to you."'
  147. '"Come on, don''t be like that. I thought we could just talk." you say with a smile.'
  148. 'Ivan looks at you apathetically without any response, making the whole situation a bit awkward. After what feels like an eternity, he just walks off.'
  149. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  150. elseif npc_rel['A3'] >= 50 and fame['pav_slut'] < 250:
  151. '"What''s up Ivan, having fun?" you ask as you approach.'
  152. 'He smiles at you. "It''s okay, but I can''t stay too long." he replies as he checks his watch.'
  153. '"Need to be somewhere?" you inquire.'
  154. 'He nods. "Yeah, I need to get going soon. I need to help my mom." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
  155. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  156. act 'Ask him to dance':
  157. *clr & cla
  158. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
  159. '"Hey Ivan, want to dance?" you ask with a smile.'
  160. 'He pauses and thinks about it before shaking his head. "Maybe another time."'
  161. 'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
  162. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  163. end
  164. elseif npc_rel['A3'] <= 20 and fame['pav_slut'] < 250:
  165. if grupTipe = 2:
  166. '"Are you looking towards your next fight, Ivan?" you ask as you approach.'
  167. 'He casually shrugs his shoulders before replying. "I guess. I don''t really know who they''ll have me fight..." He isn''t very talkative, but you manage to get him to talk a little about his past fights.'
  168. else
  169. '"Hey Ivan! How''s everything going?" you ask curiously while approaching him.'
  170. 'Ivan looks at you and shrugs his shoulders before walking off.'
  171. end
  172. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  173. else
  174. '"What''s up Ivan, having fun?" you ask while approaching.'
  175. 'Ivan just shrugs and checks his watch. "It''s okay, but I can''t stay too long." You have a short conversation before he tells you he has to go home and help around the house. You learn that his mother works two jobs and so he has to take care of his little brother and sister when he isn''t training.'
  176. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  177. act 'Ask him to dance':
  178. *clr & cla
  179. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big3.jpg"></center>'
  180. '"Hey Ivan, want to dance?" you ask with a smile.'
  181. 'He pauses and thinks about it before shaking his head. "Maybe another time."'
  182. 'You nod as he turns and starts talking with the other jocks. "Sure, some other time..." you mumble before walking away.'
  183. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  184. end
  185. end
  186. end
  187. end
  188. if $ARGS[0] = 'fedor':
  189. *clr & cla
  190. minut += 5
  191. gs 'npc_relationship', 'modify', 'A5', 'like'
  192. gs 'stat'
  193. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big5.jpg"></center>'
  194. if FedorLove < 0:
  195. gt 'FedorMisc', 'Fedor Hate', 1
  196. else
  197. gt 'FedorMisc', 'Fedor Chat', 1
  198. end
  199. end
  200. if $ARGS[0] = 'svyatoslav':
  201. *clr & cla
  202. minut += 5
  203. gs 'npc_relationship', 'modify', 'A8', 'like'
  204. gs 'stat'
  205. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
  206. if rand(1,4) = 1:
  207. 'You see Svyatoslav out on the dance floor flirting and trying to dance with the prettier girls. He has mixed results, but seems to be enjoying himself regardless.'
  208. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  209. act 'Go out on the dance floor':
  210. *clr & cla
  211. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance1.jpg"></center>'
  212. if npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
  213. 'You move out onto the dance floor and he gives you a smile as you approach before you start dancing with each other.'
  214. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  215. act 'Dance with him': gt 'pav_disco_jocks', 'svyatoslav_dance'
  216. elseif grupTipe = 5:
  217. 'He gives you a disgusted look as you approach. "Find somewhere else to dance." Not wanting to cause a scene, you back off.'
  218. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  219. elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
  220. 'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
  221. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  222. elseif fame['pav_slut'] >= 250:
  223. '"So when am I going to get the complementary blowjob?" he teases as you approach.'
  224. '"Never..." you sourly reply.'
  225. '"Come on, don''t play hard to get. I know you loving sucking cock, you little slut." He starts approaching, so you decide to flee while you can.'
  226. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  227. else
  228. 'He gives you a slight nod in acknowledgment as you approach, but otherwise ignores you while continuing to try and dance with the pretty girls.'
  229. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  230. end
  231. end
  232. else
  233. 'You see Svyatoslav hanging out with the cool kids and jocks, flirting with the girls and seemingly enjoying himself.'
  234. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  235. act 'Hang out with him':
  236. *clr & cla
  237. minut += 15
  238. gs 'stat'
  239. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
  240. if grupTipe = 5:
  241. 'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
  242. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  243. elseif npc_rel['A8'] >= 50 and fame['pav_slut'] < 250:
  244. '"Hey, what''s up Svyatoslav?" you ask as you approach.'
  245. 'He smiles at you. "Oh you know, same old same old." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
  246. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  247. elseif npc_rel['A8'] <= 20 and fame['pav_slut'] < 250:
  248. if grupTipe = 2:
  249. '"Hey, what''s up Svyatoslav?" you ask as you approach.'
  250. 'He smiles at you. "Oh you know, same old same old." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
  251. else
  252. 'He gives you a pissed off look as you approach. "I want nothing to do with you, so get lost." Not wanting to cause a scene, you back off.'
  253. end
  254. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  255. elseif fame['pav_slut'] >= 250:
  256. '"So when am I going to get the complementary blowjob?" he teases as you approach.'
  257. '"Never..." you sourly reply.'
  258. '"Come on, don''t play hard to get. I know you loving sucking cock, you little slut." he says and starts approaching you.'
  259. 'You shake your head and back away. "I said no!"'
  260. 'He smiles at you. "Come on, we can slip into the restroom and you can suck me off. You do it at school all the time."'
  261. 'Knowing this won''t get any better, you turn and leave before it gets worse.'
  262. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  263. else
  264. if grupTipe = 2:
  265. '"Hey, what''s up Svyatoslav?" you ask as you approach.'
  266. 'He smiles at you. "Oh you know, same old same old." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
  267. else
  268. '"Hey, what''s up Svyatoslav?" you ask as you approach.'
  269. 'He smiles at you. "Just hanging out and relaxing." You start talking about a variety of things, though mostly about how close he comes to beating Ivan or Lazar in different sports or some of the pretty girls in school.'
  270. end
  271. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  272. act 'Ask him to dance':
  273. *clr & cla
  274. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big8.jpg"></center>'
  275. if hotcat >= 5:
  276. '"Would you like to dance?" you ask with a smile.'
  277. 'He shurgs slightly. "Sure why not."'
  278. 'Svyatoslav leads you out onto the dance floor.'
  279. act 'Go dancing': gt 'pav_disco_jocks', 'svyatoslav_dance'
  280. else
  281. '"Would you like to dance?" you ask with a smile.'
  282. 'He laughs. "With you? Hell no."'
  283. 'You are taken back a bit. "Why not me?"'
  284. 'He shakes his head and scoffs. "Look in the mirror, it should be obvious." Before you can react, he turns and starts talking to some of the other jocks nearby. You walk away feeling rather insulted.'
  285. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  286. end
  287. end
  288. end
  289. end
  290. end
  291. end
  292. if $ARGS[0] = 'svyatoslav_dance':
  293. *clr & cla
  294. minut += 15
  295. pcs_stam -= 5
  296. gs 'sweat', 'add', 3
  297. fat -= 1
  298. danc_exp += 1
  299. frost = 0
  300. gs 'stat'
  301. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/school_kids/svyatoslav_dance2.jpg"></center>'
  302. 'You and Svyatoslav start dancing. He''s a decent dancer who lacks the rhythm of some of the other boys, but makes up for in enthusiasm. The two of you dance away, not caring what the others think.'
  303. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  304. if hour >= 20:
  305. act 'Keep dancing': gt 'pav_disco_jocks', 'svyatoslav_dance'
  306. end
  307. end
  308. if $ARGS[0] = 'vanya':
  309. *clr & cla
  310. minut += 5
  311. gs 'npc_relationship', 'modify', 'A165', 'like'
  312. gs 'stat'
  313. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big165.jpg"></center>'
  314. 'You see Vanya hanging out with the cool kids and jocks.'
  315. if grupTipe = 5:
  316. 'Vanya gives you a dirty look as you approach. "Why don''t you stick to your own kind? No one wants you here."'
  317. 'You notice several of the other giving you unkind looks, so you decide to just leave.'
  318. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  319. elseif npc_rel['A165'] >= 50 and fame['pav_slut'] < 200:
  320. if grupTipe = 2:
  321. '"Say <<$pcs_nickname>> did you hear about the prank I pulled on the football coach?" Vanya is having a hard time keeping himself from laughter.'
  322. '"No, what did you do this time?" you curiously ask.'
  323. '"Well, during one of the training sessions, I unscrewed the top from a water bottle thinking one of the boys would drink it but here comes the coach, who grabs it. Just as he''s about to drink, the top falls off and water splashes all over him!" Vanya bursts out in laughter.'
  324. else
  325. '"<<$pcs_nickname>>! You need to help me hide!" Vanya is alarmingly looking around.'
  326. 'Feeling stressed, you ask. "What''s wrong?! Who''s after you?!"'
  327. 'Vanya cracks up seeing you panic. "Just kidding! I just wanted to see your reaction."'
  328. '"Always the same thing Vanya. Don''t you get tired of playing games all the time?" you reprimand him.'
  329. end
  330. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  331. elseif npc_rel['A165'] <= 20 and fame['pav_slut'] < 200:
  332. if grupTipe = 2:
  333. '"What the hell Vanya!" you yell while angrily stomping towards him.'
  334. '"What now?" he replies with an innocent look. "I''m getting tired of you accusing me of things I haven''t done!"'
  335. '"It must''ve been you! Who else replaces talc powder with itching powder?!"'
  336. '"No idea. What an amazing... I mean cruel joke though..." he replies.'
  337. else
  338. '"Funny joke you played on me there, dickhead." you angrily yell while pushing him.'
  339. '"What are you talking about? You''ve gone crazy!" he replies.'
  340. '"I know it was you!" you yell in response.'
  341. '"Oh yeah? Prove it then!" he yells back. You both stand in silence for a few seconds before you stomp off as Vanya grins from ear to ear.'
  342. end
  343. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  344. elseif fame['pav_slut'] >= 200:
  345. '"Are you up for a threesome with Vicky and me?" Vanya asks.'
  346. '"What?" you ask surprised.'
  347. 'Vanya breaks out in a mischievous smile. "Yeah, you know. We''ve heard that you''ve become such a big slut, so we wanted to try a threesome."'
  348. '"Hmm..." you start to think...'
  349. '"Gross, I was just kidding! Like I would share Vicky with a slut like you."'
  350. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  351. else
  352. '"Hey <<$pcs_nickname>>! Check this out!" Vanya yells out as he throws a crumbled paper ball at Vitek''s head.'
  353. 'He in turn quickly spins around and glares, trying to figure out who threw the crumbled paper. "Who was it?!" Vitek yells out. "Tell me who the fuck it was!"'
  354. '"So easily agitated..." Vanya comments while you burst out in laughter over the stupid face Vitek is making.'
  355. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  356. end
  357. end
  358. if $ARGS[0] = 'erast':
  359. *clr & cla
  360. minut += 5
  361. gs 'npc_relationship', 'modify', 'A150', 'like'
  362. gs 'stat'
  363. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
  364. 'You''re a little surprised to see Erast hanging out with the cool kids and jocks, standing near one of the tables with his arms crossed. You rarely see him here and you don''t think he''s enjoying himself, but he gives polite smiles to people that talk to him.'
  365. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  366. act 'Hang out with him':
  367. *clr & cla
  368. minut += 15
  369. gs 'stat'
  370. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
  371. if npc_rel['A150'] >= 50 and fame['pav_slut'] < 250:
  372. if grupTipe = 2:
  373. 'Erast smiles as you approach. "Oh hey <<$pcs_nickname>>..." he gently says. "What can I help you with?"'
  374. '"Hi Erast! So I saw you working out and needed some pointers..." you ask him.'
  375. '"No worries <<$pcs_nickname>>. I''ll gladly share my secrets with you." he winks and continues on, talking about different workout techniques,that he swears will make you stronger and more fit.'
  376. else
  377. 'Erast smiles as you approach. "Oh hey <<$pcs_nickname>>..." he gently says. "What can I help you with?"'
  378. '"Hi Erast! Well, I was thinking about starting to work out and wanted to ask you about some pointers, if you have the time?" you politely ask.'
  379. '"Of course <<$pcs_nickname>>." Erast brightens up as he starts asking you about what you want to achieve with your training.'
  380. end
  381. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  382. elseif npc_rel['A150'] <= 20 and fame['pav_slut'] < 250:
  383. if grupTipe = 2:
  384. '"Oh hey <<$pcs_nickname>>..." Erast gently says as you approach. "What can I help you with?"'
  385. '"Just a quick thing, Erast. I promise..." you plead with him.'
  386. '"Sorry, I don''t have any time right now. Later, okay?" he politely replies, then walks off.'
  387. else
  388. '"I''m sorry <<$pcs_nickname>>, but I don''t have the time to talk to you..." he gently apologizes as he sees you approach.'
  389. '"Are you sure you don''t have the time? I''ll only be a few seconds..." you politely ask.'
  390. '"I''m sorry, but I don''t have time right now... I need to go to the restroom... Maybe another time..." Erast avoids looking you in the eyes as he walks off.'
  391. end
  392. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  393. elseif fame['pav_slut'] >= 250:
  394. '"Are the rumors true?" he quietly asks as you approach.'
  395. '"What rumors?" you ask back.'
  396. '"Well..." he looks around, avoiding meeting your eyes. "I heard that you''ve built quite the reputation..."'
  397. '"What reputation?! Out with it!!!" You''re getting irritated by him trying to avoid the subject.'
  398. '"Well..." he takes a deep breath. "I heard you''ll sleep with anyone so I was thinking about if I had a shot..."'
  399. 'Before you''re able to reply, he walks away, clearly blushing...'
  400. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  401. else
  402. '"Hey <<$pcs_nickname>>... What''s up?" he asks as you approach.'
  403. '"Nothing much. Just hanging out and looking to have a little fun. You?" you reply.'
  404. 'He shakes his head a little. "The guys talked me into coming." he replies and you start talking to him. The other jocks thought it would be good for him to hang out and meet girls, but he''s either uninterested or too shy.'
  405. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  406. act 'Ask him to dance':
  407. *clr & cla
  408. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big150.jpg"></center>'
  409. '"Would you like to dance with me?" you ask with a smile.'
  410. '"What? No!" He seems surprised and flustered. "I mean... I don''t dance... I need a drink." He quickly walks away, but you notice him blushing heavily as he does.'
  411. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  412. end
  413. end
  414. end
  415. end
  416. if $ARGS[0] = 'albina':
  417. *clr & cla
  418. minut += 5
  419. gs 'npc_relationship', 'modify', 'A23', 'like'
  420. gs 'stat'
  421. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  422. if rand(1,4) <= 3:
  423. 'You look out onto the dance floor and see Albina dancing. She is expertly moving her body in an erotic manner to the beat of the music. You almost feel a little jealous watching her dance so well.'
  424. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  425. act 'Go out on the dance floor':
  426. *clr & cla
  427. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  428. if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70:
  429. 'You walk over to Albina and she gives you a smile. "<<$pcs_nickname>>, I didn''t know you were here! Come and dance with me!"'
  430. elseif AlbinaQW['Friends'] = 2:
  431. 'You walk over to Albina and she couldn''t be any happier to see you. She embraces you in a tight hug and you catch a scent of what you assume is some rather expensive perfume. "Come and dance with me, <<$pcs_nickname>>. Let''s show these amateurs what real dancing actually looks like!"'
  432. else
  433. 'You walk over to Albina, but she scoffs and rudely dismisses you before you even get a chance to open your mouth.'
  434. end
  435. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  436. if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
  437. act 'Dance with her': gt 'pav_disco_jocks', 'albina_dance'
  438. end
  439. end
  440. else
  441. 'Albina is sitting on one of the couches the cool kids have claimed, leaning back against it with her smooth shapely legs crossed over as she watches other people dancing.'
  442. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  443. act 'Hang out with her':
  444. *clr & cla
  445. minut += 15
  446. gs 'stat'
  447. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  448. if grupTipe = 5:
  449. 'Albina just laughs loudly as you approach her. "Why are <i>you</i> here? Go hang out with the other losers somewhere else." she taunts before getting up and going to dance with her friends.'
  450. elseif (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
  451. '"What''s up Albina?" you ask as you approach and take a seat next to her.'
  452. 'She smiles at you. "Oh you know, just letting my hair down and having some fun. What about you?"'
  453. '"Same. Just enjoying the night." you reply and she smiles at you again.'
  454. elseif npc_rel['A23'] <= 20 and fame['pav_slut'] < 250:
  455. if grupTipe = 2:
  456. '"What''s up Albina?" you ask as you approach.'
  457. 'She scoffs in response. "Like you actually care. I don''t like you, I barely tolerate you being in the same social group as me, so why would I want to talk to you? Just piss off already." Not wanting to cause a scene, you back off.'
  458. else
  459. 'Albina sees you approaching and rolls her eyes before getting up and walking away, not giving you a chance to speak to her.'
  460. end
  461. elseif fame['pav_slut'] >= 250:
  462. 'Albina seems a little surprised at your presence. "Why are <i>you</i> here? Do you enjoy all the boys wanting a piece of you like you''re just some fuck toy to them?"'
  463. 'Before you can react, Albina stands up and waves you aside before walking away. "You know what, I don''t fucking care. I''m sure you''ll find plenty of dicks to suck here, so why don''t you go and find one or two?"'
  464. 'You could clearly hear the disappointment in her voice, but you think she also felt pity towards you at the same time.'
  465. else
  466. '"Hey Albina, what''s up?" you ask as you approach.'
  467. 'Albina just looks at you and shrugs before looking away and ignoring you. Seeing that she''s not interested in speaking with you, you walk away.'
  468. end
  469. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  470. act 'Ask her to dance':
  471. *clr & cla
  472. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  473. if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
  474. 'Albina smiles and accepts your offer to dance. She gets up and grabs your hand before leading you out to the dance floor.'
  475. act 'Go dancing': gt 'pav_disco_jocks', 'albina_dance'
  476. else
  477. 'Albina looks you over with a hint of contempt on her face before standing up and going to dance with her friends.'
  478. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  479. end
  480. end
  481. if (grupTipe = 1 or grupTipe = 2) and npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
  482. act 'Chat':
  483. *clr & cla
  484. minut += 15
  485. gs 'stat'
  486. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big23.jpg"></center>'
  487. !! This is for when I eventually add in Albina's house parties
  488. !! party hasn't happened yet
  489. !! 'You stand against the wall with Albina and chat with her. She looks less than impressed. "God this fucking sucks. Just look at this pathetic excuse of a party! I could do so much better, you know. For one, I wouldn''t have adults "looking after" us. We could drink and party as hard and as much as we want. You know what? I''m going to do it."'
  490. !! party has happened
  491. !! 'You stand against the wall with Albina and chat with her. She looks less than impressed. "Why did I come back to this shitty disco instead of just holding another party at my place? It''s so fucking boring here. Just look at that chaperone over there. I''m pretty sure he''s checking us all out, the creepy bastard."'
  492. if lazar_threesome >= 1:
  493. 'You sit and chat with Albina. "This place is so fucking boring. I might find Lazar and see if he wants to go and have a little fun at his place." She then turns to you. "Tell me, wouldn''t you rather be bent over and pounded hard than stand around in this dump with these losers? You know how big Lazar is <<$pcs_nickname>>. Wouldn''t it be nice to have him inside you again?" Before you''re able to answer, she smiles and winks at you before getting up and walking away, seemingly in search of Lazar.'
  494. elseif npc_sex['A23'] >= 1:
  495. 'You sit and chat with Albina. "God, it''s so fucking boring here. Wouldn''t you rather sneak off to a quiet place with me and have a little fun? I''d love to taste your pussy right now." You''re not sure how to react, but Albina laughs. "I''m just kidding <<$pcs_nickname>>. About the sneaking off part anyway. You taste too good..." she says before giving you a wink and walking away. You''re again unsure if she was joking or not.'
  496. else
  497. if rand(0, 1) = 1:
  498. 'You sit and chat with Albina. "Look at that chaperone over there. I''m pretty sure he''s checking us all out, the creepy bastard."'
  499. else
  500. 'You sit and chat with Albina. "You know, it''s pretty insulting having to come here and watch these beached whales flail around trying to dance. I much prefer going to nightclubs where I''m too drunk to care. You should come with me sometime."'
  501. end
  502. end
  503. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  504. end
  505. end
  506. end
  507. end
  508. end
  509. if $ARGS[0] = 'albina_dance':
  510. *clr & cla
  511. minut += 15
  512. pcs_stam -= 5
  513. gs 'sweat', 'add', 3
  514. fat -= 1
  515. danc_exp += 2
  516. frost = 0
  517. gs 'stat'
  518. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  519. 'You go out onto the dance floor and start dancing with Albina.'
  520. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  521. act 'Keep dancing':
  522. *clr & cla
  523. minut += 15
  524. pcs_stam -= 5
  525. gs 'sweat', 'add', 3
  526. fat -= 1
  527. danc_exp += 2
  528. frost = 0
  529. gs 'stat'
  530. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  531. 'You continue dancing with Albina, and you both seem to be enjoying yourselves. Albina is dancing in an ever increasingly erotic manner. She sways her hips and wiggles her ass for all to see, and seems to enjoy the attention that comes with being the best dancer present.'
  532. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  533. act 'Keep dancing':
  534. *clr & cla
  535. minut += 15
  536. pcs_stam -= 5
  537. gs 'sweat', 'add', 3
  538. fat -= 1
  539. danc_exp += 2
  540. frost = 0
  541. gs 'stat'
  542. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  543. if npc_sex['A23'] >= 1:
  544. 'You continue to dance with Albina, who smiles at you and pulls you in closer into a seductive dance. Her tight fitting dress is accenting her curves rather well, and you find your hands roaming over her body as she erotically dances in front of you, her ass slowly grinding against you. She seemingly doesn''t care about you feeling her up and encourages you to continue.'
  545. else
  546. 'You continue to dance with Albina, who smiles at you and moves in to dance a little closer to you.'
  547. end
  548. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  549. act 'Keep dancing':
  550. *clr & cla
  551. minut += 15
  552. pcs_stam -= 5
  553. gs 'sweat', 'add', 3
  554. fat -= 1
  555. danc_exp += 2
  556. frost = 0
  557. gs 'stat'
  558. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  559. if npc_sex['A23'] >= 1:
  560. 'When the song ends, Albina looks back at you and winks. "That was hot <<$pcs_nickname>>, but I need to go and sit down for a bit and have a drink." She excuses herself and walks away with a seductive sway in her hips directed at you, leaving you standing in the middle of the dance floor feeling a little flustered.'
  561. else
  562. 'When the song ends, Albina steps off to the side. "That was fun <<$pcs_nickname>>, but I need to sit down for a bit and have a drink." She excuses herself and leaves you standing in the middle of the dance floor.'
  563. end
  564. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  565. end
  566. end
  567. end
  568. end
  569. if $ARGS[0] = 'christina':
  570. *clr & cla
  571. minut += 5
  572. gs 'stat'
  573. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
  574. if rand(1,4) = 1:
  575. 'You see Christina out on the dance floor, shaking her ass and having a good time.'
  576. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  577. act 'Go out on the dance floor':
  578. *clr & cla
  579. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  580. if christinaQW['subpath'] >= 2:
  581. 'You hesitantly approach Christina, knowing how volatile she can be.'
  582. 'As soon as she sees you she calls out "Hey, bitch! Get over here and dance with me."'
  583. 'Knowing you have no choice, you muster your most submissive smile and nod to her.'
  584. act 'Dance with her': gt 'pav_disco_jocks', 'christina_dance'
  585. else
  586. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  587. if fame['pav_slut'] < 200:
  588. if grupTipe = 2:
  589. '"What the fuck do you want, bitch?"'
  590. '"I want to dance, Christina."'
  591. '"Just because you''re one of us doesn''t mean I have to like you. Get the fuck out of here."'
  592. else
  593. '"What the fuck do you want, bitch?"'
  594. '"I want to dance, Christina."'
  595. '"No. Get the fuck out of here."'
  596. end
  597. else
  598. if grupTipe = 2:
  599. '"Oh look. The little skank must be doing her slut rounds. I don''t care if you''re one of us, I''m still not going to fuck you. Get lost, whore!"'
  600. else
  601. '"Oh look. The little skank must be doing her slut rounds. Well, I''m certainly not going to fuck you. Get lost, whore!"'
  602. end
  603. end
  604. end
  605. end
  606. else
  607. 'You find Christina leaning against a wall, looking bored.'
  608. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  609. act 'Hang out with her':
  610. *clr & cla
  611. minut += 15
  612. gs 'stat'
  613. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
  614. if christinaQW['subpath'] >= 2:
  615. 'You hesitantly approach Christina, knowing how volatile she can be.'
  616. 'As soon as she sees you she calls out "Hey, bitch! Get over here."'
  617. 'Knowing you have no choice, you smile and go to her.'
  618. 'She immediatly launches into a long tirade about school, boys, and whatever else crosses her mind. She only pauses long enough to let you agree with her, but doesn''t give you any other chances to speak.'
  619. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  620. act 'Ask her to dance':
  621. *clr & cla
  622. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big18.jpg"></center>'
  623. 'She narrows her eyes, angry that you interrupted her, but the thought of dancing seems to lift her mood, so she grabs your hand and drags you towards the dance floor.'
  624. act 'Go dancing': gt 'pav_disco_jocks', 'christina_dance'
  625. end
  626. else
  627. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  628. if fame['pav_slut'] < 200:
  629. if grupTipe = 2:
  630. '"What the fuck do you want, bitch?"'
  631. '"I just wanted to talk, Christina."'
  632. '"Just because you''re one of us doesn''t mean I have to like you. Get the fuck out of here."'
  633. else
  634. '"What the fuck do you want, bitch?"'
  635. '"I just wanted to talk, Christina."'
  636. '"No. Get the fuck out of here."'
  637. end
  638. else
  639. if grupTipe = 2:
  640. '"Oh look. The little skank must be doing her slut rounds. I don''t care if you''re one of us, I''m still not going to fuck you. Get lost, whore!"'
  641. else
  642. '"Oh look. The little skank must be doing her slut rounds. Well, I''m certainly not going to fuck you. Get lost, whore!"'
  643. end
  644. end
  645. end
  646. end
  647. end
  648. end
  649. if $ARGS[0] = 'christina_dance':
  650. *clr & cla
  651. if $pantyworntype = 'none' and PCloSkirt > 2:
  652. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  653. 'The two of you start dancing, separately at first, before she starts sliding closer to you. Getting behind you, she wraps an arm around your waist and begins grinding her crotch up against your ass. Your skirt slides up enough to show your bare pussy and you desperately hope no one is paying enough attention to notice.'
  654. $orgasm_or = 'no'
  655. pcs_stam -= 5
  656. gs 'sweat', 'add', 3
  657. fat -= 1
  658. danc_exp += 1
  659. frost = 0
  660. inhib_exp += 1
  661. gs 'arousal', 'erotic', 15
  662. gs 'stat'
  663. act 'Do something else':
  664. gs 'arousal', 'end'
  665. gt 'pav_disco_classmates', 'classmates'
  666. end
  667. act 'Keep dancing':
  668. *clr & cla
  669. inhib_exp += 2
  670. pcs_stam -= 5
  671. gs 'sweat', 'add', 3
  672. fat -= 1
  673. danc_exp += 1
  674. frost = 0
  675. gs 'arousal', 'erotic', 15
  676. gs 'stat'
  677. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  678. 'You respond by grinding your ass back into her, looking over your shoulder in time to see her smile. You continue dancing together for a few songs before she finally lets you go, saying something about needing to pee.'
  679. act 'Do something else':
  680. gs 'arousal', 'end'
  681. gt 'pav_disco_classmates', 'classmates'
  682. end
  683. !!Possible bathroom sex
  684. !!act 'Follow her': gt '', ''
  685. end
  686. else
  687. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  688. minut += 15
  689. pcs_stam -= 5
  690. gs 'sweat', 'add', 3
  691. fat -= 1
  692. danc_exp += 1
  693. frost = 0
  694. gs 'stat'
  695. 'The two of you start dancing, separately at first, before she starts sliding closer to you. Getting behind you, she wraps an arm around your waist and begins grinding her crotch up against your ass. You dance together like this for a while.'
  696. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  697. act 'Keep dancing':
  698. *clr & cla
  699. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  700. minut += 15
  701. gs 'stat'
  702. 'Surrendering yourself to the music, you dance in sync with Christina. She holds onto you possesively, making it clear to any boys watching that you belong to her.'
  703. 'She eventually lets you go, muttering something about the bathroom, and disappears into the crowd.'
  704. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  705. !!Possible bathroom sex
  706. !!act 'Follow her': gt '', ''
  707. end
  708. end
  709. end
  710. if $ARGS[0] = 'lariska':
  711. *clr & cla
  712. minut += 5
  713. gs 'npc_relationship', 'modify', 'A13', 'like'
  714. gs 'stat'
  715. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  716. if rand(1,4) <= 3:
  717. 'You see blonde hair flashing across the dance floor. It''s Lariska in a low cut top and a short skirt, dancing by herself and having a good time.'
  718. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  719. act 'Go out on the dance floor':
  720. *clr & cla
  721. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  722. if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
  723. 'She sees you coming and dances her way to you.'
  724. '"Hey, <<$pcs_nickname>>. Dance with me."'
  725. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  726. act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
  727. elseif npc_rel['A13'] <= 20 and fame['pav_slut'] < 200:
  728. 'She sees you coming over and disappears into the crowd. She apparently doesn''t like you.'
  729. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  730. elseif fame['pav_slut'] >= 200:
  731. 'She takes one disgusted look at you. "Hell, no. Go suck a cock."'
  732. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  733. else
  734. 'She lets you approach her, not really making any effort to encourage or avoid you. After giving you a polite smile, she continues dancing.'
  735. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  736. act 'Dance with her': gt 'pav_disco_jocks', 'lariska_dance'
  737. end
  738. end
  739. else
  740. 'You spot Lariska, wearing a low cut top and a short skirt, relaxing up against a wall watching other people dance.'
  741. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  742. if npc_rel['A13'] >= 50 and fame['pav_slut'] < 200:
  743. 'She sees you coming and smiles at you.'
  744. '"Hey <<$pcs_nickname>>. Having a good time?"'
  745. '"Yeah. You?"'
  746. '"Yes, I love coming here and watching people mingle and dance."'
  747. act 'Ask her to dance':
  748. *clr & cla
  749. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  750. '"Sure!" She gives you a big smile, grabs your hand and practically runs for the dance floor.'
  751. act 'Go dancing': gt 'pav_disco_jocks', 'lariska_dance'
  752. end
  753. act 'Hang out with her':
  754. *clr & cla
  755. minut += 15
  756. gs 'stat'
  757. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  758. 'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
  759. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  760. act 'Ask her to dance':
  761. *clr & cla
  762. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  763. '"Sure!" She gives you a big smile, grabs your hand and practically runs for the dance floor.'
  764. act 'Go dancing': gt 'pav_disco_jocks', 'lariska_dance'
  765. end
  766. end
  767. elseif npc_rel['A13'] <= 20 and fame['pav_slut'] < 200:
  768. 'She sees you coming over and disappears into the crowd. She apparently doesn''t like you.'
  769. elseif fame['pav_slut'] >= 200:
  770. 'She takes one disgusted look at you approaching. "Hell, no. Go suck a cock."'
  771. else
  772. 'She lets you approach her, not really making any effort to encourage or avoid you. After giving you a polite smile, she continues watching people around her.'
  773. act 'Ask her to dance':
  774. *clr & cla
  775. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  776. '"Okay. Sounds fun." She leads the way to the dance floor.'
  777. act 'Go dancing': gt 'pav_disco_jocks', 'lariska_dance'
  778. end
  779. act 'Hang out with her':
  780. *clr & cla
  781. minut += 15
  782. gs 'stat'
  783. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  784. 'You spend some time chatting with her. She likes to talk about Christina, Volleyball, Christina and, of course, Christina.'
  785. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  786. act 'Ask her to dance':
  787. *clr & cla
  788. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big13.jpg"></center>'
  789. '"Okay. Sounds fun." She leads the way to the dance floor.'
  790. act 'Go dancing': gt 'pav_disco_jocks', 'lariska_dance'
  791. end
  792. end
  793. end
  794. end
  795. end
  796. if $ARGS[0] = 'lariska_dance':
  797. *clr & cla
  798. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  799. minut += 15
  800. pcs_stam -= 5
  801. gs 'sweat', 'add', 3
  802. fat -= 1
  803. danc_exp += 1
  804. frost = 0
  805. gs 'stat'
  806. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  807. 'Dancing with her, you notice several guys hungrily eyeing the two of you. She doesn''t seem to be paying attention though, and you try not to think about it yourself and let loose a little.'
  808. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  809. act 'Keep dancing':
  810. *clr & cla
  811. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  812. minut += 15
  813. gs 'stat'
  814. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  815. 'As the two of you dance, she keeps sliding closer and closer to you, staring straight into your eyes. You have a funny feeling that if you weren''t surrounded by a lot of people, she was going to kiss you.'
  816. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  817. act 'Keep dancing':
  818. *clr & cla
  819. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  820. minut += 15
  821. gs 'stat'
  822. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  823. 'She begins to rub against you, almost shyly, probably not even aware she''s doing it. You respond by grinding back, making her cheeks flush as she realizes what she was doing, surrounded by strangers.'
  824. 'She suddenly mumbles something about needing fresh air and runs off, much to the chagrin of the boys watching you.'
  825. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  826. end
  827. end
  828. end
  829. if $ARGS[0] = 'lina':
  830. *clr & cla
  831. minut += 5
  832. gs 'npc_relationship', 'modify', 'A19', 'like'
  833. gs 'stat'
  834. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  835. if rand(1,4) <= 3:
  836. 'You spot Lina out on the dance floor, '
  837. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  838. act 'Go out on the dance floor':
  839. *clr & cla
  840. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  841. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  842. if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
  843. 'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
  844. act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
  845. elseif npc_rel['A19'] <= 20 and fame['pav_slut'] < 200:
  846. 'As you get closer to Lina, she sees you and disappears into the crowd. She obviously didn''t want to dance with you.'
  847. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  848. elseif fame['pav_slut'] >= 200:
  849. 'As you get closer to Lina, she looks you over with disgust and mouths "slut" at you before she disappears into the crowd.'
  850. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  851. else
  852. 'As you get closer to Lina, she sees you and calls you out. "<<$pcs_nickname>>! Come dance with me!"'
  853. act 'Dance with her': gt 'pav_disco_jocks', 'lina_dance'
  854. end
  855. end
  856. else
  857. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  858. act 'Hang out with her':
  859. *clr & cla
  860. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  861. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  862. if npc_rel['A19'] >= 50 and fame['pav_slut'] < 200:
  863. '"Hey <<$pcs_nickname>>. How''s it going?"'
  864. '"Pretty good. You?"'
  865. '"Enjoying the night."'
  866. act 'Ask her to dance':
  867. *clr & cla
  868. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  869. '"Sure. Sounds like fun." she replies and the two of you head out onto the dance floor.'
  870. act 'Go dancing': gt 'pav_disco_jocks', 'lina_dance'
  871. end
  872. act 'Hang out with her':
  873. *clr & cla
  874. minut += 15
  875. gs 'stat'
  876. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  877. 'You spend some time chatting with Lina about school, sports and a bit of gossip.'
  878. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  879. act 'Ask her to dance':
  880. *clr & cla
  881. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  882. '"Sure. Sounds like fun." she replies and the two of you head out onto the dance floor.'
  883. act 'Go dancing': gt 'pav_disco_jocks', 'lina_dance'
  884. end
  885. end
  886. elseif npc_rel['A19'] <= 20 and fame['pav_slut'] < 200:
  887. if grupTipe = 2:
  888. '"What do <i>you</i> want?"'
  889. '"I just was going to say hi."'
  890. '"No. You may be one of us, <i>for now</i>, but that doesn''t mean I want to be seen with you."'
  891. else
  892. '"What do <i>you</i> want?"'
  893. '"I just was going to say hi."'
  894. '"Get lost, <<$pcs_nickname>>."'
  895. end
  896. elseif fame['pav_slut'] >= 200:
  897. if grupTipe = 2:
  898. '"Eww. What do <i>you</i> want?"'
  899. '"I just was going to say hi."'
  900. '"No. You may be one of us, <i>for now</i>, but that doesn''t mean I have to like you."'
  901. else
  902. '"Eww. What do <i>you</i> want?"'
  903. '"I just was going to say hi."'
  904. '"Get lost, slut!"'
  905. end
  906. else
  907. '"Hey, <<$pcs_nickname>>. How''s it going?"'
  908. '"Pretty good. You?"'
  909. '"Enjoying the night."'
  910. act 'Ask her to dance':
  911. *clr & cla
  912. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  913. '"Sure. Sounds like fun." she replies and the two of you head out onto the dance floor.'
  914. act 'Go dancing': gt 'pav_disco_jocks', 'lina_dance'
  915. end
  916. act 'Hang out with her':
  917. *clr & cla
  918. minut += 15
  919. gs 'stat'
  920. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  921. 'You spend some time chatting with Lina about school, sports and a bit of gossip.'
  922. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  923. act 'Ask her to dance':
  924. *clr & cla
  925. '<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big19.jpg"></center>'
  926. '"Sure. Sounds like fun." she replies and the two of you head out onto the dance floor.'
  927. act 'Go dancing': gt 'pav_disco_jocks', 'lina_dance'
  928. end
  929. end
  930. end
  931. end
  932. end
  933. end
  934. if $ARGS[0] = 'lina_dance':
  935. *clr & cla
  936. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  937. minut += 15
  938. pcs_stam -= 5
  939. gs 'sweat', 'add', 3
  940. fat -= 1
  941. danc_exp += 1
  942. frost = 0
  943. gs 'stat'
  944. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  945. 'You spend some time dancing with Lina. She seems to enjoy dancing, her face lit in a bright smile, even laughing when one of you tries a risky dance move.'
  946. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  947. act 'Keep dancing':
  948. *clr & cla
  949. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  950. minut += 15
  951. gs 'stat'
  952. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  953. 'The two of you tear up the dance floor, having a great time. As more time passes, her dance moves get trickier, and more daring.'
  954. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  955. act 'Keep dancing':
  956. *clr & cla
  957. if $pantyworntype = 'none' and PCloSkirt > 2: inhib_exp += 1
  958. minut += 15
  959. gs 'stat'
  960. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
  961. 'She finally gets too daring, and during one particular move, her skirt flips all the way up, giving everybody watching a good look at her rather tight panties.'
  962. 'She freezes, realizing everybody can see the outline of her pussy and panics. She flees the dance floor, mumbling something to you about the bathroom.'
  963. act 'Do something else': gt 'pav_disco_classmates', 'classmates'
  964. end
  965. end
  966. end
  967. --- pav_disco_jocks ---------------------------------