foto_albums.qsrc 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  1. # foto_albums
  2. menu_off = 1
  3. if $ARGS[0] = 'model_portraits':
  4. if rank = 1:gt 'foto_albums','sveta_10'
  5. if rank = 2:gt 'foto_albums','sveta_9'
  6. if rank = 3:gt 'foto_albums','sveta_8'
  7. if rank = 4:gt 'foto_albums','sveta_7'
  8. if rank = 5:gt 'foto_albums','sveta_6'
  9. if rank = 6:gt 'foto_albums','sveta_5'
  10. if rank = 7:gt 'foto_albums','sveta_4'
  11. if rank = 8:gt 'foto_albums','sveta_2'
  12. if rank = 9:gt 'foto_albums','sveta_3'
  13. if rank = 10:gt 'foto_albums','sveta_1'
  14. *clr & cla
  15. act'Move away':gt'foto','studio'
  16. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  17. 'As you step closer, you can see the albums are of models who work here. Rather than being arranged alphabetically, it looks like they are arranged by ranking.'
  18. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  19. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  20. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  21. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  22. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  23. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  24. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  25. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  26. '<a href="exec:gt ''foto_albums'',''anushka''">9. Anushka K.</a>'
  27. '<a href="exec:gt ''foto_albums'',''olga''">10. Olga K.</a>'
  28. end
  29. if $ARGS[0] = 'sveta':
  30. *clr & cla
  31. 'You open up the first album and browse through some of the pictures placed inside.'
  32. '"These are pictures of me!'
  33. act 'Go back': gt 'foto_albums', 'model_portraits'
  34. act 'Presenting: <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>':
  35. *clr
  36. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/1.jpg"></center>'
  37. '<i>My first nude shoot ever! I''m actually pretty impressed with myself. For my first time doing nude modelling, I looked damn sexy!<i>'
  38. act 'Waiting For You':
  39. *clr
  40. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/2.jpg"></center>'
  41. '<i>Wow, the final product turned out better than I thought it would. It was really windy that day.<i>'
  42. act'Six Hundred Roses':
  43. *clr
  44. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/3.jpg"></center>'
  45. '<i>Oh! The pool shoot! That was so much fun! I was so cold though!<i>'
  46. act'Doll':
  47. *clr
  48. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/4.jpg"></center>'
  49. '<i>That was an interesting one. The photoshop really makes the artistry here doesn''t it?<i>'
  50. act'Workout':
  51. *clr
  52. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/5.jpg"></center>'
  53. '<i>Oh man, I was so sweaty doing this! Although, seeing it from another perspective, I guess this is why boys like to ogle us at the gym.<i>'
  54. if rank >= 2:
  55. act'Cool Beauty':
  56. *clr
  57. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/6.jpg"></center>'
  58. '<i>Did they recently add this one? Oh! It must be because I moved up another rank!<i>'
  59. if rank >= 3:
  60. act'All Eyes On You':
  61. *clr
  62. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/7.jpg"></center>'
  63. '<i>I had no idea my nipples were so visible that shoot...<i>'
  64. if rank >= 4:
  65. act'Glow':
  66. *clr
  67. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/8.jpg"></center>'
  68. '<i>I love bedroom shoots. They just feel so cozy.<i>'
  69. if rank >= 5:
  70. act'Simple and Clean':
  71. *clr
  72. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/9.jpg"></center>'
  73. '<i>I remember this one. That was a pretty relaxed day.<i>'
  74. if rank >= 6:
  75. act'Pierce':
  76. *clr
  77. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/10.jpg"></center>'
  78. '<i>Ohhh, the balcony shoot! I had almost forgotten about this one! My nipples were so cold!<i>'
  79. if rank >= Y:
  80. act'Yoko':
  81. *clr
  82. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/11.jpg"></center>'
  83. '<i>Hey, I look pretty cute in glasses.<i>'
  84. if rank >= 8:
  85. act'Hay Fever':
  86. *clr
  87. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/12.jpg"></center>'
  88. '<i>My Gadukino shoot! I''m glad I got to do one like Mari!<i>'
  89. if rank >= 9:
  90. act'His Clothes':
  91. *clr
  92. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/13.jpg"></center>'
  93. '<i>I really liked wearing that shirt. Kind of wish I could''ve taken it home with me...<i>'
  94. if rank >= 10:
  95. act'Confidence':
  96. *clr
  97. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/14.jpg"></center>'
  98. '<i>Yay!! I did it! I''m number 1! Go me! They picked a great pic to commemorate it too!<i>'
  99. end
  100. end
  101. end
  102. end
  103. end
  104. end
  105. end
  106. end
  107. end
  108. end
  109. end
  110. end
  111. end
  112. end
  113. end
  114. end
  115. end
  116. end
  117. end
  118. end
  119. end
  120. end
  121. end
  122. end
  123. if $ARGS[0] = 'anastasia':
  124. *clr & cla
  125. 'You open up the first album and browse through some of the pictures placed inside.'
  126. 'They seem to be single pictures taken from past photo shoots.'
  127. act 'Go back': gt 'foto_albums', 'model_portraits'
  128. act 'Presenting: Anastasia P':
  129. *clr
  130. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/1.jpg"></center>'
  131. '<i>This looks like it''s from the first shoot she''s done for the studio. Do all the models here have big boobs like that?<i>'
  132. act 'Tennis':
  133. *clr
  134. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/2.jpg"></center>'
  135. '<i>Do they do outdoor shoots here as well? Even without clothes?<i>'
  136. act'Solidarity':
  137. *clr
  138. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/3.jpg"></center>'
  139. '<i>Oh! She has a bit of bush! I guess you can make it to the top even if you don''t shave down there.<i>'
  140. act'Sweet Things':
  141. *clr
  142. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/4.jpg"></center>'
  143. '<i>This is really cute! I love that necklace!<i>'
  144. act'Only For You':
  145. *clr
  146. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/5.jpg"></center>'
  147. '<i>Last picture I guess. Her boobs really are great. I wonder I could ever become a top model?<i>'
  148. end
  149. end
  150. end
  151. end
  152. end
  153. end
  154. if $ARGS[0] = 'katherine':
  155. *clr & cla
  156. 'You open up the second album and browse through some of the pictures placed inside.'
  157. 'They seem to be single pictures taken from past photo shoots.'
  158. act 'Go back': gt 'foto_albums', 'model_portraits'
  159. act 'Presenting: Katherine A':
  160. *clr
  161. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/1.jpg"></center>'
  162. '<i>This looks like it''s from the first shoot she''s done for the studio. She''s pretty petite. I guess you can have small boobs and make it to the top just the same as if you have big ones.<i>'
  163. '<i>She seems oddly familiar but I don''t know why...<i>'
  164. act 'Kathoa':
  165. *clr
  166. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/2.jpg"></center>'
  167. '<i>Hmm. Not all the shoots are full nudity it seems.<i>'
  168. act'Estrell':
  169. *clr
  170. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/3.jpg"></center>'
  171. '<i>Oh wow they do pool shoots here too! I wonder what pool they use?<i>'
  172. act'Bare':
  173. *clr
  174. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/4.jpg"></center>'
  175. '<i>Woah... That''s a pretty bold pose...<i>'
  176. act'Difuza':
  177. *clr
  178. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/5.jpg"></center>'
  179. '<i>Last photo for her. Some of these are pretty explicit but some of them are pretty tame too. I guess it goes to show that you can do all kinds of work here.<i>'
  180. end
  181. end
  182. end
  183. end
  184. end
  185. end
  186. if $ARGS[0] = 'emily':
  187. *clr & cla
  188. 'You open up the third album and browse through some of the pictures placed inside.'
  189. 'They seem to be single pictures taken from past photo shoots.'
  190. act 'Go back': gt 'foto_albums', 'model_portraits'
  191. act 'Presenting: Emily R':
  192. *clr
  193. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/1.jpg"></center>'
  194. '<i>This looks like it''s from the first shoot she''s done for the studio. Wow it says she was 18 when she did this! She got started as quick as she could!<i>'
  195. act 'Crawling':
  196. *clr
  197. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/2.jpg"></center>'
  198. '<i>Her nipples are really puffy. Kind of nice to know that isn''t a turn off in the industry.<i>'
  199. act'Unashamed':
  200. *clr
  201. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/3.jpg"></center>'
  202. '<i>Wow! Look at how nice her pussy looks!<i>'
  203. act'Lover''s Embrace':
  204. *clr
  205. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/4.jpg"></center>'
  206. '<i>Do they have co-ed nude shoots here as well?<i>'
  207. act'Treats! Issue 3':
  208. *clr
  209. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/5.jpg"></center>'
  210. '<i>She''s so confident. Last picture though. She has a perfect innie pussy, big boobs, thin waist. This girl really has it all. Kind of makes me wonder why she''s not higher ranked.<i>'
  211. end
  212. end
  213. end
  214. end
  215. end
  216. end
  217. if $ARGS[0] = 'jeff':
  218. *clr & cla
  219. 'You open up the fourth album and browse through some of the pictures placed inside.'
  220. 'They seem to be single pictures taken from past photo shoots.'
  221. act 'Go back': gt 'foto_albums', 'model_portraits'
  222. act 'Presenting: Jeff M':
  223. *clr
  224. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/1.jpg"></center>'
  225. '<i>This looks like it''s from the first shoot she''s done for the studio. This girl has a nice pussy and puffy nipples too! Smaller breasts, but they look really soft...<i>'
  226. act 'Want It All':
  227. *clr
  228. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/2.jpg"></center>'
  229. '<i>Isn''t she cold out there in nothing but a t-shirt?<i>'
  230. act'Nuria':
  231. *clr
  232. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/3.jpg"></center>'
  233. '<i>I know some boys that would love to dive between those legs...<i>'
  234. act'My Joy':
  235. *clr
  236. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/4.jpg"></center>'
  237. '<i>That''s so adorable! I love her hair and the way her nipple is just barely peeking out.<i>'
  238. act'Pejalan':
  239. *clr
  240. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/5.jpg"></center>'
  241. '<i>Last picture. Those are some really perky tits she''s got. I wonder if I flashed someone if they would look that good...<i>'
  242. end
  243. end
  244. end
  245. end
  246. end
  247. end
  248. if $ARGS[0] = 'miranda':
  249. *clr & cla
  250. 'You open up the fifth album and browse through some of the pictures placed inside.'
  251. 'They seem to be single pictures taken from past photo shoots.'
  252. act 'Go back': gt 'foto_albums', 'model_portraits'
  253. act 'Presenting: Miranda K':
  254. *clr
  255. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/1.jpg"></center>'
  256. '<i>This looks like it''s from the first shoot she''s done for the studio. She has a sultry look about her, but still very classy.<i>'
  257. act 'November':
  258. *clr
  259. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/2.jpg"></center>'
  260. '<i>Oh, is this a calendar?<i>'
  261. act'Sun Beams':
  262. *clr
  263. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/3.jpg"></center>'
  264. '<i>Erotic, but still somehow dignified.<i>'
  265. act'Morning':
  266. *clr
  267. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/4.jpg"></center>'
  268. '<i>Subtle, and yet it feels somehow sexier. Like the fact I can''t see it makes me more aware.<i>'
  269. act'Silhouette':
  270. *clr
  271. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/5.jpg"></center>'
  272. '<i>Last picture. Definitely the one with the most nudity, but she still maintains that aura of class even here.<i>'
  273. end
  274. end
  275. end
  276. end
  277. end
  278. end
  279. if $ARGS[0] = 'lily':
  280. *clr & cla
  281. 'You open up the sixth album and browse through some of the pictures placed inside.'
  282. 'They seem to be single pictures taken from past photo shoots.'
  283. act 'Go back': gt 'foto_albums', 'model_portraits'
  284. act 'Presenting: Lily I':
  285. *clr
  286. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/1.jpg"></center>'
  287. '<i>This looks like it''s from the first shoot she''s done for the studio. Seems like a pretty daring shoot. Is that the mall?<i>'
  288. act 'Wide Open':
  289. *clr
  290. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/2.jpg"></center>'
  291. '<i>She has some decent bush here. Even though its a bit messy, it''s still kind of sexy.<i>'
  292. act'Ready and Waiting':
  293. *clr
  294. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/3.jpg"></center>'
  295. '<i>I wonder how a boy would react if I lay on their sofa for them like that...<i>'
  296. act'Cleansing':
  297. *clr
  298. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/4.jpg"></center>'
  299. '<i>Hey, I know this picture! This is from a porn pic set. I guess they like to borrow the same models.<i>'
  300. act'Invitation':
  301. *clr
  302. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/5.jpg"></center>'
  303. '<i>Last picture. If I didn''t know she was a porn star before, I would after seeing this. Hell, if I had a dick probably couldn''t resist smashing it into something like that.<i>'
  304. end
  305. end
  306. end
  307. end
  308. end
  309. end
  310. if $ARGS[0] = 'mila':
  311. *clr & cla
  312. 'You open up the first album and browse through some of the pictures placed inside.'
  313. 'They seem to be single pictures taken from past photo shoots.'
  314. act 'Go back': gt 'foto_albums', 'model_portraits'
  315. act 'Presenting: Mila A':
  316. *clr
  317. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/1.jpg"></center>'
  318. '<i>This looks like it''s from the first shoot she''s done for the studio. That''s some intro picture. Get asshole, pussy, and tits all in one go.<i>'
  319. act 'Rallhe':
  320. *clr
  321. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/2.jpg"></center>'
  322. '<i>Might''ve been sexier with her shoes on.<i>'
  323. act'True Class':
  324. *clr
  325. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/3.jpg"></center>'
  326. '<i>She looks nice in the clothes, but I''m not sure about that smile. I guess this is the difference when you''re farther down on the rankings.<i>'
  327. act'Dreaming':
  328. *clr
  329. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/4.jpg"></center>'
  330. '<i>Wow... Her boobs look so soft and squishable...<i>'
  331. act'Perspective':
  332. *clr
  333. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/5.jpg"></center>'
  334. '<i>Last picture I guess. She looks way cuter with glasses on! I wonder if I would look cute in glasses...<i>'
  335. end
  336. end
  337. end
  338. end
  339. end
  340. end
  341. if $ARGS[0] = 'mari':
  342. *clr & cla
  343. 'You open up the second album and browse through some of the pictures placed inside.'
  344. 'They seem to be single pictures taken from past photo shoots.'
  345. act 'Go back': gt 'foto_albums', 'model_portraits'
  346. act 'Presenting: Mari E':
  347. *clr
  348. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/1.jpg"></center>'
  349. '<i>This looks like it''s from the first shoot she''s done for the studio. Hmm, is she a farm girl? Did they shoot this in Gadukino?<i>'
  350. act 'Creamy':
  351. *clr
  352. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/2.jpg"></center>'
  353. '<i>She actually has some deceptively large breasts...<i>'
  354. act'Premiere':
  355. *clr
  356. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/3.jpg"></center>'
  357. '<i>Ohhh... A beach shoot! I wonder which ones they use. I feel like it might be kind of cold though...<i>'
  358. act'Want You Now':
  359. *clr
  360. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/4.jpg"></center>'
  361. '<i>I''ve always wanted to open my shirt like that for someone...<i>'
  362. act'All Yours':
  363. *clr
  364. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/5.jpg"></center>'
  365. '<i>Last photo. Having bush in the industry is a lot more common than I thought. Hers looks really nice though so I can see why she''d keep it.<i>'
  366. end
  367. end
  368. end
  369. end
  370. end
  371. end
  372. if $ARGS[0] = 'anushka':
  373. *clr & cla
  374. 'You open up the third album and browse through some of the pictures placed inside.'
  375. 'They seem to be single pictures taken from past photo shoots.'
  376. act 'Go back': gt 'foto_albums', 'model_portraits'
  377. act 'Presenting: Anushka K':
  378. *clr
  379. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/1.jpg"></center>'
  380. '<i>Hey, I found Anushka! Not sure why I''m surprised, given that she uses her real name.<i>'
  381. act 'Naughty at Home':
  382. *clr
  383. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/2.jpg"></center>'
  384. '<i>I''m kind of surprised she''s this popular, number 9 and all.<i>'
  385. act'Relaxing at the Pool':
  386. *clr
  387. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/3.jpg"></center>'
  388. '<i>Her photos aren''t as professional as some of the other ones, but she seems to be more overtly sexual.<i>'
  389. act'Finer Things In Life':
  390. *clr
  391. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/4.jpg"></center>'
  392. '<i>I guess it''s just a personality difference that let''s her get this kind of work.<i>'
  393. act'Text Shoot':
  394. *clr
  395. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/5.jpg"></center>'
  396. '<i>Last picture. At least now I know how she made all that money.<i>'
  397. end
  398. end
  399. end
  400. end
  401. end
  402. end
  403. if $ARGS[0] = 'olga':
  404. *clr & cla
  405. 'You open up the fourth album and browse through some of the pictures placed inside.'
  406. 'They seem to be single pictures taken from past photo shoots.'
  407. act 'Go back': gt 'foto_albums', 'model_portraits'
  408. act 'Presenting: Olga K':
  409. *clr
  410. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/1.jpg"></center>'
  411. '<i>This looks like it''s from the first shoot she''s done for the studio. Bush and pink panties! She looks like she''s having fun at least.<i>'
  412. act 'Fields':
  413. *clr
  414. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/2.jpg"></center>'
  415. '<i>Ahh! That''s a pretty frightening expression on her face there. I wonder why they use it?<i>'
  416. act'Nuria':
  417. *clr
  418. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/3.jpg"></center>'
  419. '<i>I guess maybe she is known for more artistic photos than sexy. Good to know that kind of work still exists I guess.<i>'
  420. act'My Joy':
  421. *clr
  422. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/4.jpg"></center>'
  423. '<i>Ohhhh wow... That''s amazing...<i>'
  424. act'Pejalan':
  425. *clr
  426. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/5.jpg"></center>'
  427. '<i>Last picture. I guess us girls really do look this good wet.<i>'
  428. end
  429. end
  430. end
  431. end
  432. end
  433. end
  434. if $ARGS[0] = 'sveta_10':
  435. *clr & cla
  436. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  437. 'Here is the shelf that has the albums of the top 10 models. You saw it before when you first joined the studio, but something has changed. You read the names from left to right and your heart stops when you see the final name.'
  438. '"<<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>."'
  439. 'That''s your name! You''re one of the top 10 models of the studio!'
  440. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  441. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  442. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  443. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  444. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  445. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  446. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  447. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  448. '<a href="exec:gt ''foto_albums'',''anushka''">9. Anushka K.</a>'
  449. '<a href="exec:gt ''foto_albums'',''sveta''">10. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  450. act'Move away':gt'foto','studio'
  451. end
  452. if $ARGS[0] = 'sveta_9':
  453. *clr & cla
  454. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  455. 'Here is the shelf that has the albums of the top 10 models. The albums names have changed yet again. Though the shock is not quite as dramatic as the first time, you take great pleasure in seeing your name has moved up the ranking again to the ninth spot. You''re higher than Anushka now. You wonder if she''ll be mad.'
  456. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  457. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  458. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  459. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  460. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  461. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  462. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  463. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  464. '<a href="exec:gt ''foto_albums'',''sveta''">9. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  465. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  466. act'Move away':gt'foto','studio'
  467. end
  468. if $ARGS[0] = 'sveta_8':
  469. *clr & cla
  470. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  471. 'Here is the shelf that has the albums of the top 10 models. You''ve taken Mari''s spot in the rankings. Your name now marks the eighth spot, Mari''s in the ninth. You don''t think she''ll be upset or anything like that, she''ll probably want to congradulate you if nothing else. She was never one to care about the rankings. You take a moment to be amazed with the two of you, how far a farm girl from Gadukino and a schoolgirl from Pavlovsky have come... '
  472. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  473. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  474. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  475. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  476. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  477. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  478. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  479. '<a href="exec:gt ''foto_albums'',''sveta''">8. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  480. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  481. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  482. act'Move away':gt'foto','studio'
  483. end
  484. if $ARGS[0] = 'sveta_7':
  485. *clr & cla
  486. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  487. 'Here is the shelf that has the albums of the top 10 models. Up the ranks again! Number 7 this time! Maybe your career as a model has more potential than you thought.'
  488. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  489. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  490. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  491. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  492. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  493. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  494. '<a href="exec:gt ''foto_albums'',''sveta''">7. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  495. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  496. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  497. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  498. act'Move away':gt'foto','studio'
  499. end
  500. if $ARGS[0] = 'sveta_6':
  501. *clr & cla
  502. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  503. 'Here is the shelf that has the albums of the top 10 models. The albums have changed again and you find yourself taking Lily''s sixth place seat. You are now more famous as a model than a porn star! Wait, is that a good thing?'
  504. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  505. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  506. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  507. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  508. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  509. '<a href="exec:gt ''foto_albums'',''sveta''">6. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  510. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  511. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  512. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  513. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  514. act'Move away':gt'foto','studio'
  515. end
  516. if $ARGS[0] = 'sveta_5':
  517. *clr & cla
  518. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  519. 'Here is the shelf that has the albums of the top 10 models. When you started modelling, you never imagined you''d do this well. Not even in your dreams did you think you could become one of the top five models in St. Petersburg.'
  520. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  521. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  522. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  523. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  524. '<a href="exec:gt ''foto_albums'',''sveta''">5. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  525. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  526. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  527. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  528. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  529. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  530. act'Move away':gt'foto','studio'
  531. end
  532. if $ARGS[0] = 'sveta_4':
  533. *clr & cla
  534. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  535. 'Here is the shelf that has the albums of the top 10 models. Reading the album names, you find that yours has been shifted over yet again! This time to the fourth spot from the left. You''ve done quite well all things considered. With your new ranking, you''re pretty sure your career as a model is secure.'
  536. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  537. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  538. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  539. '<a href="exec:gt ''foto_albums'',''sveta''">4. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  540. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  541. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  542. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  543. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  544. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  545. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  546. act'Move away':gt'foto','studio'
  547. end
  548. if $ARGS[0] = 'sveta_3':
  549. *clr & cla
  550. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  551. 'Here is the shelf that has the albums of the top 10 models. As you read from left to right, you see that your name is now third. You finally took Emily''s spot! She isn''t very happy about it, but who cares? You''ve broken the barrier into being famous!'
  552. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  553. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  554. '<a href="exec:gt ''foto_albums'',''sveta''">3. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  555. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  556. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  557. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  558. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  559. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  560. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  561. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  562. act'Move away':gt'foto','studio'
  563. end
  564. if $ARGS[0] = 'sveta_2':
  565. *clr & cla
  566. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  567. 'Here is the shelf that has the albums of the top 10 models. You look and you see your name is second, right before Anastasia''s. Are you really this close? Could you take the number one spot all for yourself?'
  568. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  569. '<a href="exec:gt ''foto_albums'',''sveta''">2. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  570. '<a href="exec:gt ''foto_albums'',''katherine''">3. Katherine A.</a>'
  571. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  572. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  573. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  574. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  575. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  576. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  577. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  578. act'Move away':gt'foto','studio'
  579. end
  580. if $ARGS[0] = 'sveta_1':
  581. *clr & cla
  582. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  583. 'Here is the shelf that has the albums of the top 10 models. You finally did it! Listed at the very front of all of the albums is your name. Women wish they were you, men want to fuck you, and you''re likely to start getting offers in other parts of the entertainment industry. You''re the top model!'
  584. '<a href="exec:gt ''foto_albums'',''sveta''">1. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  585. '<a href="exec:gt ''foto_albums'',''anastasia''">2. Anastasia P.</a>'
  586. '<a href="exec:gt ''foto_albums'',''katherine''">3. Katherine A.</a>'
  587. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  588. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  589. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  590. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  591. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  592. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  593. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  594. act'Move away':gt'foto','studio'
  595. end
  596. --- foto_albums ---------------------------------