foto_albums.qsrc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. # foto_albums
  2. menu_off = 1
  3. if $ARGS[0] = 'model_portraits':
  4. if rank = 1:
  5. gt 'foto_albums','sveta_10'
  6. elseif rank = 2:
  7. gt 'foto_albums','sveta_9'
  8. elseif rank = 3:
  9. gt 'foto_albums','sveta_8'
  10. elseif rank = 4:
  11. gt 'foto_albums','sveta_7'
  12. elseif rank = 5:
  13. gt 'foto_albums','sveta_6'
  14. elseif rank = 6:
  15. gt 'foto_albums','sveta_5'
  16. elseif rank = 7:
  17. gt 'foto_albums','sveta_4'
  18. elseif rank = 8:
  19. gt 'foto_albums','sveta_2'
  20. elseif rank = 9:
  21. gt 'foto_albums','sveta_3'
  22. elseif rank = 10:
  23. gt 'foto_albums','sveta_1'
  24. end
  25. *clr & cla
  26. act'Move away':gt'foto','studio'
  27. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  28. '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.'
  29. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  30. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  31. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  32. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  33. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  34. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  35. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  36. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  37. '<a href="exec:gt ''foto_albums'',''anushka''">9. Anushka K.</a>'
  38. '<a href="exec:gt ''foto_albums'',''olga''">10. Olga K.</a>'
  39. end
  40. if $ARGS[0] = 'sveta':
  41. *clr & cla
  42. 'You open up the first album and browse through some of the pictures placed inside.'
  43. '"These are pictures of me!'
  44. act 'Go back': gt 'foto_albums', 'model_portraits'
  45. act 'Presenting: <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>':
  46. *clr
  47. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/1.jpg"></center>'
  48. '<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>'
  49. act 'Waiting For You':
  50. *clr
  51. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/2.jpg"></center>'
  52. '<i>Wow, the final product turned out better than I thought it would. It was really windy that day.<i>'
  53. act'Six Hundred Roses':
  54. *clr
  55. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/3.jpg"></center>'
  56. '<i>Oh! The pool shoot! That was so much fun! I was so cold though!<i>'
  57. act'Doll':
  58. *clr
  59. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/4.jpg"></center>'
  60. '<i>That was an interesting one. The photoshop really makes the artistry here doesn''t it?<i>'
  61. act'Workout':
  62. *clr
  63. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/5.jpg"></center>'
  64. '<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>'
  65. if rank >= 2:
  66. act'Cool Beauty':
  67. *clr
  68. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/6.jpg"></center>'
  69. '<i>Did they recently add this one? Oh! It must be because I moved up another rank!<i>'
  70. if rank >= 3:
  71. act'All Eyes On You':
  72. *clr
  73. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/7.jpg"></center>'
  74. '<i>I had no idea my nipples were so visible that shoot...<i>'
  75. if rank >= 4:
  76. act'Glow':
  77. *clr
  78. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/8.jpg"></center>'
  79. '<i>I love bedroom shoots. They just feel so cozy.<i>'
  80. if rank >= 5:
  81. act'Simple and Clean':
  82. *clr
  83. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/9.jpg"></center>'
  84. '<i>I remember this one. That was a pretty relaxed day.<i>'
  85. if rank >= 6:
  86. act'Pierce':
  87. *clr
  88. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/10.jpg"></center>'
  89. '<i>Ohhh, the balcony shoot! I had almost forgotten about this one! My nipples were so cold!<i>'
  90. if rank >= Y:
  91. act'Yoko':
  92. *clr
  93. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/11.jpg"></center>'
  94. '<i>Hey, I look pretty cute in glasses.<i>'
  95. if rank >= 8:
  96. act'Hay Fever':
  97. *clr
  98. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/12.jpg"></center>'
  99. '<i>My Gadukino shoot! I''m glad I got to do one like Mari!<i>'
  100. if rank >= 9:
  101. act'His Clothes':
  102. *clr
  103. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/13.jpg"></center>'
  104. '<i>I really liked wearing that shirt. Kind of wish I could''ve taken it home with me...<i>'
  105. if rank >= 10:
  106. act'Confidence':
  107. *clr
  108. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/sveta_l/14.jpg"></center>'
  109. '<i>Yay!! I did it! I''m number 1! Go me! They picked a great pic to commemorate it too!<i>'
  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. end
  124. end
  125. end
  126. end
  127. end
  128. end
  129. end
  130. end
  131. end
  132. end
  133. end
  134. if $ARGS[0] = 'anastasia':
  135. *clr & cla
  136. 'You open up the first album and browse through some of the pictures placed inside.'
  137. 'They seem to be single pictures taken from past photo shoots.'
  138. act 'Go back': gt 'foto_albums', 'model_portraits'
  139. act 'Presenting: Anastasia P':
  140. *clr
  141. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/1.jpg"></center>'
  142. act 'Rally':
  143. *clr
  144. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/2.jpg"></center>'
  145. act'Solidarity':
  146. *clr
  147. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/3.jpg"></center>'
  148. act'Sweet Things':
  149. *clr
  150. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/4.jpg"></center>'
  151. act'Only For You':
  152. *clr
  153. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anastasia_p/5.jpg"></center>'
  154. end
  155. end
  156. end
  157. end
  158. end
  159. end
  160. if $ARGS[0] = 'katherine':
  161. *clr & cla
  162. 'You open up the second album and browse through some of the pictures placed inside.'
  163. 'They seem to be single pictures taken from past photo shoots.'
  164. act 'Go back': gt 'foto_albums', 'model_portraits'
  165. act 'Presenting: Katherine A':
  166. *clr
  167. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/1.jpg"></center>'
  168. '<i>She seems oddly familiar but I don''t know why...<i>'
  169. act 'Kathoa':
  170. *clr
  171. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/2.jpg"></center>'
  172. act'Estrell':
  173. *clr
  174. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/3.jpg"></center>'
  175. act'Bare':
  176. *clr
  177. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/4.jpg"></center>'
  178. act'Difuza':
  179. *clr
  180. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/5.jpg"></center>'
  181. end
  182. end
  183. end
  184. end
  185. end
  186. end
  187. if $ARGS[0] = 'emily':
  188. *clr & cla
  189. 'You open up the third album and browse through some of the pictures placed inside.'
  190. 'They seem to be single pictures taken from past photo shoots.'
  191. act 'Go back': gt 'foto_albums', 'model_portraits'
  192. act 'Presenting: Emily R':
  193. *clr
  194. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/1.jpg"></center>'
  195. act 'Crawling':
  196. *clr
  197. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/2.jpg"></center>'
  198. act'Unashamed':
  199. *clr
  200. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/3.jpg"></center>'
  201. act'Lover''s Embrace':
  202. *clr
  203. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/4.jpg"></center>'
  204. act'Treats! Issue 3':
  205. *clr
  206. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/emily_r/5.jpg"></center>'
  207. end
  208. end
  209. end
  210. end
  211. end
  212. end
  213. if $ARGS[0] = 'jeff':
  214. *clr & cla
  215. 'You open up the fourth album and browse through some of the pictures placed inside.'
  216. 'They seem to be single pictures taken from past photo shoots.'
  217. act 'Go back': gt 'foto_albums', 'model_portraits'
  218. act 'Presenting: Jeff M':
  219. *clr
  220. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/1.jpg"></center>'
  221. act 'Want It All':
  222. *clr
  223. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/2.jpg"></center>'
  224. act'Nuria':
  225. *clr
  226. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/3.jpg"></center>'
  227. act'My Joy':
  228. *clr
  229. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/4.jpg"></center>'
  230. act'Pejalan':
  231. *clr
  232. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/jeff_m/5.jpg"></center>'
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. if $ARGS[0] = 'miranda':
  240. *clr & cla
  241. 'You open up the fifth album and browse through some of the pictures placed inside.'
  242. 'They seem to be single pictures taken from past photo shoots.'
  243. act 'Go back': gt 'foto_albums', 'model_portraits'
  244. act 'Presenting: Miranda K':
  245. *clr
  246. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/1.jpg"></center>'
  247. act 'November':
  248. *clr
  249. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/2.jpg"></center>'
  250. act'Sun Beams':
  251. *clr
  252. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/3.jpg"></center>'
  253. act'Morning':
  254. *clr
  255. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/4.jpg"></center>'
  256. act'Silhouette':
  257. *clr
  258. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/miranda_k/5.jpg"></center>'
  259. end
  260. end
  261. end
  262. end
  263. end
  264. end
  265. if $ARGS[0] = 'lily':
  266. *clr & cla
  267. 'You open up the sixth album and browse through some of the pictures placed inside.'
  268. 'They seem to be single pictures taken from past photo shoots.'
  269. act 'Go back': gt 'foto_albums', 'model_portraits'
  270. act 'Presenting: Lily I':
  271. *clr
  272. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/1.jpg"></center>'
  273. act 'Wide Open':
  274. *clr
  275. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/2.jpg"></center>'
  276. act'Ready and Waiting':
  277. *clr
  278. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/3.jpg"></center>'
  279. act'Cleansing':
  280. *clr
  281. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/4.jpg"></center>'
  282. act'Invitation':
  283. *clr
  284. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/lily_i/5.jpg"></center>'
  285. end
  286. end
  287. end
  288. end
  289. end
  290. end
  291. if $ARGS[0] = 'mila':
  292. *clr & cla
  293. 'You open up the first album and browse through some of the pictures placed inside.'
  294. 'They seem to be single pictures taken from past photo shoots.'
  295. act 'Go back': gt 'foto_albums', 'model_portraits'
  296. act 'Presenting: Mila A':
  297. *clr
  298. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/1.jpg"></center>'
  299. act 'Rallhe':
  300. *clr
  301. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/2.jpg"></center>'
  302. act'True Class':
  303. *clr
  304. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/3.jpg"></center>'
  305. act'Dreaming':
  306. *clr
  307. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/4.jpg"></center>'
  308. act'Perspective':
  309. *clr
  310. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mila_a/5.jpg"></center>'
  311. end
  312. end
  313. end
  314. end
  315. end
  316. end
  317. if $ARGS[0] = 'mari':
  318. *clr & cla
  319. 'You open up the second album and browse through some of the pictures placed inside.'
  320. 'They seem to be single pictures taken from past photo shoots.'
  321. act 'Go back': gt 'foto_albums', 'model_portraits'
  322. act 'Presenting: Mari E':
  323. *clr
  324. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/1.jpg"></center>'
  325. act 'Creamy':
  326. *clr
  327. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/2.jpg"></center>'
  328. act'Premiere':
  329. *clr
  330. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/3.jpg"></center>'
  331. act'Want You Now':
  332. *clr
  333. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/4.jpg"></center>'
  334. act'All Yours':
  335. *clr
  336. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/mari_e/5.jpg"></center>'
  337. end
  338. end
  339. end
  340. end
  341. end
  342. end
  343. if $ARGS[0] = 'anushka':
  344. *clr & cla
  345. 'You open up the third album and browse through some of the pictures placed inside.'
  346. 'They seem to be single pictures taken from past photo shoots.'
  347. act 'Go back': gt 'foto_albums', 'model_portraits'
  348. act 'Presenting: Anushka K':
  349. *clr
  350. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/1.jpg"></center>'
  351. act 'Naughty at Home':
  352. *clr
  353. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/2.jpg"></center>'
  354. act'Relaxing at the Pool':
  355. *clr
  356. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/3.jpg"></center>'
  357. act'Finer Things In Life':
  358. *clr
  359. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/4.jpg"></center>'
  360. act'Text Shoot':
  361. *clr
  362. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/anushka_k/5.jpg"></center>'
  363. end
  364. end
  365. end
  366. end
  367. end
  368. end
  369. if $ARGS[0] = 'olga':
  370. *clr & cla
  371. 'You open up the fourth album and browse through some of the pictures placed inside.'
  372. 'They seem to be single pictures taken from past photo shoots.'
  373. act 'Go back': gt 'foto_albums', 'model_portraits'
  374. act 'Presenting: Olga K':
  375. *clr
  376. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/1.jpg"></center>'
  377. act 'Fields':
  378. *clr
  379. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/2.jpg"></center>'
  380. act'Nuria':
  381. *clr
  382. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/3.jpg"></center>'
  383. act'My Joy':
  384. *clr
  385. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/4.jpg"></center>'
  386. act'Pejalan':
  387. *clr
  388. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/olga_k/5.jpg"></center>'
  389. end
  390. end
  391. end
  392. end
  393. end
  394. end
  395. if $ARGS[0] = 'sveta_10':
  396. *clr & cla
  397. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  398. '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.'
  399. '"<<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>."'
  400. 'That''s your name! You''re one of the top 10 models of the studio!'
  401. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  402. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  403. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  404. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  405. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  406. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  407. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  408. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  409. '<a href="exec:gt ''foto_albums'',''anushka''">9. Anushka K.</a>'
  410. '<a href="exec:gt ''foto_albums'',''sveta''">10. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  411. act'Move away':gt'foto','studio'
  412. end
  413. if $ARGS[0] = 'sveta_9':
  414. *clr & cla
  415. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  416. '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.'
  417. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  418. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  419. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  420. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  421. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  422. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  423. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  424. '<a href="exec:gt ''foto_albums'',''mari''">8. Mari E.</a>'
  425. '<a href="exec:gt ''foto_albums'',''sveta''">9. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  426. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  427. act'Move away':gt'foto','studio'
  428. end
  429. if $ARGS[0] = 'sveta_8':
  430. *clr & cla
  431. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  432. '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... '
  433. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  434. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  435. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  436. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  437. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  438. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  439. '<a href="exec:gt ''foto_albums'',''mila''">7. Mila A.</a>'
  440. '<a href="exec:gt ''foto_albums'',''sveta''">8. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  441. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  442. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  443. act'Move away':gt'foto','studio'
  444. end
  445. if $ARGS[0] = 'sveta_7':
  446. *clr & cla
  447. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  448. '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.'
  449. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  450. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  451. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  452. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  453. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  454. '<a href="exec:gt ''foto_albums'',''lily''">6. Lily I.</a>'
  455. '<a href="exec:gt ''foto_albums'',''sveta''">7. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  456. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  457. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  458. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  459. act'Move away':gt'foto','studio'
  460. end
  461. if $ARGS[0] = 'sveta_6':
  462. *clr & cla
  463. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  464. '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?'
  465. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  466. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  467. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  468. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  469. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  470. '<a href="exec:gt ''foto_albums'',''sveta''">6. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  471. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  472. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  473. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  474. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  475. act'Move away':gt'foto','studio'
  476. end
  477. if $ARGS[0] = 'sveta_5':
  478. *clr & cla
  479. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  480. '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.'
  481. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  482. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  483. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  484. '<a href="exec:gt ''foto_albums'',''jeff''">4. Jeff M.</a>'
  485. '<a href="exec:gt ''foto_albums'',''sveta''">5. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  486. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  487. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  488. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  489. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  490. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  491. act'Move away':gt'foto','studio'
  492. end
  493. if $ARGS[0] = 'sveta_4':
  494. *clr & cla
  495. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  496. '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.'
  497. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  498. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  499. '<a href="exec:gt ''foto_albums'',''emily''">3. Emily R.</a>'
  500. '<a href="exec:gt ''foto_albums'',''sveta''">4. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  501. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  502. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  503. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  504. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  505. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  506. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  507. act'Move away':gt'foto','studio'
  508. end
  509. if $ARGS[0] = 'sveta_3':
  510. *clr & cla
  511. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  512. '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!'
  513. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  514. '<a href="exec:gt ''foto_albums'',''katherine''">2. Katherine A.</a>'
  515. '<a href="exec:gt ''foto_albums'',''sveta''">3. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  516. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  517. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  518. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  519. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  520. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  521. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  522. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  523. act'Move away':gt'foto','studio'
  524. end
  525. if $ARGS[0] = 'sveta_2':
  526. *clr & cla
  527. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  528. '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?'
  529. '<a href="exec:gt ''foto_albums'',''anastasia''">1. Anastasia P.</a>'
  530. '<a href="exec:gt ''foto_albums'',''sveta''">2. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  531. '<a href="exec:gt ''foto_albums'',''katherine''">3. Katherine A.</a>'
  532. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  533. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  534. '<a href="exec:gt ''foto_albums'',''miranda''">6. Miranda K.</a>'
  535. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  536. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  537. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  538. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  539. act'Move away':gt'foto','studio'
  540. end
  541. if $ARGS[0] = 'sveta_1':
  542. *clr & cla
  543. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/albums.jpg"></center>'
  544. '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!'
  545. '<a href="exec:gt ''foto_albums'',''sveta''">1. <<$pcs_firstname>> <<mid($pcs_lastname,1,1)>>.</a>'
  546. '<a href="exec:gt ''foto_albums'',''anastasia''">2. Anastasia P.</a>'
  547. '<a href="exec:gt ''foto_albums'',''katherine''">3. Katherine A.</a>'
  548. '<a href="exec:gt ''foto_albums'',''emily''">4. Emily R.</a>'
  549. '<a href="exec:gt ''foto_albums'',''jeff''">5. Jeff M.</a>'
  550. '<a href="exec:gt ''foto_albums'',''miranda''">5. Miranda K.</a>'
  551. '<a href="exec:gt ''foto_albums'',''lily''">7. Lily I.</a>'
  552. '<a href="exec:gt ''foto_albums'',''mila''">8. Mila A.</a>'
  553. '<a href="exec:gt ''foto_albums'',''mari''">9. Mari E.</a>'
  554. '<a href="exec:gt ''foto_albums'',''anushka''">10. Anushka K.</a>'
  555. act'Move away':gt'foto','studio'
  556. end
  557. --- foto_albums ---------------------------------