events 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. # events
  2. if $ARGS[0] = 'street_cum':
  3. if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:
  4. if hour >= 7 and hour <= 21:
  5. pcs_mood -= 5
  6. if face_write > 0:
  7. pcs_mood -= 5
  8. 'Passers puzzled turn around staring at you - one with surprise, and others with contempt. Someone smiles and shows a finger. Some of the pictures on your phone, absolutely not hiding and giggling at you. You clearly noticeable semen and bargain painted face.'
  9. else
  10. 'Puzzled passerbys turn around and stare at you. Some take pictures on their phones, not entirely hiding that they are giggling at you. The sperm on you is clearly noticeable.'
  11. end
  12. end
  13. elseif (cumloc[6] = 0 or cumloc[7] = 0) and cumloc[11] = 0 and face_write > 0:
  14. pcs_mood -= 5
  15. 'Surrounding look at you with surprise, grin or a slight contempt. Someone just point the finger and laughs. Someone photographed phone. Hair obviously can not hide "art" on your face.'
  16. end
  17. end
  18. if $ARGS[0] = 'read':
  19. act 'Read a book':
  20. cls
  21. gs 'stat'
  22. '<center><img <<$set_imgh>> src="images/shared/accessories/books/book.jpg"></center>'
  23. if f_book <= 0 and fantasybook <= 0 and w_book = 0 and womanbook = 0:'You scratch your head looking at the book you already read, thinking. "Damn, nothing to read, maybe I''ll take a walk or search the market for a new book?"'
  24. if f_book > 0:
  25. if fantasybook <= 0:fantasybook = 5 & f_book -= 1
  26. 'You still have <<f_book>> unread fantasy novels.'
  27. end
  28. if fantasybook > 0:
  29. act 'Read fantasy book. There are <<fantasybook * 100>> pages left (1:00)':
  30. cls
  31. fantasybook -= 1
  32. if fantasybook = 0:totalbook += 1
  33. minut += 60
  34. if pcs_nerd > 0:
  35. lastread = totminut
  36. lastreadday = daystart
  37. pcs_nerd += 1
  38. blizoruk += 1
  39. end
  40. gs 'stat'
  41. '<center><img <<$set_imgh>> src="images/shared/accessories/books/book.jpg"></center>'
  42. if pcs_nerd > 0:
  43. pcs_mood = 100
  44. if pcs_stren > 1:stren_deg -= 1
  45. if pcs_vital > 5:vital_deg -= 1
  46. 'For an hour you enthusiastically read the book, completely immersed in the authors world.'
  47. else
  48. pcs_mood += 10
  49. 'For an hour you read the book.'
  50. end
  51. act 'Close the book':gt $loc, $Metka
  52. end
  53. end
  54. if w_book > 0:
  55. if womanbook <= 0:womanbook = 5 & w_book -= 1
  56. 'You still have <<w_book>> unread women''s novels.'
  57. end
  58. if womanbook > 0:
  59. act 'Read Women''s Novel. There are <<womanbook * 100>> pages left (1:00)':
  60. cls
  61. womanbook -= 1
  62. if womanbook = 0:totalbook += 1
  63. minut += 60
  64. if pcs_nerd > 0:
  65. lastread = totminut
  66. lastreadday = daystart
  67. pcs_nerd += 1
  68. blizoruk += 1
  69. end
  70. gs 'stat'
  71. '<center><img <<$set_imgh>> src="images/shared/accessories/books/book.jpg"></center>'
  72. if pcs_nerd > 0:
  73. pcs_mood = 100
  74. pcs_horny += 10
  75. if pcs_stren > 1:stren_deg -= 1
  76. if pcs_vital > 5:vital_deg -= 1
  77. 'For an hour you enthusiastically read the book, completely immersed in the story.'
  78. else
  79. pcs_mood += 10
  80. pcs_horny += 3
  81. 'For an hour you read the book.'
  82. end
  83. act 'Close the book':gt $loc, $Metka
  84. end
  85. end
  86. act ' Close the book':gt $loc, $Metka
  87. end
  88. if cookmag = 0 and fashmag = 0 and compmag = 0 and biomag = 0 and knitmag = 0 and fitmag = 0:
  89. 'You have no magazines to read.'
  90. else
  91. act 'Read a magazine':
  92. cls
  93. gs 'stat'
  94. '<center><img <<$set_imgh>> src="images/shared/accessories/books/book.jpg"></center>'
  95. if cookmag = 1:
  96. act 'Read your cooking magazine':
  97. cla
  98. cookmag = 0
  99. pcs_mood += 5
  100. minut += 30
  101. 'You relax for half an hour reading your cooking magazine.'
  102. act 'Return':gt $loc, $Metka
  103. end
  104. end
  105. if fashmag = 1:
  106. act 'Read your fashion magazine':
  107. cla
  108. fashmag = 0
  109. pcs_mood += 5
  110. minut += 30
  111. makupskl_exp += 1
  112. 'You relax for half an hour reading your fashion magazine.'
  113. act 'Return':gt $loc, $Metka
  114. end
  115. end
  116. if compmag = 1:
  117. act 'Read your computing magazine':
  118. cla
  119. compmag = 0
  120. pcs_mood += 5
  121. minut += 30
  122. compskl_exp += 1
  123. 'You relax for half an hour reading your computing magazine.'
  124. act 'Return':gt $loc, $Metka
  125. end
  126. end
  127. if biomag = 1:
  128. act 'Read your biographical magazine':
  129. cla
  130. biomag = 0
  131. pcs_mood += 5
  132. minut += 30
  133. 'You relax for half an hour reading your biographical magazine.'
  134. act 'Return':gt $loc, $Metka
  135. end
  136. end
  137. if knitmag = 1:
  138. act 'Read your knitting magazine':
  139. cla
  140. knitmag = 0
  141. pcs_mood += 5
  142. minut += 30
  143. if pcs_sewng <= 100: sewng_exp += rand(1,3)
  144. 'You relax for half an hour reading your knitting magazine.'
  145. act 'Return':gt $loc, $Metka
  146. end
  147. end
  148. if fitmag = 1:
  149. act 'Read your fitness magazine':
  150. cla
  151. fitmag = 0
  152. pcs_mood += 5
  153. minut += 30
  154. 'You relax for half an hour reading your fitness magazine.'
  155. act 'Return':gt $loc, $Metka
  156. end
  157. end
  158. act 'Return':gt $loc, $Metka
  159. end
  160. end
  161. end
  162. if $ARGS[0] = 'read_porn':
  163. act 'Read the porn magazine':
  164. cls
  165. '<center><img <<$set_imgh>> src="images/shared/accessories/magazines/porn.jpg"></center>'
  166. if pornMagazine = 1:
  167. '<font color="magenta">Boring</font>, you''ve memorized this magazine by heart, you think that is time to buy a new one.'
  168. else
  169. pornMagazine -= 1
  170. pcs_horny += 10
  171. minut += 5
  172. gs 'stat'
  173. 'You flip through the porno magazine, reading the stories and looking at the pictures. A small excitement begins to cover your body.'
  174. end
  175. act 'Put away':gt $loc, $Metka
  176. end
  177. end
  178. if $ARGS[0] = 'snkayf':
  179. snkz = RAND(1,6)
  180. gs 'underwear', 'remove'
  181. if snkz = 1:
  182. hour += 2
  183. gt'gdk'
  184. end
  185. if snkz = 2:
  186. hour += 2
  187. gt'gskver'
  188. end
  189. if snkz = 3:
  190. hour += 2
  191. gt'bedrPar'
  192. end
  193. if snkz = 4:
  194. hour += 2
  195. gt'gopskver'
  196. end
  197. if snkz = 5:
  198. hour += 2
  199. gt 'vokmantoiev', 'female'
  200. end
  201. if snkz = 6:
  202. $clothingworntype = 'nude'
  203. hour += 2
  204. gt'Glake'
  205. end
  206. end
  207. if $ARGS[0] = 'narkozakladka':
  208. cls
  209. '<center><b>Shooting galleries</b></center>'
  210. '<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
  211. 'You decide to ask, and whether there are any dealers in Pavlovsk. To which the man replied, "Go to the train station platform, it will cost you though..."'
  212. 'And then he looks at you menacingly at you, "And if I hear that you''ve caused any trouble, well death will seem like a good escape."'
  213. act 'Agree':
  214. cls
  215. snarkozak = 1
  216. '<center><b>Shooting galleries</b></center>'
  217. '<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
  218. 'You gulp and stammer "I assure you there willl be no problems"'
  219. 'Guy nods, "Good then you can find a range of product at the end of the platform."'
  220. act 'Leave':gt'narkopriton'
  221. end
  222. end
  223. if $ARGS[0] = 'snarkozaka':
  224. cls
  225. minut += 20
  226. '<center><B>Pavlovsk train station</B></center>'
  227. '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg"></center>'
  228. 'You walk to the end of the platform and see a man hiding undercover smoking a cigarette'
  229. 'Walking up to him you ask him if he has anything'
  230. 'He turns and looks you up and down, "That depends on what you want little lady?"'
  231. act 'Heroin':
  232. money -= 1500
  233. StrongNarkota += 25
  234. SNarkTimes += 1
  235. narkozakday=day
  236. gs'stat'
  237. 'You buy the drugs and without thinking twice you shoot up.'
  238. end
  239. act 'Amphetamines':
  240. money -= 1000
  241. amphetamine += 5
  242. end
  243. act 'Leave':
  244. gt 'events', 'snkayf'
  245. end
  246. end
  247. if $ARGS[0] = 'snkayf1':
  248. snkz = RAND(1,6)
  249. gs 'underwear', 'remove'
  250. if snkz = 1:
  251. hour += 2
  252. gt'park','start'
  253. end
  254. if snkz = 2:
  255. hour += 2
  256. gt'down'
  257. end
  258. if snkz = 3:
  259. hour += 2
  260. gt'nord'
  261. end
  262. if snkz = 4:
  263. hour += 2
  264. gt'street'
  265. end
  266. if snkz = 5:
  267. hour += 2
  268. gt'dachi'
  269. end
  270. if snkz = 6:
  271. hour += 2
  272. gt'lake','start'
  273. end
  274. end
  275. !!Centralised flashing location
  276. !!For flashing events only, do not use for exposure leading to sex
  277. !!To be used in the following format
  278. !!gs 'flash_[type]', '[location]', [time]
  279. !![time] in minutes, default is 5
  280. !!Available options as follows
  281. !![type] - bra, butt, full, panties, pussy, tits
  282. !![location] - indoors, outdoors
  283. !!eg. gs 'flash_tits', 'outdoors', 15
  284. !!There is no continue action so you must add this as required
  285. !!You should add checks for underwear before allowing the player to flash them but a non-event contingency is included
  286. if $ARGS[0] = 'flash_bra':
  287. *clr
  288. gs 'arousal', 'flashlite', ARGS[2]
  289. gs 'arousal', 'end'
  290. if PCloSkirt > 0:
  291. if $ARGS[1] = 'inside':
  292. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/bra/' + rand(1,3) + '.jpg"></center>'
  293. 'You glance around to see who all is in the area, then you pull up your top and expose your bra clad breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  294. else
  295. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/bra/' + rand(1,3) + '.jpg"></center>'
  296. 'You glance around to see who all is in the area, then you pull up your top and expose your bra clad breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  297. end
  298. else
  299. if $ARGS[1] = 'inside':
  300. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/bra/' + rand(1,6) + '.jpg"></center>'
  301. 'You glance around to see who all is in the area, then you pull up your top and expose your bra clad breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  302. else
  303. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/bra/' + rand(1,4) + '.jpg"></center>'
  304. 'You glance around to see who all is in the area, then you pull up your top and expose your bra clad breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  305. end
  306. end
  307. end
  308. if $ARGS[0] = 'flash_butt':
  309. *clr
  310. gs 'arousal', 'flashlite', ARGS[2]
  311. gs 'arousal', 'end'
  312. if PCloSkirt > 0:
  313. if $ARGS[1] = 'inside':
  314. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/butt/' + rand(1,7) + '.jpg"></center>'
  315. 'You glance around to see who all is in the area, then you pull up the back of your skirt to show off your butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back in place, feeling the thrill of excitement running down your spine.'
  316. else
  317. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/butt/' + rand(1,9) + '.jpg"></center>'
  318. 'You glance around to see who all is in the area, then you pull up the back of your skirt to show off your butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back in place, feeling the thrill of excitement running down your spine.'
  319. end
  320. else
  321. if $ARGS[1] = 'inside':
  322. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/butt/' + rand(1,6) + '.jpg"></center>'
  323. 'You glance around to see who all is in the area, then you pull down the back of your pants to show off your butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  324. else
  325. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/butt/' + rand(1,16) + '.jpg"></center>'
  326. 'You glance around to see who all is in the area, then you pull down the back of your pants to show off your butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  327. end
  328. end
  329. end
  330. if $ARGS[0] = 'flash_full':
  331. *clr
  332. gs 'arousal', 'flash', ARGS[2]
  333. gs 'arousal', 'end'
  334. if PCloSkirt > 0:
  335. if $ARGS[1] = 'inside':
  336. if pcs_pubes <= 20:
  337. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/full/' + rand(1,5) + '.jpg"></center>'
  338. else
  339. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/full/hairy' + rand(1,6) + '.jpg"></center>'
  340. end
  341. 'Making sure there are no children around and its not too busy you lift your skirt and top to expose both your pussy and breasts. Most people who see you are shocked but some look at you admiringly. You quickly cover up again enjoying a buzz of excitement.'
  342. else
  343. if pcs_pubes <= 20:
  344. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/full/' + rand(1,10) + '.jpg"></center>'
  345. else
  346. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/full/hairy' + rand(1,10) + '.jpg"></center>'
  347. end
  348. 'Making sure there are no children around and its not too busy you lift your skirt and top to expose both your pussy and breasts. Most people who see you are shocked but some look at you admiringly. You quickly cover up again enjoying a buzz of excitement.'
  349. end
  350. else
  351. if $ARGS[1] = 'inside':
  352. if pcs_pubes <= 20:
  353. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/full/1.jpg"></center>'
  354. else
  355. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/full/hairy1.jpg"></center>'
  356. end
  357. 'Making sure there are no children around and its not too busy you lower your pants and lift your top to expose both your pussy and breasts. Most people who see you are shocked but some look at you admiringly. You quickly cover up again enjoying a buzz of excitement.'
  358. else
  359. if pcs_pubes <= 20:
  360. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/full/' + rand(1,7) + '.jpg"></center>'
  361. else
  362. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/full/hairy' + rand(1,6) + '.jpg"></center>'
  363. end
  364. 'Making sure there are no children around and its not too busy you lower your pants and lift your top to expose both your pussy and breasts. Most people who see you are shocked but some look at you admiringly. You quickly cover up again enjoying a buzz of excitement.'
  365. end
  366. end
  367. end
  368. if $ARGS[0] = 'flash_panties':
  369. *clr
  370. gs 'arousal', 'flashlite', ARGS[2]
  371. gs 'arousal', 'end'
  372. if PCloSkirt > 0:
  373. if $ARGS[1] = 'inside':
  374. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/panty/' + rand(1,4) + '.jpg"></center>'
  375. 'You glance around to see who all is in the area, then you lift the front of your skirt to show off your panties. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  376. else
  377. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/panty/' + rand(1,16) + '.jpg"></center>'
  378. 'You glance around to see who all is in the area, then you lift the front of your skirt to show off your panties. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  379. end
  380. else
  381. if $ARGS[1] = 'inside':
  382. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/panty/1.jpg"></center>'
  383. 'You glance around to see who all is in the area, then you pull down the front of your pants to show off your panties. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  384. else
  385. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/panty/' + rand(1,6) + '.jpg"></center>'
  386. 'You glance around to see who all is in the area, then you pull down the front of your pants to show off your panties. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  387. end
  388. end
  389. end
  390. if $ARGS[0] = 'flash_panties_rear':
  391. *clr
  392. gs 'arousal', 'flashlite', ARGS[2]
  393. gs 'arousal', 'end'
  394. if PCloSkirt > 0:
  395. if $ARGS[1] = 'inside':
  396. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/pantyrear/' + rand(1,4) + '.jpg"></center>'
  397. 'You glance around to see who all is in the area, then you pull up your skirt to show off your pantied butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  398. else
  399. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/pantyrear/' + rand(1,16) + '.jpg"></center>'
  400. 'You glance around to see who all is in the area, then you pull up your skirt to show off your pantied. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  401. end
  402. else
  403. if $ARGS[1] = 'inside':
  404. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/pantyrear/1.jpg"></center>'
  405. 'You glance around to see who all is in the area, then you pull down the back of your pants to show off your panty clad butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  406. else
  407. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/pantyrear/' + rand(1,6) + '.jpg"></center>'
  408. 'You glance around to see who all is in the area, then you pull down the back of your pants to show off your panty clad butt. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  409. end
  410. end
  411. end
  412. if $ARGS[0] = 'flash_pussy':
  413. *clr
  414. gs 'arousal', 'flash', ARGS[2]
  415. gs 'arousal', 'end'
  416. if PCloSkirt > 0:
  417. if $ARGS[1] = 'inside':
  418. if pcs_pubes <= 20:
  419. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/pussy/' + rand(1,7) + '.jpg"></center>'
  420. else
  421. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/pussy/hairy' + rand(1,7) + '.jpg"></center>'
  422. end
  423. 'You glance around to see who all is in the area, then you pull up the front of your skirt to show off your pussy. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  424. else
  425. if pcs_pubes <= 20:
  426. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/pussy/' + rand(1,12) + '.jpg"></center>'
  427. else
  428. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/pussy/hairy' + rand(1,6) + '.jpg"></center>'
  429. end
  430. 'You glance around to see who all is in the area, then you pull up the front of your skirt to show off your pussy. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You lower the skirt back and place, feeling the thrill of excitement running down your spine.'
  431. end
  432. else
  433. if $ARGS[1] = 'inside':
  434. if pcs_pubes <= 20:
  435. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/pussy/' + rand(1,4) + '.jpg"></center>'
  436. else
  437. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/pussy/hairy' + rand(1,3) + '.jpg"></center>'
  438. end
  439. 'You glance around to see who all is in the area, then you pull down the front of your pants to show off your pussy. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  440. else
  441. if pcs_pubes <= 20:
  442. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/pussy/' + rand(1,9) + '.jpg"></center>'
  443. else
  444. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/pussy/hairy' + rand(1,7) + '.jpg"></center>'
  445. end
  446. 'You glance around to see who all is in the area, then you pull down the front of your pants to show off your pussy. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your pants back up, feeling the thrill of excitement running down your spine.'
  447. end
  448. end
  449. end
  450. if $ARGS[0] = 'flash_tits':
  451. *clr
  452. gs 'arousal', 'flash', ARGS[2]
  453. gs 'arousal', 'end'
  454. if PCloSkirt > 0:
  455. if $ARGS[1] = 'inside':
  456. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/inside/tits/' + rand(1,8) + '.jpg"></center>'
  457. 'You glance around to see who all is in the area, then you pull up your top and expose your bare breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  458. else
  459. '<center><img <<$set_imgh>> src="images/pc/flashing/skirt/outside/tits/' + rand(1,12) + '.jpg"></center>'
  460. 'You glance around to see who all is in the area, then you pull up your top and expose your bare breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  461. end
  462. else
  463. if $ARGS[1] = 'inside':
  464. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/inside/tits/' + rand(1,8) + '.jpg"></center>'
  465. 'You glance around to see who all is in the area, then you pull up your top and expose your bare breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  466. else
  467. '<center><img <<$set_imgh>> src="images/pc/flashing/pants/outside/tits/' + rand(1,14) + '.jpg"></center>'
  468. 'You glance around to see who all is in the area, then you pull up your top and expose your bare breasts to the world. Most people don''t notice but a few do, some smile, others frown or shake their head in disgust. You pull your top back down, feeling the thrill of excitement running down your spine.'
  469. end
  470. end
  471. end
  472. --- events ---------------------------------