phone_selfies.qsrc 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251
  1. # phone_selfies
  2. !2021/05/02
  3. !{ HOW TO USE:
  4. - UNLOCKING A PICTURE:
  5. There are different types of pictures that can be viewed with the phone. These need to be unlocked for them to become viewable.
  6. This is done by setting the correct variable to 1 INSIDE the event itself.
  7. <<npcname>> should be replaced by the name of the npc for who you want to unlock something.
  8. - Pictures Sveta gets sent by an npc:
  9. <<npcname>>[i] = 1
  10. - Pictures Sveta takes herself with an npc:
  11. <<npcname>>sveta[i] = 1
  12. - Explicit pictures from an npc (could include Sveta):
  13. <<npcname>>sex[i] = 1
  14. - Pictures Sveta takes of an npc:
  15. <<npcname>>photo[i] = 1
  16. - Pictures Sveta takes of herself:
  17. Here the code is run through the camera option on the phone and it will automatically unlock the correct picture.
  18. - INCREASE THE PICTURE COUNTER IN THIS FILE:
  19. NPC Pictures:
  20. As pictures are added the number in 'listretrieve2' inside this file needs to be increased by the amount of pictures you are adding.
  21. - loopmax:
  22. For selfies sent by an npc
  23. - loopmaxsveta:
  24. For selfies with an npc taken on Sveta''s phone
  25. - loopmaxsex:
  26. For explicit selfies
  27. - loopmaxev:
  28. For pictures Sveta takes of an npc
  29. SVETA SELFIES:
  30. The total amounts are kept in 'phone_selfies', 'Phone_selfie_totals'.
  31. Increase the correct variable in there to have it added to the phone.
  32. }
  33. !!For setting the selfies
  34. if $ARGS[0] = 'Phone_selfie_totals':
  35. $selfieLoc[0] = 'misc'
  36. $selfieLocDesc[0] = 'Me'
  37. $selfieFilePrefix[0] = 'phone_selfie'
  38. selfieClotot[0] = 2
  39. selfieUndtot[0] = 0
  40. selfieNudtot[0] = 0
  41. selfieTitflash[0] = 0
  42. selfieAssflash[0] = 0
  43. selfiePussyflash[0] = 0
  44. selfieBathtot[0] = 0
  45. selfieShowertot[0] = 0
  46. selfieSwimtot[0] = 0
  47. $selfieLoc[1] = 'bathroom'
  48. $selfieLocDesc[1] = 'Bathroom'
  49. $selfieFilePrefix[1] = ''
  50. selfieClotot[1] = 30
  51. selfieUndtot[1] = 23
  52. selfieNudtot[1] = 30
  53. selfieTitflash[1] = 30
  54. selfieAssflash[1] = 5
  55. selfiePussyflash[1] = 22
  56. selfieBathtot[1] = 30
  57. selfieShowertot[1] = 27
  58. selfieSwimtot[1] = 0
  59. $selfieLoc[2] = 'bedroom'
  60. $selfieLocDesc[2] = 'Bedroom'
  61. $selfieFilePrefix[2] = ''
  62. selfieClotot[2] = 30
  63. selfieUndtot[2] = 22
  64. selfieNudtot[2] = 30
  65. selfieTitflash[2] = 30
  66. selfieAssflash[2] = 26
  67. selfiePussyflash[2] = 25
  68. selfieBathtot[2] = 0
  69. selfieShowertot[2] = 0
  70. selfieSwimtot[2] = 0
  71. $selfieLoc[3] = 'kitchen'
  72. $selfieLocDesc[3] = 'Kitchen'
  73. $selfieFilePrefix[3] = ''
  74. selfieClotot[3] = 27
  75. selfieUndtot[3] = 23
  76. selfieNudtot[3] = 23
  77. selfieTitflash[3] = 21
  78. selfieAssflash[3] = 1
  79. selfiePussyflash[3] = 10
  80. selfieBathtot[3] = 0
  81. selfieShowertot[3] = 0
  82. selfieSwimtot[3] = 0
  83. $selfieLoc[4] = 'livingroom'
  84. $selfieLocDesc[4] = 'Livingroom'
  85. $selfieFilePrefix[4] = ''
  86. selfieClotot[4] = 30
  87. selfieUndtot[4] = 27
  88. selfieNudtot[4] = 30
  89. selfieTitflash[4] = 30
  90. selfieAssflash[4] = 5
  91. selfiePussyflash[4] = 20
  92. selfieBathtot[4] = 0
  93. selfieShowertot[4] = 0
  94. selfieSwimtot[4] = 0
  95. $selfieLoc[5] = 'changingroom'
  96. $selfieLocDesc[5] = 'Changingroom'
  97. $selfieFilePrefix[5] = ''
  98. selfieClotot[5] = 30
  99. selfieUndtot[5] = 30
  100. selfieNudtot[5] = 30
  101. selfieTitflash[5] = 30
  102. selfieAssflash[5] = 20
  103. selfiePussyflash[5] = 28
  104. selfieBathtot[5] = 0
  105. selfieShowertot[5] = 0
  106. selfieSwimtot[5] = 0
  107. $selfieLoc[6] = 'park'
  108. $selfieLocDesc[6] = 'Park'
  109. $selfieFilePrefix[6] = ''
  110. selfieClotot[6] = 30
  111. selfieUndtot[6] = 4
  112. selfieNudtot[6] = 17
  113. selfieTitflash[6] = 26
  114. selfieAssflash[6] = 2
  115. selfiePussyflash[6] = 8
  116. selfieBathtot[6] = 0
  117. selfieShowertot[6] = 0
  118. selfieSwimtot[6] = 0
  119. $selfieLoc[7] = 'lockeroom'
  120. $selfieLocDesc[7] = 'Lockeroom'
  121. $selfieFilePrefix[7] = ''
  122. selfieClotot[7] = 26
  123. selfieUndtot[7] = 21
  124. selfieNudtot[7] = 13
  125. selfieTitflash[7] = 13
  126. selfieAssflash[7] = 2
  127. selfiePussyflash[7] = 3
  128. selfieBathtot[7] = 0
  129. selfieShowertot[7] = 0
  130. selfieSwimtot[7] = 0
  131. $selfieLoc[8] = 'beach'
  132. $selfieLocDesc[8] = 'Beach'
  133. $selfieFilePrefix[8] = ''
  134. selfieClotot[8] = 0
  135. selfieUndtot[8] = 0
  136. selfieNudtot[8] = 20
  137. selfieTitflash[8] = 17
  138. selfieAssflash[8] = 3
  139. selfiePussyflash[8] = 4
  140. selfieBathtot[8] = 0
  141. selfieShowertot[8] = 0
  142. selfieSwimtot[8] = 21
  143. $selfieLoc[9] = 'school_classroom'
  144. $selfieLocDesc[9] = 'School Classroom'
  145. $selfieFilePrefix[9] = ''
  146. selfieClotot[9] = 11
  147. selfieUndtot[9] = 2
  148. selfieNudtot[9] = 0
  149. selfieTitflash[9] = 3
  150. selfieAssflash[9] = 0
  151. selfiePussyflash[9] = 3
  152. selfieBathtot[9] = 0
  153. selfieShowertot[9] = 0
  154. selfieSwimtot[9] = 0
  155. $selfieLoc[10] = 'school_bathroom'
  156. $selfieLocDesc[10] = 'School Bathroom'
  157. $selfieFilePrefix[10] = ''
  158. selfieClotot[10] = 28
  159. selfieUndtot[10] = 12
  160. selfieNudtot[10] = 0
  161. selfieTitflash[10] = 8
  162. selfieAssflash[10] = 1
  163. selfiePussyflash[10] = 7
  164. selfieBathtot[10] = 0
  165. selfieShowertot[10] = 0
  166. selfieSwimtot[10] = 0
  167. $selfieLoc[11] = 'restroom'
  168. $selfieLocDesc[11] = 'Restroom'
  169. $selfieFilePrefix[11] = ''
  170. selfieClotot[11] = 30
  171. selfieUndtot[11] = 25
  172. selfieNudtot[11] = 3
  173. selfieTitflash[11] = 30
  174. selfieAssflash[11] = 13
  175. selfiePussyflash[11] = 21
  176. selfieBathtot[11] = 0
  177. selfieShowertot[11] = 0
  178. selfieSwimtot[11] = 0
  179. end
  180. if $ARGS[0] = 'selfies':
  181. menu_off = 0
  182. gs 'phone_selfies', 'Phone_selfie_totals'
  183. *clr & cla
  184. '<center><h4><font color="maroon">Photo library</font></h4></center>'
  185. *nl
  186. 'Selfies'
  187. temp_locationCnt = 0
  188. :LocationLoop
  189. '<a href="exec:gt ''phone_selfies'', ''showlocation'', <<temp_locationCnt>>"><<$selfieLocDesc[temp_locationCnt]>> selfies</a>'
  190. temp_locationCnt += 1
  191. if temp_locationCnt < arrsize('$selfieLoc'): jump'LocationLoop'
  192. *nl
  193. 'Family and friends'
  194. '<a href="exec:gt ''phone_selfies'', ''family''">Family</a>'
  195. '<a href="exec:gt ''phone_selfies'', ''school''">School friends</a>'
  196. '<a href="exec:gt ''phone_selfies'', ''teacher''">Teachers</a>'
  197. '<a href="exec:gt ''phone_selfies'', ''pavlovsk''">Pavlovsk friends</a>'
  198. '<a href="exec:gt ''phone_selfies'', ''city''">City friends</a>'
  199. !gt $loc, $loc_arg
  200. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  201. end
  202. !! ARGS[1] is the index of the location in $selfieLoc[]
  203. if $ARGS[0] = 'showlocation':
  204. '<center><h4><font color="maroon"><<$selfieLocDesc[ARGS[1]]>> selfies</font></h4></center>'
  205. *nl
  206. gs 'phone_selfies', 'listretrieve', ARGS[1]
  207. act 'Back': gt 'phone_selfies', 'selfies'
  208. !gt $loc, $loc_arg
  209. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  210. end
  211. !! ARGS[1] is the index of the location in $selfieLoc[]
  212. if $ARGS[0] = 'listretrieve':
  213. !!Loop for clothed selfies, dynamics set variables as mixing them in loop instructions is bad
  214. if selfieClotot[ARGS[1]] > 0:
  215. '<center><b>Clothed selfies</b></center>'
  216. *nl
  217. temp_clocnt = 1
  218. :temp_loop
  219. !!setting value to unmixed variable so it can be checked in the if below
  220. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_closelfie[<<temp_clocnt>>]'
  221. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''clothed'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_clocnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/clothed/<<$selfieFilePrefix[ARGS[1]]>><<temp_clocnt>>.jpg" height="150" /></a> '
  222. temp_clocnt += 1
  223. if temp_clocnt <= selfieClotot[ARGS[1]]: jump'temp_loop'
  224. end
  225. !!Loop for swimwear selfies, dynamics set variables as mixing them in loop instructions is bad
  226. if selfieSwimtot[ARGS[1]] > 0:
  227. '<center><b>Swimwear selfies</b></center>'
  228. *nl
  229. temp_clocnt = 1
  230. :temp_loop1
  231. !!setting value to unmixed variable so it can be checked in the if below
  232. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_swim[<<temp_clocnt>>]'
  233. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''bikini'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_clocnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/bikini/<<$selfieFilePrefix[ARGS[1]]>><<temp_clocnt>>.jpg" height="150" /></a> '
  234. temp_clocnt += 1
  235. if temp_clocnt <= selfieSwimtot[ARGS[1]]: jump'temp_loop1'
  236. end
  237. !!loop for underwear selfies
  238. if selfieUndtot[ARGS[1]] > 0:
  239. '<center><b>Underwear selfies</b></center>'
  240. *nl
  241. temp_undcnt = 1
  242. :temp_loop2
  243. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_undselfie[<<temp_undcnt>>]'
  244. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''underwear'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_undcnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/underwear/<<$selfieFilePrefix[ARGS[1]]>><<temp_undcnt>>.jpg" height="150" /></a> '
  245. temp_undcnt += 1
  246. if temp_undcnt <= selfieUndtot[ARGS[1]]: jump'temp_loop2'
  247. end
  248. !!loop for nude selfies
  249. if selfieNudtot[ARGS[1]] > 0:
  250. '<center><b>Nude selfies</b></center>'
  251. *nl
  252. temp_nudcnt = 1
  253. :temp_loop3
  254. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_nudselfie[<<temp_nudcnt>>]'
  255. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''nude'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_nudcnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/nude/<<$selfieFilePrefix[ARGS[1]]>><<temp_nudcnt>>.jpg" height="150" /></a> '
  256. temp_nudcnt += 1
  257. if temp_nudcnt <= selfieNudtot[ARGS[1]]: jump'temp_loop3'
  258. end
  259. !!loop for bath selfies
  260. if selfieBathtot[ARGS[1]] > 0:
  261. '<center><b>Bath selfies</b></center>'
  262. *nl
  263. temp_bathcnt = 1
  264. :temp_loop4
  265. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_bathselfie[<<temp_bathcnt>>]'
  266. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''bath'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_bathcnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/bath/<<$selfieFilePrefix[ARGS[1]]>><<temp_bathcnt>>.jpg" height="150" /></a> '
  267. temp_bathcnt += 1
  268. if temp_bathcnt <= selfieBathtot[ARGS[1]]: jump'temp_loop4'
  269. end
  270. !!loop for shower selfies
  271. if selfieShowertot[ARGS[1]] > 0:
  272. '<center><b>Shower selfies</b></center>'
  273. *nl
  274. temp_showercnt = 1
  275. :temp_loop5
  276. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_showerselfie[<<temp_showercnt>>]'
  277. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''shower'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_showercnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/shower/<<$selfieFilePrefix[ARGS[1]]>><<temp_showercnt>>.jpg" height="150" /></a> '
  278. temp_showercnt += 1
  279. if temp_showercnt <= selfieShowertot[ARGS[1]]: jump'temp_loop5'
  280. end
  281. !!loop for flashing tits selfies
  282. if selfieTitflash[ARGS[1]] > 0:
  283. '<center><b>Flashing tits selfies</b></center>'
  284. *nl
  285. temp_flashtitscnt = 1
  286. :temp_loop6
  287. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_titflash[<<temp_flashtitscnt>>]'
  288. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''titflash'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_flashtitscnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/titflash/<<$selfieFilePrefix[ARGS[1]]>><<temp_flashtitscnt>>.jpg" height="150" /></a> '
  289. temp_flashtitscnt += 1
  290. if temp_flashtitscnt <= selfieTitflash[ARGS[1]]: jump'temp_loop6'
  291. end
  292. !!loop for flashing ass selfies
  293. if selfieAssflash[ARGS[1]] > 0:
  294. '<center><b>Flashing ass selfies</b></center>'
  295. *nl
  296. temp_flashasscnt = 1
  297. :temp_loop7
  298. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_assflash[<<temp_flashasscnt>>]'
  299. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''assflash'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_flashasscnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/assflash/<<$selfieFilePrefix[ARGS[1]]>><<temp_flashasscnt>>.jpg" height="150" /></a> '
  300. temp_flashasscnt += 1
  301. if temp_flashasscnt <= selfieAssflash[ARGS[1]]: jump'temp_loop7'
  302. end
  303. !!loop for flashing pussy selfies
  304. if selfiePussyflash[ARGS[1]] > 0:
  305. '<center><b>Flashing pussy selfies</b></center>'
  306. *nl
  307. temp_flashpussycnt = 1
  308. :temp_loop8
  309. dynamic '$phone_locval = <<$selfieLoc[ARGS[1]]>>_pussyflash[<<temp_flashpussycnt>>]'
  310. if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''<<$selfieLoc[ARGS[1]]>>'', ''pussyflash'', ''<<$selfieFilePrefix[ARGS[1]]>><<temp_flashpussycnt>>''"><img src="images/pc/activities/phone/selfies/<<$selfieLoc[ARGS[1]]>>/pussyflash/<<$selfieFilePrefix[ARGS[1]]>><<temp_flashpussycnt>>.jpg" height="150" /></a> '
  311. temp_flashpussycnt += 1
  312. if temp_flashpussycnt <= selfiePussyflash[ARGS[1]]: jump'temp_loop8'
  313. end
  314. end
  315. !! Sets up a list of selfies taken by category
  316. !! loops through the arrays of selfie flags (1 means that se;lfie has been taken by the player)
  317. !! adds the image path for each taken selfie to the relevant array
  318. !! So to check if any nude selfies are on the phone we can do if arrsize('$selfieTakenNud') > 0:
  319. !! then we can get the image paths for the elements of that array to get the pictures taken
  320. !! $selfieTakenClo[]
  321. !! $selfieTakenUnd[]
  322. !! $selfieTakenNud[]
  323. !! $selfieTakenTitflash[]
  324. !! $selfieTakenAssflash[]
  325. !! $selfieTakenPussyflash[]
  326. !! $selfieTakenBath[]
  327. !! $selfieTakenShower[]
  328. !! $selfieTakenSwim[]
  329. if $ARGS[0] = 'PopulateSelfiesList':
  330. killvar '$selfieTakenClo'
  331. killvar '$selfieTakenUnd'
  332. killvar '$selfieTakenNud'
  333. killvar '$selfieTakenTitflash'
  334. killvar '$selfieTakenAssflash'
  335. killvar '$selfieTakenPussyflash'
  336. killvar '$selfieTakenBath'
  337. killvar '$selfieTakenShower'
  338. killvar '$selfieTakenSwim'
  339. temp_locationCnt = 1
  340. :LocationTakenLoop
  341. CloMaxSize = selfieClotot[temp_locationCnt]
  342. if CloMaxSize > 0:
  343. gs 'phone_selfies', 'populateClothesType', 'closelfie', '$selfieTakenClo', 'clothed', CloMaxSize
  344. end
  345. CloMaxSize = selfieSwimtot[temp_locationCnt]
  346. if CloMaxSize > 0:
  347. gs 'phone_selfies', 'populateClothesType', 'swim', '$selfieTakenSwim', 'bikini', CloMaxSize
  348. end
  349. CloMaxSize = selfieUndtot[temp_locationCnt]
  350. if CloMaxSize > 0:
  351. gs 'phone_selfies', 'populateClothesType', 'undselfie', '$selfieTakenUnd', 'underwear', CloMaxSize
  352. end
  353. CloMaxSize = selfieNudtot[temp_locationCnt]
  354. if CloMaxSize > 0:
  355. gs 'phone_selfies', 'populateClothesType', 'nudselfie', '$selfieTakenNud', 'nude', CloMaxSize
  356. end
  357. CloMaxSize = selfieBathtot[temp_locationCnt]
  358. if CloMaxSize > 0:
  359. gs 'phone_selfies', 'populateClothesType', 'bathselfie', '$selfieTakenBath', 'bath', CloMaxSize
  360. end
  361. CloMaxSize = selfieShowertot[temp_locationCnt]
  362. if CloMaxSize > 0:
  363. gs 'phone_selfies', 'populateClothesType', 'showerselfie', '$selfieTakenShower', 'shower', CloMaxSize
  364. end
  365. CloMaxSize = selfieTitflash[temp_locationCnt]
  366. if CloMaxSize > 0:
  367. gs 'phone_selfies', 'populateClothesType', 'titflash', '$selfieTakenTitflash', 'titflash', CloMaxSize
  368. end
  369. CloMaxSize = selfieAssflash[temp_locationCnt]
  370. if CloMaxSize > 0:
  371. gs 'phone_selfies', 'populateClothesType', 'assflash', '$selfieTakenAssflash', 'assflash', CloMaxSize
  372. end
  373. CloMaxSize = selfiePussyflash[temp_locationCnt]
  374. if CloMaxSize > 0:
  375. gs 'phone_selfies', 'populateClothesType', 'pussyflash', '$selfieTakenPussyflash', 'pussyflash', CloMaxSize
  376. end
  377. temp_locationCnt += 1
  378. if temp_locationCnt < arrsize('$selfieLoc'): jump'LocationTakenLoop'
  379. end
  380. if $ARGS[0] = 'populateClothesType':
  381. $CloTypePrefix = $ARGS[1]
  382. $CloArraySize = 'arrsize(''<<$ARGS[2]>>'')'
  383. $CloFolder = $ARGS[3]
  384. $CloVar = '<<$ARGS[2]>>[tmpIndex]'
  385. CloMaxSize = ARGS[4]
  386. temp_clocnt = 0
  387. :tempCloTakenLoop
  388. dynamic '$phone_locval = <<$selfieLoc[temp_locationCnt]>>_<<$CloTypePrefix>>[<<temp_clocnt>>]'
  389. if $phone_locval = 1:
  390. dyneval 'tmpIndex = <<$CloArraySize>>'
  391. dyneval "<<$CloVar>> = 'images/pc/activities/phone/selfies/<<$selfieLoc[temp_locationCnt]>>/<<$CloFolder>>/<<$selfieFilePrefix[temp_locationCnt]>><<temp_clocnt>>.jpg'"
  392. end
  393. temp_clocnt += 1
  394. if temp_clocnt <= CloMaxSize: jump'tempCloTakenLoop'
  395. end
  396. if $ARGS[0] = 'listretrieve2':
  397. if numnpc = 1:
  398. '<center><h4><font color="maroon">Dimka pictures</font></h4></center>'
  399. $photoloc = 'images/pc/pictures/dimka/'
  400. $imgloc = 'images/characters/pavlovsk/school/boy/dimka/selfies/'
  401. $selfienpc = 'dimka'
  402. loopmaxev = 0
  403. loopmax = 0
  404. loopmaxsveta = 0
  405. loopmaxsex = 0
  406. elseif numnpc = 2:
  407. '<center><h4><font color="maroon">Artem pictures</font></h4></center>'
  408. $photoloc = 'images/pc/pictures/artem/'
  409. $imgloc = 'images/characters/pavlovsk/school/boy/artem/selfies/'
  410. $selfienpc = 'artem'
  411. loopmaxev = 0
  412. loopmax = 0
  413. loopmaxsveta = 0
  414. loopmaxsex = 0
  415. elseif numnpc = 3:
  416. '<center><h4><font color="maroon">Ivan pictures</font></h4></center>'
  417. $photoloc = 'images/pc/pictures/ivan/'
  418. $imgloc = 'images/characters/pavlovsk/school/boy/ivan/selfies/'
  419. $selfienpc = 'ivan'
  420. loopmaxev = 0
  421. loopmax = 0
  422. loopmaxsveta = 0
  423. loopmaxsex = 0
  424. elseif numnpc = 4:
  425. '<center><h4><font color="maroon">Igor pictures</font></h4></center>'
  426. $photoloc = 'images/pc/pictures/igor/'
  427. $imgloc = 'images/characters/pavlovsk/school/boy/igor/selfies/'
  428. $selfienpc = 'igor'
  429. loopmaxev = 0
  430. loopmax = 0
  431. loopmaxsveta = 0
  432. loopmaxsex = 0
  433. elseif numnpc = 5:
  434. '<center><h4><font color="maroon">Fedor pictures</font></h4></center>'
  435. $photoloc = 'images/pc/pictures/fedor/'
  436. $imgloc = 'images/characters/pavlovsk/school/boy/fedor/selfies/'
  437. $selfienpc = 'fedor'
  438. loopmaxev = 0
  439. loopmax = 0
  440. loopmaxsveta = 0
  441. loopmaxsex = 0
  442. elseif numnpc = 6:
  443. '<center><h4><font color="maroon">Petka pictures</font></h4></center>'
  444. $photoloc = 'images/pc/pictures/petka/'
  445. $imgloc = 'images/characters/pavlovsk/school/boy/petka/selfies/'
  446. $selfienpc = 'petka'
  447. loopmaxev = 0
  448. loopmax = 0
  449. loopmaxsveta = 0
  450. loopmaxsex = 0
  451. elseif numnpc = 7:
  452. '<center><h4><font color="maroon">Lesco pictures</font></h4></center>'
  453. $photoloc = 'images/pc/pictures/lesco/'
  454. $imgloc = 'images/characters/pavlovsk/school/boy/lesco/selfies/'
  455. $selfienpc = 'lesco'
  456. loopmaxev = 0
  457. loopmax = 0
  458. loopmaxsveta = 0
  459. loopmaxsex = 0
  460. elseif numnpc = 8:
  461. '<center><h4><font color="maroon">Svyatoslav pictures</font></h4></center>'
  462. $photoloc = 'images/pc/pictures/svyatoslav/'
  463. $imgloc = 'images/characters/pavlovsk/school/boy/svyatoslav/selfies/'
  464. $selfienpc = 'svyatoslav'
  465. loopmaxev = 0
  466. loopmax = 0
  467. loopmaxsveta = 0
  468. loopmaxsex = 0
  469. elseif numnpc = 9:
  470. '<center><h4><font color="maroon">Vitek pictures</font></h4></center>'
  471. $photoloc = 'images/pc/pictures/vitek/'
  472. $imgloc = 'images/characters/pavlovsk/school/boy/vitek/selfies/'
  473. $selfienpc = 'vitek'
  474. loopmaxev = 0
  475. loopmax = 0
  476. loopmaxsveta = 0
  477. loopmaxsex = 0
  478. elseif numnpc = 10:
  479. '<center><h4><font color="maroon">Dan pictures</font></h4></center>'
  480. $photoloc = 'images/pc/pictures/dan/'
  481. $imgloc = 'images/characters/pavlovsk/school/boy/dan/selfies/'
  482. $selfienpc = 'dan'
  483. loopmaxev = 0
  484. loopmax = 0
  485. loopmaxsveta = 0
  486. loopmaxsex = 0
  487. elseif numnpc = 11:
  488. '<center><h4><font color="maroon">Vasily pictures</font></h4></center>'
  489. $photoloc = 'images/pc/pictures/vasily/'
  490. $imgloc = 'images/characters/pavlovsk/school/boy/vasily/selfies/'
  491. $selfienpc = 'vasily'
  492. loopmaxev = 0
  493. loopmax = 0
  494. loopmaxsveta = 0
  495. loopmaxsex = 0
  496. elseif numnpc = 12:
  497. '<center><h4><font color="maroon">Julia pictures</font></h4></center>'
  498. $photoloc = 'images/pc/pictures/julia/'
  499. $imgloc = 'images/characters/pavlovsk/school/boy/julia/selfies/'
  500. $selfienpc = 'julia'
  501. loopmaxev = 0
  502. loopmax = 0
  503. loopmaxsveta = 0
  504. loopmaxsex = 0
  505. elseif numnpc = 13:
  506. '<center><h4><font color="maroon">Lariska pictures</font></h4></center>'
  507. $photoloc = 'images/pc/pictures/lariska/'
  508. $imgloc = 'images/characters/pavlovsk/school/boy/lariska/selfies/'
  509. $selfienpc = 'lariska'
  510. loopmaxev = 0
  511. loopmax = 0
  512. loopmaxsveta = 0
  513. loopmaxsex = 0
  514. elseif numnpc = 14:
  515. '<center><h4><font color="maroon">Katja pictures</font></h4></center>'
  516. $photoloc = 'images/pc/pictures/katja/'
  517. $imgloc = 'images/characters/pavlovsk/school/boy/katja/selfies/'
  518. $selfienpc = 'katja'
  519. loopmaxev = 0
  520. loopmax = 0
  521. loopmaxsveta = 0
  522. loopmaxsex = 0
  523. elseif numnpc = 15:
  524. '<center><h4><font color="maroon">Vicky pictures</font></h4></center>'
  525. $photoloc = 'images/pc/pictures/vicky/'
  526. $imgloc = 'images/characters/pavlovsk/school/boy/vicky/selfies/'
  527. $selfienpc = 'vicky'
  528. loopmaxev = 0
  529. loopmax = 0
  530. loopmaxsveta = 0
  531. loopmaxsex = 0
  532. elseif numnpc = 16:
  533. '<center><h4><font color="maroon">Natasha pictures</font></h4></center>'
  534. $photoloc = 'images/pc/pictures/natasha/'
  535. $imgloc = 'images/characters/pavlovsk/school/boy/natasha/selfies/'
  536. $selfienpc = 'natasha'
  537. loopmaxev = 0
  538. loopmax = 0
  539. loopmaxsveta = 0
  540. loopmaxsex = 0
  541. elseif numnpc = 17:
  542. '<center><h4><font color="maroon">Inna pictures</font></h4></center>'
  543. $photoloc = 'images/pc/pictures/inna/'
  544. $imgloc = 'images/characters/pavlovsk/school/boy/inna/selfies/'
  545. $selfienpc = 'inna'
  546. loopmaxev = 0
  547. loopmax = 0
  548. loopmaxsveta = 0
  549. loopmaxsex = 0
  550. elseif numnpc = 18:
  551. '<center><h4><font color="maroon">Christina pictures</font></h4></center>'
  552. $photoloc = 'images/pc/pictures/christina/'
  553. $imgloc = 'images/characters/pavlovsk/school/boy/christina/selfies/'
  554. $selfienpc = 'christina'
  555. loopmaxev = 0
  556. loopmax = 0
  557. loopmaxsveta = 0
  558. loopmaxsex = 0
  559. elseif numnpc = 19:
  560. '<center><h4><font color="maroon">Lina pictures</font></h4></center>'
  561. $photoloc = 'images/pc/pictures/lina/'
  562. $imgloc = 'images/characters/pavlovsk/school/boy/lina/selfies/'
  563. $selfienpc = 'lina'
  564. loopmaxev = 0
  565. loopmax = 0
  566. loopmaxsveta = 0
  567. loopmaxsex = 0
  568. elseif numnpc = 20:
  569. '<center><h4><font color="maroon">Lena pictures</font></h4></center>'
  570. $photoloc = 'images/pc/pictures/lena/'
  571. $imgloc = 'images/characters/pavlovsk/school/boy/lena/selfies/'
  572. $selfienpc = 'lena'
  573. loopmaxev = 0
  574. loopmax = 0
  575. loopmaxsveta = 0
  576. loopmaxsex = 0
  577. elseif numnpc = 21:
  578. '<center><h4><font color="maroon">Lera pictures</font></h4></center>'
  579. $photoloc = 'images/pc/pictures/lera/'
  580. $imgloc = 'images/characters/pavlovsk/school/boy/lera/selfies/'
  581. $selfienpc = 'lera'
  582. loopmaxev = 0
  583. loopmax = 0
  584. loopmaxsveta = 0
  585. loopmaxsex = 0
  586. elseif numnpc = 22:
  587. '<center><h4><font color="maroon">Bella pictures</font></h4></center>'
  588. $photoloc = 'images/pc/pictures/bella/'
  589. $imgloc = 'images/characters/pavlovsk/school/boy/bella/selfies/'
  590. $selfienpc = 'bella'
  591. loopmaxev = 0
  592. loopmax = 0
  593. loopmaxsveta = 0
  594. loopmaxsex = 0
  595. elseif numnpc = 23:
  596. '<center><h4><font color="maroon">Albina pictures</font></h4></center>'
  597. $photoloc = 'images/pc/pictures/albina/'
  598. $imgloc = 'images/characters/pavlovsk/school/boy/albina/selfies/'
  599. $selfienpc = 'albina'
  600. loopmaxev = 0
  601. loopmax = 0
  602. loopmaxsveta = 0
  603. loopmaxsex = 0
  604. elseif numnpc = 24:
  605. '<center><h4><font color="maroon">Pauline pictures</font></h4></center>'
  606. $photoloc = 'images/pc/pictures/pauline/'
  607. $imgloc = 'images/characters/pavlovsk/school/boy/pauline/selfies/'
  608. $selfienpc = 'pauline'
  609. loopmaxev = 0
  610. loopmax = 0
  611. loopmaxsveta = 0
  612. loopmaxsex = 0
  613. elseif numnpc = 25:
  614. '<center><h4><font color="maroon">Sonia pictures</font></h4></center>'
  615. $photoloc = 'images/pc/pictures/sonia/'
  616. $imgloc = 'images/characters/pavlovsk/school/girl/sonia/selfies/'
  617. $selfienpc = 'sonia'
  618. loopmaxev = 0
  619. loopmax = 45
  620. loopmaxsveta = 25
  621. loopmaxsex = 9
  622. elseif numnpc = 26:
  623. '<center><h4><font color="maroon">Anatoly pictures</font></h4></center>'
  624. $photoloc = 'images/pc/pictures/anatoly/'
  625. $imgloc = 'images/characters/pavlovsk/school/teacher/anatoly/selfies/'
  626. $selfienpc = 'anatoly'
  627. loopmaxev = 0
  628. loopmax = 0
  629. loopmaxsveta = 0
  630. loopmaxsex = 0
  631. elseif numnpc = 28:
  632. '<center><h4><font color="maroon">Stepfather pictures</font></h4></center>'
  633. $photoloc = 'images/pc/pictures/vladimir/'
  634. $imgloc = 'images/characters/pavlovsk/resident/vladimir/selfies/'
  635. $selfienpc = 'vladimir'
  636. loopmaxev = 0
  637. loopmax = 0
  638. loopmaxsveta = 0
  639. loopmaxsex = 0
  640. elseif numnpc = 29:
  641. '<center><h4><font color="maroon">Mother pictures</font></h4></center>'
  642. $photoloc = 'images/pc/pictures/mom/'
  643. $imgloc = 'images/characters/pavlovsk/resident/mom/selfies/'
  644. $selfienpc = 'mom'
  645. loopmaxev = 0
  646. loopmax = 0
  647. loopmaxsveta = 0
  648. loopmaxsex = 0
  649. elseif numnpc = 33:
  650. '<center><h4><font color="maroon">Anya pictures</font></h4></center>'
  651. $photoloc = 'images/pc/pictures/anya/'
  652. $imgloc = 'images/characters/pavlovsk/resident/anya/selfies/'
  653. $selfienpc = 'anya'
  654. loopmaxev = 0
  655. loopmax = 0
  656. loopmaxsveta = 0
  657. loopmaxsex = 0
  658. elseif numnpc = 34:
  659. '<center><h4><font color="maroon">Kolka pictures</font></h4></center>'
  660. $photoloc = 'images/pc/pictures/kolka/'
  661. $imgloc = 'images/characters/pavlovsk/resident/kolka/selfies/'
  662. $selfienpc = 'kolka'
  663. loopmaxev = 0
  664. loopmax = 0
  665. loopmaxsveta = 0
  666. loopmaxsex = 0
  667. elseif numnpc = 35:
  668. '<center><h4><font color="maroon">Father pictures</font></h4></center>'
  669. $photoloc = 'images/pc/pictures/???/'
  670. !! Where are these located?
  671. $imgloc = 'images/characters/pavlovsk/resident/???/selfies/'
  672. $selfienpc = 'father'
  673. loopmaxev = 0
  674. loopmax = 0
  675. loopmaxsveta = 0
  676. loopmaxsex = 0
  677. elseif numnpc = 54:
  678. '<center><h4><font color="maroon">Uncle Misha pictures</font></h4></center>'
  679. $photoloc = 'images/pc/pictures/misha/'
  680. $imgloc = 'images/characters/pavlovsk/resident/misha/selfies/'
  681. $selfienpc = 'misha'
  682. loopmaxev = 0
  683. loopmax = 0
  684. loopmaxsveta = 0
  685. loopmaxsex = 0
  686. elseif numnpc = 56:
  687. '<center><h4><font color="maroon">Roma pictures</font></h4></center>'
  688. $photoloc = 'images/pc/pictures/roma/'
  689. $imgloc = 'images/characters/pavlovsk/resident/roma/selfies/'
  690. $selfienpc = 'roma'
  691. loopmaxev = 0
  692. loopmax = 0
  693. loopmaxsveta = 0
  694. loopmaxsex = 0
  695. elseif numnpc = 57:
  696. '<center><h4><font color="maroon">Rex pictures</font></h4></center>'
  697. $photoloc = 'images/pc/pictures/rex/'
  698. $imgloc = 'images/characters/pavlovsk/resident/rex/selfies/'
  699. $selfienpc = 'rex'
  700. loopmaxev = 0
  701. loopmax = 0
  702. loopmaxsveta = 0
  703. loopmaxsex = 0
  704. elseif numnpc = 69:
  705. '<center><h4><font color="maroon">Mikhail pictures</font></h4></center>'
  706. $photoloc = 'images/pc/pictures/mikhail/'
  707. $imgloc = 'images/characters/pavlovsk/school/teacher/mikhail/selfies/'
  708. $selfienpc = 'coachmikhail'
  709. loopmaxev = 0
  710. loopmax = 0
  711. loopmaxsveta = 0
  712. loopmaxsex = 0
  713. elseif numnpc = 54:
  714. '<center><h4><font color="maroon">Sergey pictures</font></h4></center>'
  715. $photoloc = 'images/pc/pictures/sergey/'
  716. $imgloc = 'images/characters/pavlovsk/resident/sergey/selfies/'
  717. $selfienpc = 'sergey'
  718. loopmaxev = 0
  719. loopmax = 0
  720. loopmaxsveta = 0
  721. loopmaxsex = 0
  722. elseif numnpc = 128:
  723. '<center><h4><font color="maroon">Makar pictures</font></h4></center>'
  724. $photoloc = 'images/pc/pictures/makar/'
  725. $imgloc = 'images/characters/pavlovsk/school/teacher/makar/selfies/'
  726. $selfienpc = 'makar'
  727. loopmaxev = 0
  728. loopmax = 0
  729. loopmaxsveta = 0
  730. loopmaxsex = 0
  731. elseif numnpc = 129:
  732. '<center><h4><font color="maroon">Serafim pictures</font></h4></center>'
  733. $photoloc = 'images/pc/pictures/serafim/'
  734. $imgloc = 'images/characters/pavlovsk/school/teacher/serafim/selfies/'
  735. $selfienpc = 'serafim'
  736. loopmaxev = 0
  737. loopmax = 0
  738. loopmaxsveta = 0
  739. loopmaxsex = 0
  740. elseif numnpc = 130:
  741. '<center><h4><font color="maroon">Ilya pictures</font></h4></center>'
  742. $photoloc = 'images/pc/pictures/ilya/'
  743. $imgloc = 'images/characters/pavlovsk/school/teacher/ilya/selfies/'
  744. $selfienpc = 'ilya'
  745. loopmaxev = 0
  746. loopmax = 0
  747. loopmaxsveta = 0
  748. loopmaxsex = 0
  749. elseif numnpc = 131:
  750. '<center><h4><font color="maroon">Viktor pictures</font></h4></center>'
  751. $photoloc = 'images/pc/pictures/viktor/'
  752. $imgloc = 'images/characters/pavlovsk/school/teacher/viktor/selfies/'
  753. $selfienpc = 'viktor'
  754. loopmaxev = 0
  755. loopmax = 0
  756. loopmaxsveta = 0
  757. loopmaxsex = 0
  758. elseif numnpc = 132:
  759. '<center><h4><font color="maroon">Ruslan pictures</font></h4></center>'
  760. $photoloc = 'images/pc/pictures/ruslan/'
  761. $imgloc = 'images/characters/pavlovsk/school/teacher/ruslan/selfies/'
  762. $selfienpc = 'ruslan'
  763. loopmaxev = 0
  764. loopmax = 0
  765. loopmaxsveta = 0
  766. loopmaxsex = 0
  767. elseif numnpc = 133:
  768. '<center><h4><font color="maroon">Rolan pictures</font></h4></center>'
  769. $photoloc = 'images/pc/pictures/rolan/'
  770. $imgloc = 'images/characters/pavlovsk/school/teacher/rolan/selfies/'
  771. $selfienpc = 'rolan'
  772. loopmaxev = 0
  773. loopmax = 0
  774. loopmaxsveta = 0
  775. loopmaxsex = 0
  776. elseif numnpc = 134:
  777. '<center><h4><font color="maroon">Aleksandrina pictures</font></h4></center>'
  778. $photoloc = 'images/pc/pictures/aleksandrina/'
  779. $imgloc = 'images/characters/pavlovsk/school/teacher/aleksandrina/selfies/'
  780. $selfienpc = 'aleksandrina'
  781. loopmaxev = 0
  782. loopmax = 0
  783. loopmaxsveta = 0
  784. loopmaxsex = 0
  785. elseif numnpc = 135:
  786. '<center><h4><font color="maroon">Yeva pictures</font></h4></center>'
  787. $photoloc = 'images/pc/pictures/yeva/'
  788. $imgloc = 'images/characters/pavlovsk/school/teacher/yeva/selfies/'
  789. $selfienpc = 'yeva'
  790. loopmaxev = 0
  791. loopmax = 0
  792. loopmaxsveta = 0
  793. loopmaxsex = 0
  794. elseif numnpc = 136:
  795. '<center><h4><font color="maroon">Olga pictures</font></h4></center>'
  796. $photoloc = 'images/pc/pictures/olga/'
  797. $imgloc = 'images/characters/pavlovsk/school/teacher/olga/selfies/'
  798. $selfienpc = 'olga'
  799. loopmaxev = 0
  800. loopmax = 0
  801. loopmaxsveta = 0
  802. loopmaxsex = 0
  803. elseif numnpc = 137:
  804. '<center><h4><font color="maroon">Raven pictures</font></h4></center>'
  805. $photoloc = 'images/pc/pictures/raven/'
  806. $imgloc = 'images/characters/pavlovsk/school/teacher/raven/selfies/'
  807. $selfienpc = 'raven'
  808. loopmaxev = 0
  809. loopmax = 0
  810. loopmaxsveta = 0
  811. loopmaxsex = 0
  812. elseif numnpc = 138:
  813. '<center><h4><font color="maroon">Arina pictures</font></h4></center>'
  814. $photoloc = 'images/pc/pictures/arina/'
  815. $imgloc = 'images/characters/pavlovsk/school/teacher/arina/selfies/'
  816. $selfienpc = 'arina'
  817. loopmaxev = 0
  818. loopmax = 0
  819. loopmaxsveta = 0
  820. loopmaxsex = 0
  821. elseif numnpc = 139:
  822. '<center><h4><font color="maroon">Stasya pictures</font></h4></center>'
  823. $photoloc = 'images/pc/pictures/stasya/'
  824. $imgloc = 'images/characters/pavlovsk/school/boy/stasya/selfies/'
  825. $selfienpc = 'stasya'
  826. loopmaxev = 0
  827. loopmax = 0
  828. loopmaxsveta = 0
  829. loopmaxsex = 0
  830. elseif numnpc = 140:
  831. '<center><h4><font color="maroon">Lizaveta pictures</font></h4></center>'
  832. $photoloc = 'images/pc/pictures/lizaveta/'
  833. $imgloc = 'images/characters/pavlovsk/school/boy/lizaveta/selfies/'
  834. $selfienpc = 'lizaveta'
  835. loopmaxev = 0
  836. loopmax = 0
  837. loopmaxsveta = 0
  838. loopmaxsex = 0
  839. elseif numnpc = 141:
  840. '<center><h4><font color="maroon">Veronika pictures</font></h4></center>'
  841. $photoloc = 'images/pc/pictures/veronika/'
  842. $imgloc = 'images/characters/pavlovsk/school/boy/veronika/selfies/'
  843. $selfienpc = 'veronika'
  844. loopmaxev = 0
  845. loopmax = 0
  846. loopmaxsveta = 0
  847. loopmaxsex = 0
  848. elseif numnpc = 142:
  849. '<center><h4><font color="maroon">Zinaida pictures</font></h4></center>'
  850. $photoloc = 'images/pc/pictures/zinaida/'
  851. $imgloc = 'images/characters/pavlovsk/school/boy/zinaida/selfies/'
  852. $selfienpc = 'zinaida'
  853. loopmaxev = 0
  854. loopmax = 0
  855. loopmaxsveta = 0
  856. loopmaxsex = 0
  857. elseif numnpc = 143:
  858. '<center><h4><font color="maroon">Alyona pictures</font></h4></center>'
  859. $photoloc = 'images/pc/pictures/alyona/'
  860. $imgloc = 'images/characters/pavlovsk/school/boy/alyona/selfies/'
  861. $selfienpc = 'alyona'
  862. loopmaxev = 0
  863. loopmax = 0
  864. loopmaxsveta = 0
  865. loopmaxsex = 0
  866. elseif numnpc = 144:
  867. '<center><h4><font color="maroon">Anushka pictures</font></h4></center>'
  868. $photoloc = 'images/pc/pictures/anushka/'
  869. $imgloc = 'images/characters/pavlovsk/school/girl/anushka/selfies/'
  870. $selfienpc = 'anushka'
  871. loopmaxev = 6
  872. loopmax = 22
  873. loopmaxsveta = 2
  874. loopmaxsex = 7
  875. elseif numnpc = 145:
  876. '<center><h4><font color="maroon">Ekaterina pictures</font></h4></center>'
  877. $photoloc = 'images/pc/pictures/ekaterina/'
  878. $imgloc = 'images/characters/pavlovsk/school/boy/ekaterina/selfies/'
  879. $selfienpc = 'ekaterina'
  880. loopmaxev = 0
  881. loopmax = 0
  882. loopmaxsveta = 0
  883. loopmaxsex = 0
  884. elseif numnpc = 146:
  885. '<center><h4><font color="maroon">Marcus pictures</font></h4></center>'
  886. $photoloc = 'images/pc/pictures/marcus/'
  887. $imgloc = 'images/characters/pavlovsk/school/boy/marcus/selfies/'
  888. $selfienpc = 'marcus'
  889. loopmaxev = 0
  890. loopmax = 0
  891. loopmaxsveta = 0
  892. loopmaxsex = 0
  893. elseif numnpc = 147:
  894. '<center><h4><font color="maroon">Andrey pictures</font></h4></center>'
  895. $photoloc = 'images/pc/pictures/andrey/'
  896. $imgloc = 'images/characters/pavlovsk/school/boy/andrey/selfies/'
  897. $selfienpc = 'andrey'
  898. loopmaxev = 0
  899. loopmax = 0
  900. loopmaxsveta = 0
  901. loopmaxsex = 0
  902. elseif numnpc = 148:
  903. '<center><h4><font color="maroon">Mefodiy pictures</font></h4></center>'
  904. $photoloc = 'images/pc/pictures/mefodiy/'
  905. $imgloc = 'images/characters/pavlovsk/school/boy/mefodiy/selfies/'
  906. $selfienpc = 'mefodiy'
  907. loopmaxev = 0
  908. loopmax = 0
  909. loopmaxsveta = 0
  910. loopmaxsex = 0
  911. elseif numnpc = 149:
  912. '<center><h4><font color="maroon">Lazar pictures</font></h4></center>'
  913. $photoloc = 'images/pc/pictures/lazar/'
  914. $imgloc = 'images/characters/pavlovsk/school/boy/lazar/selfies/'
  915. $selfienpc = 'lazar'
  916. loopmaxev = 0
  917. loopmax = 0
  918. loopmaxsveta = 0
  919. loopmaxsex = 0
  920. elseif numnpc = 150:
  921. '<center><h4><font color="maroon">Erast pictures</font></h4></center>'
  922. $photoloc = 'images/pc/pictures/erast/'
  923. $imgloc = 'images/characters/pavlovsk/school/boy/erast/selfies/'
  924. $selfienpc = 'erast'
  925. loopmaxev = 0
  926. loopmax = 0
  927. loopmaxsveta = 0
  928. loopmaxsex = 0
  929. elseif numnpc = 151:
  930. '<center><h4><font color="maroon">Evgeny pictures</font></h4></center>'
  931. $photoloc = 'images/pc/pictures/evgeny/'
  932. $imgloc = 'images/characters/pavlovsk/school/boy/evgeny/selfies/'
  933. $selfienpc = 'evgeny'
  934. loopmaxev = 0
  935. loopmax = 0
  936. loopmaxsveta = 0
  937. loopmaxsex = 0
  938. elseif numnpc = 152:
  939. '<center><h4><font color="maroon">Feofan pictures</font></h4></center>'
  940. $photoloc = 'images/pc/pictures/feofan/'
  941. $imgloc = 'images/characters/pavlovsk/school/boy/feofan/selfies/'
  942. $selfienpc = 'feofan'
  943. loopmaxev = 0
  944. loopmax = 0
  945. loopmaxsveta = 0
  946. loopmaxsex = 0
  947. elseif numnpc = 153:
  948. '<center><h4><font color="maroon">Gerasim pictures</font></h4></center>'
  949. $photoloc = 'images/pc/pictures/gerasim/'
  950. $imgloc = 'images/characters/pavlovsk/school/boy/gerasim/selfies/'
  951. $selfienpc = 'gerasim'
  952. loopmaxev = 0
  953. loopmax = 0
  954. loopmaxsveta = 0
  955. loopmaxsex = 0
  956. elseif numnpc = 154:
  957. '<center><h4><font color="maroon">Radomir pictures</font></h4></center>'
  958. $photoloc = 'images/pc/pictures/radomir/'
  959. $imgloc = 'images/characters/pavlovsk/school/boy/radomir/selfies/'
  960. $selfienpc = 'radomir'
  961. loopmaxev = 0
  962. loopmax = 0
  963. loopmaxsveta = 0
  964. loopmaxsex = 0
  965. elseif numnpc = 155:
  966. '<center><h4><font color="maroon">Lavrenti pictures</font></h4></center>'
  967. $photoloc = 'images/pc/pictures/lavrenti/'
  968. $imgloc = 'images/characters/pavlovsk/school/boy/lavrenti/selfies/'
  969. $selfienpc = 'lavrenti'
  970. loopmaxev = 0
  971. loopmax = 0
  972. loopmaxsveta = 0
  973. loopmaxsex = 0
  974. elseif numnpc = 156:
  975. '<center><h4><font color="maroon">Arkadi pictures</font></h4></center>'
  976. $photoloc = 'images/pc/pictures/arkadi/'
  977. $imgloc = 'images/characters/pavlovsk/school/boy/arkadi/selfies/'
  978. $selfienpc = 'arkadi'
  979. loopmaxev = 0
  980. loopmax = 0
  981. loopmaxsveta = 0
  982. loopmaxsex = 0
  983. elseif numnpc = 157:
  984. '<center><h4><font color="maroon">Roman pictures</font></h4></center>'
  985. $photoloc = 'images/pc/pictures/roman/'
  986. $imgloc = 'images/characters/pavlovsk/school/boy/roman/selfies/'
  987. $selfienpc = 'roman'
  988. loopmaxev = 0
  989. loopmax = 0
  990. loopmaxsveta = 0
  991. loopmaxsex = 0
  992. elseif numnpc = 158:
  993. '<center><h4><font color="maroon">Valentin pictures</font></h4></center>'
  994. $photoloc = 'images/pc/pictures/valentin/'
  995. $imgloc = 'images/characters/pavlovsk/school/boy/valentin/selfies/'
  996. $selfienpc = 'valentin'
  997. loopmaxev = 0
  998. loopmax = 0
  999. loopmaxsveta = 0
  1000. loopmaxsex = 0
  1001. elseif numnpc = 159:
  1002. '<center><h4><font color="maroon">Petia pictures</font></h4></center>'
  1003. $photoloc = 'images/pc/pictures/petia/'
  1004. $imgloc = 'images/characters/pavlovsk/school/boy/petia/selfies/'
  1005. $selfienpc = 'petia'
  1006. loopmaxev = 0
  1007. loopmax = 0
  1008. loopmaxsveta = 0
  1009. loopmaxsex = 0
  1010. elseif numnpc = 165:
  1011. '<center><h4><font color="maroon">Vanya pictures</font></h4></center>'
  1012. $photoloc = 'images/pc/pictures/vanya/'
  1013. $imgloc = 'images/characters/pavlovsk/school/boy/vanya/selfies/'
  1014. $selfienpc = 'vanya'
  1015. loopmaxev = 0
  1016. loopmax = 0
  1017. loopmaxsveta = 0
  1018. loopmaxsex = 0
  1019. elseif numnpc = 189:
  1020. '<center><h4><font color="maroon">Nikolai pictures</font></h4></center>'
  1021. $photoloc = 'images/pc/pictures/nikolai/'
  1022. $imgloc = 'images/characters/pavlovsk/school/boy/nikolai/selfies/'
  1023. $selfienpc = 'nikolai'
  1024. loopmaxev = 0
  1025. loopmax = 0
  1026. loopmaxsveta = 0
  1027. loopmaxsex = 0
  1028. else
  1029. !! New npcs with selfies should be included above
  1030. end
  1031. if loopmaxev > 0:
  1032. *nl
  1033. '<center><b>Pictures</b></center>'
  1034. *nl
  1035. i = 1
  1036. :temp_loopev
  1037. dynamic '$selfie = <<$selfienpc>>photo[<<i>>]'
  1038. if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$photoloc>>'', ''<<i>>''"><img src="<<$photoloc>><<i>>.jpg" height="150" /></a> '
  1039. i += 1
  1040. if i <= loopmax: jump'temp_loopev'
  1041. end
  1042. if loopmax > 0:
  1043. *nl
  1044. '<center><b>Regular selfies</b></center>'
  1045. *nl
  1046. i = 1
  1047. :temp_loopselfies
  1048. dynamic '$selfie = <<$selfienpc>>[<<i>>]'
  1049. if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>'', ''<<i>>''"><img src="<<$imgloc>><<i>>.jpg" height="150" /></a> '
  1050. i += 1
  1051. if i <= loopmax: jump'temp_loopselfies'
  1052. end
  1053. if loopmaxsveta > 0:
  1054. *nl
  1055. '<center><b>Selfies with me</b></center>'
  1056. *nl
  1057. i = 1
  1058. :temp_loopselfiessveta
  1059. dynamic '$selfie = <<$selfienpc>>sveta[<<i>>]'
  1060. if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>sveta/'', ''<<i>>''"><img src="<<$imgloc>>sveta/<<i>>.jpg" height="150" /></a> '
  1061. i += 1
  1062. if i <= loopmaxsveta: jump'temp_loopselfiessveta'
  1063. end
  1064. if loopmaxsex > 0:
  1065. *nl
  1066. '<center><b>Sex selfies</b></center>'
  1067. *nl
  1068. i = 1
  1069. :temp_loopselfiessex
  1070. dynamic '$selfie = <<$selfienpc>>sex[<<i>>]'
  1071. if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>sex/'', ''<<i>>''"><img src="<<$imgloc>>sex/<<i>>.jpg" height="150" /></a> '
  1072. i += 1
  1073. if i <= loopmaxsex: jump'temp_loopselfiessex'
  1074. end
  1075. act 'Back': gt 'phone_selfies', 'selfies'
  1076. !gt $loc, $loc_arg
  1077. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1078. end
  1079. if $ARGS[0] = 'family':
  1080. '<center><h4><font color="maroon">Family members</font></h4></center>'
  1081. $textgrup = ''
  1082. count1 = 0
  1083. i = 1
  1084. '<center><table cellspacing="3">'
  1085. :familygruploop
  1086. if count1 = 6 : $textgrup += '<tr>'
  1087. if npc_grupTipe['A<<i>>'] = 7 and npc_selfieon['A<<i>>'] = 1:
  1088. count1 += 1
  1089. $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"><br>' + $npc_selfie['A<<i>>']
  1090. end
  1091. if count1< 6 and npc_grupTipe['A<<i>>'] = 7:
  1092. $textgrup += '</td>'
  1093. elseif count1 = 6 and npc_grupTipe['A<<i>>'] = 7:
  1094. $textgrup +='</td></tr><tr>' & count1 = 0
  1095. end
  1096. i += 1
  1097. if i <= aarraynumber:jump 'familygruploop'
  1098. '<<$textgrup>>'
  1099. act 'Back': gt 'phone_selfies', 'selfies'
  1100. !gt $loc, $loc_arg
  1101. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1102. end
  1103. if $ARGS[0] = 'school':
  1104. '<center><h4><font color="maroon">School friends</font></h4></center>'
  1105. $textgrup = ''
  1106. count1 = 0
  1107. i = 1
  1108. '<center><table cellspacing="3">'
  1109. :schoolgruploop
  1110. if count1 = 6 : $textgrup += '<tr>'
  1111. if (npc_grupTipe['A<<i>>'] = 1 or npc_grupTipe['A<<i>>'] = 2 or npc_grupTipe['A<<i>>'] = 3 or npc_grupTipe['A<<i>>'] = 4 or npc_grupTipe['A<<i>>'] = 5) and npc_selfieon['A<<i>>'] = 1:
  1112. count1 += 1
  1113. $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"><br>' + $npc_selfie['A<<i>>']
  1114. end
  1115. if count1< 6 and (npc_grupTipe['A<<i>>'] = 1 or npc_grupTipe['A<<i>>'] = 2 or npc_grupTipe['A<<i>>'] = 3 or npc_grupTipe['A<<i>>'] = 4 or npc_grupTipe['A<<i>>'] = 5):
  1116. $textgrup += '</td>'
  1117. elseif count1 = 6 and (npc_grupTipe['A<<i>>'] = 1 or npc_grupTipe['A<<i>>'] = 2 or npc_grupTipe['A<<i>>'] = 3 or npc_grupTipe['A<<i>>'] = 4 or npc_grupTipe['A<<i>>'] = 5):
  1118. $textgrup +='</td></tr><tr>' & count1 = 0
  1119. end
  1120. i += 1
  1121. if i <= aarraynumber:jump 'schoolgruploop'
  1122. '<<$textgrup>>'
  1123. act 'Back': gt 'phone_selfies', 'selfies'
  1124. !gt $loc, $loc_arg
  1125. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1126. end
  1127. if $ARGS[0] = 'teacher':
  1128. '<center><h4><font color="maroon">Teachers</font></h4></center>'
  1129. $textgrup = ''
  1130. count1 = 0
  1131. i = 1
  1132. '<center><table cellspacing="3">'
  1133. :teachergruploop
  1134. if count1 = 6 : $textgrup += '<tr>'
  1135. if npc_grupTipe['A<<i>>'] = 6 and npc_selfieon['A<<i>>'] = 1:
  1136. count1 += 1
  1137. $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"><br>' + $npc_selfie['A<<i>>']
  1138. end
  1139. if count1< 6 and npc_grupTipe['A<<i>>'] = 6:
  1140. $textgrup += '</td>'
  1141. elseif count1 = 6 and npc_grupTipe['A<<i>>'] = 6:
  1142. $textgrup +='</td></tr><tr>' & count1 = 0
  1143. end
  1144. i += 1
  1145. if i <= aarraynumber:jump 'teachergruploop'
  1146. '<<$textgrup>>'
  1147. act 'Back': gt 'phone_selfies', 'selfies'
  1148. !gt $loc, $loc_arg
  1149. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1150. end
  1151. if $ARGS[0] = 'pavlovsk':
  1152. '<center><h4><font color="maroon">Pavlovsk friends</font></h4></center>'
  1153. $textgrup = ''
  1154. count1 = 0
  1155. i = 1
  1156. '<center><table cellspacing="3">'
  1157. :pavgruploop
  1158. if count1 = 6 : $textgrup += '<tr>'
  1159. if npc_grupTipe['A<<i>>'] = 8 and npc_selfieon['A<<i>>'] = 1:
  1160. count1 += 1
  1161. $textgrup += '' + '<td bgcolor=<<$bcolor2>> align="center"><img height="100" src="images/characters/shared/headshots_main/<<i>>.jpg"><br>' + $npc_selfie['A<<i>>']
  1162. end
  1163. if count1< 6 and npc_grupTipe['A<<i>>'] = 8:
  1164. $textgrup += '</td>'
  1165. elseif count1 = 6 and npc_grupTipe['A<<i>>'] = 8:
  1166. $textgrup +='</td></tr><tr>' & count1 = 0
  1167. end
  1168. i += 1
  1169. if i <= aarraynumber:jump 'pavgruploop'
  1170. '<<$textgrup>>'
  1171. act 'Back': gt 'phone_selfies', 'selfies'
  1172. !gt $loc, $loc_arg
  1173. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1174. end
  1175. if $ARGS[0] = 'city':
  1176. '<center><h4><font color="maroon">City friends</font></h4></center>'
  1177. act 'Back': gt 'phone_selfies', 'selfies'
  1178. !gt $loc, $loc_arg
  1179. act 'Stop watching selfies': gt '<<$menu_loc>>', '<<$menu_arg>>'
  1180. end
  1181. --- phone_selfies ---------------------------------