mod_addedflavour_photoshop.qsrc 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. # mod_addedflavour_photoshop
  2. if $ARGS[0] = 'start':
  3. $loc = 'mod_addedflavour_photoshop'
  4. $loc_arg = 'start'
  5. $location_type = 'public_indoors'
  6. cls
  7. menu_off = 0
  8. gs 'stat'
  9. gs 'themes', 'indoors'
  10. '<center><b><font color="maroon">Camera & Photography Store</font></b></center>'
  11. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/shop.jpg"></center>'
  12. *nl
  13. 'The shop is dedicated to Camera''s and is celebrating this fact by displaying a myriad of them along every wall. A singular counter sits just off the adjacent wall with the shopkeeper standing behind it, clearly eager for some trade to enter his shop.'
  14. *nl
  15. act 'Talk to Shopowner' : gt 'mod_addedflavour_photoshop' , 'talk'
  16. act 'Leave':
  17. cla
  18. minut += 3
  19. gt 'torgcentr'
  20. end
  21. end
  22. if $ARGS[0] = 'talk':
  23. *clr & cla
  24. minut += rand(1,2)
  25. gs 'stat'
  26. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/owner.jpg"></center>'
  27. *nl
  28. if modVar_AF_EventProgress['PhotographyEv'] = 0:
  29. '<font color="Olive">"Hello there Shop Patron! You look like the sort of person who would be interested in a Quality Camera. In fact, judging by the sort of person I see before me, I have just the Camera right here; for you, only 20,000₽!"</font>'
  30. *nl
  31. '"Well I have been thinking of getting into Photography, it might be worth it..."'
  32. if money >= 20000:
  33. act 'Purchase DSLR Camera for 20000₽ (with Cash)' : gt 'mod_addedflavour_photoshop' , 'buycamera' , 'cash'
  34. end
  35. if karta >= 20000:
  36. act 'Purchase DSLR Camera for 20000₽ (with Card)' : gt 'mod_addedflavour_photoshop' , 'buycamera' , 'card'
  37. end
  38. else
  39. '<font color="Olive">"' + iif(modVar_AF_EventProgress['PhotographyEv'] = 2,'<<$pcs_firstname>>! How fantastic it is that you should visit my shop!','Aha! I remember you! How are you getting on with your recent purchase? Brilliantly I hope! I know what I see and I see brilliance before me so it can only be that you would get on brilliantly!') + '"</font>'
  40. end
  41. if modVar_AF_EventProgress['PhotographyEv'] = 1:
  42. chkportfolioloopcount = 0
  43. modVar_AF_Temp = 0
  44. :chkportfolioloopstart
  45. if chkportfolioloopcount >= arrsize('modVar_AF_PhotoTaken'):
  46. jump 'chkportfolioloopend'
  47. end
  48. modVar_AF_Temp += modVar_AF_PhotoTaken[chkportfolioloopcount]
  49. chkportfolioloopcount += 1
  50. jump 'chkportfolioloopstart'
  51. :chkportfolioloopend
  52. if modVar_AF_Temp >= arrsize('modVar_AF_PhotoTaken'):
  53. act 'Show Completed Portfolio' : gt 'mod_addedflavour_photoshop' , 'showportfolio'
  54. end
  55. elseif modVar_AF_EventProgress['PhotographyEv'] = 2:
  56. *nl
  57. '<b>Available Photography Commissions</b> (Between 9am & 4pm):'
  58. *nl
  59. gs 'mod_addedflavour_photoshop' , 'renewjobs'
  60. if week <= 1 and $modVar_AF_PhotoJobsDay['Monday'] ! '':
  61. gs 'mod_addedflavour_photoshop' , 'getjobtext' , $modVar_AF_PhotoJobsDay['Monday']
  62. 'Monday - <<$modVar_AF_TempStr>>'
  63. if (hour >= 9 and hour <= 15) and week = 1:
  64. act 'Take Photography Commission' : gt 'mod_addedflavour_photoshop' , 'photojob' , $modVar_AF_PhotoJobsDay['Monday']
  65. end
  66. else
  67. if week <= 1:
  68. 'Monday - None Available'
  69. else
  70. 'Monday - N/A'
  71. end
  72. end
  73. if week <= 2 and $modVar_AF_PhotoJobsDay['Tuesday'] ! '':
  74. gs 'mod_addedflavour_photoshop' , 'getjobtext' , $modVar_AF_PhotoJobsDay['Tuesday']
  75. 'Tuesday - <<$modVar_AF_TempStr>>'
  76. if (hour >= 9 and hour <= 15) and week = 2:
  77. act 'Take Photography Commission' : gt 'mod_addedflavour_photoshop' , 'photojob' , $modVar_AF_PhotoJobsDay['Tuesday']
  78. end
  79. else
  80. if week <= 2:
  81. 'Tuesday - None Available'
  82. else
  83. 'Tuesday - N/A'
  84. end
  85. end
  86. if week <= 3 and $modVar_AF_PhotoJobsDay['Wednesday'] ! '':
  87. gs 'mod_addedflavour_photoshop' , 'getjobtext' , $modVar_AF_PhotoJobsDay['Wednesday']
  88. 'Wednesday - <<$modVar_AF_TempStr>>'
  89. if (hour >= 9 and hour <= 15) and week = 3:
  90. act 'Take Photography Commission' : gt 'mod_addedflavour_photoshop' , 'photojob' , $modVar_AF_PhotoJobsDay['Wednesday']
  91. end
  92. else
  93. if week <= 3:
  94. 'Wednesday - None Available'
  95. else
  96. 'Wednesday - N/A'
  97. end
  98. end
  99. if week <= 4 and $modVar_AF_PhotoJobsDay['Thursday'] ! '':
  100. gs 'mod_addedflavour_photoshop' , 'getjobtext' , $modVar_AF_PhotoJobsDay['Thursday']
  101. 'Thursday - <<$modVar_AF_TempStr>>'
  102. if (hour >= 9 and hour <= 15) and week = 4:
  103. act 'Take Photography Commission' : gt 'mod_addedflavour_photoshop' , 'photojob' , $modVar_AF_PhotoJobsDay['Thursday']
  104. end
  105. else
  106. if week <= 4:
  107. 'Thursday - None Available'
  108. else
  109. 'Thursday - N/A'
  110. end
  111. end
  112. if week <= 5 and $modVar_AF_PhotoJobsDay['Friday'] ! '':
  113. gs 'mod_addedflavour_photoshop' , 'getjobtext' , $modVar_AF_PhotoJobsDay['Friday']
  114. 'Friday - <<$modVar_AF_TempStr>>'
  115. if (hour >= 9 and hour <= 15) and week = 5:
  116. act 'Take Photography Commission' : gt 'mod_addedflavour_photoshop' , 'photojob' , $modVar_AF_PhotoJobsDay['Friday']
  117. end
  118. else
  119. if week <= 5:
  120. 'Friday - None Available'
  121. else
  122. 'Friday - N/A'
  123. end
  124. end
  125. end
  126. act 'Walk away' : gt 'mod_addedflavour_photoshop' , 'start'
  127. end
  128. if $ARGS[0] = 'getjobtext':
  129. if $ARGS[1] = 'Tank' : $modVar_AF_TempStr = 'Tank and Bazooka Experience Day in Levingrad Oblast'
  130. if $ARGS[1] = 'Motorsport' : $modVar_AF_TempStr = 'Russian Touring Car Championship Event at St. Petersburg Autodrome'
  131. if $ARGS[1] = 'Wedding' : $modVar_AF_TempStr = 'Wedding at Yelagin Palace'
  132. if $ARGS[1] = 'Model' : $modVar_AF_TempStr = 'Newspaper Commision at Petrovskaya Akvatoria'
  133. if $ARGS[1] = 'Court' : $modVar_AF_TempStr = 'Press Event at City Courthouse'
  134. end
  135. if $ARGS[0] = 'buycamera':
  136. *clr & cla
  137. minut += rand(1,2)
  138. if $ARGS[1] = 'cash':
  139. money -= 20000
  140. elseif $ARGS[1] = 'card':
  141. karta -= 20000
  142. end
  143. modVar_AF_EventProgress['PhotographyEv'] = 1
  144. gs 'mod_addedflavour_photoshop' , 'configfolio'
  145. gs 'stat'
  146. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/owner.jpg"></center>'
  147. *nl
  148. '<font color="Olive">"You have made a momentous decision with this purchase! Here is your very own DSLR Camera to do anything from professional commissioned photography to personal snaps of small events. And now that I have launched your photographic crusade to enlightenment, what are you indeed planning to use this opportunity for in this world of possiblity?"</font>'
  149. *nl
  150. '"I am thinking of just building a portfolio of pictures for now; something to test how I can build up my ability to frame a scene. Maybe by going all around the area (<b><i>with my Photographers Eye Mode set</i></b>) and looking for pictures to take and build a catalogue of photographs (<b><i>which I will keep in my Journal</i></b>)."'
  151. *nl
  152. '<font color="Olive">"Fantastic! Brilliant! Tell you what; when you have completed your portfolio then bring it in as I would love to see it! Now go! I release you into this new world of possibility."</font>'
  153. act 'Walk away' : gt 'mod_addedflavour_photoshop' , 'start'
  154. end
  155. if $ARGS[0] = 'configfolio':
  156. $modVar_AF_PhotoName[] = 'city_library'
  157. $modVar_AF_PhotoDetailsSubtle[] = 'A Cathedral of Learning'
  158. $modVar_AF_PhotoDetailsDetailed[] = 'St. Petersburg Library'
  159. modVar_AF_PhotoTaken[] = 0
  160. modVar_AF_PhotoReveal[] = 0
  161. $modVar_AF_PhotoName[] = 'dachi'
  162. $modVar_AF_PhotoDetailsSubtle[] = 'A village away from the busy city streets and in solitude from its people'
  163. $modVar_AF_PhotoDetailsDetailed[] = 'The Suburban Co-operative Village'
  164. modVar_AF_PhotoTaken[] = 0
  165. modVar_AF_PhotoReveal[] = 0
  166. $modVar_AF_PhotoName[] = 'gadukino'
  167. $modVar_AF_PhotoDetailsSubtle[] = 'Homes in the countryside built in the shade of sleeping pines'
  168. $modVar_AF_PhotoDetailsDetailed[] = 'Gadukino Village'
  169. modVar_AF_PhotoTaken[] = 0
  170. modVar_AF_PhotoReveal[] = 0
  171. $modVar_AF_PhotoName[] = 'graveyard'
  172. $modVar_AF_PhotoDetailsSubtle[] = 'Those that rest yet rest no more'
  173. $modVar_AF_PhotoDetailsDetailed[] = 'A Graveyard outside St. Petersburg'
  174. modVar_AF_PhotoTaken[] = 0
  175. modVar_AF_PhotoReveal[] = 0
  176. $modVar_AF_PhotoName[] = 'obekt'
  177. $modVar_AF_PhotoDetailsSubtle[] = 'A Hive of new activity that has now fallen silent'
  178. $modVar_AF_PhotoDetailsDetailed[] = 'The Construction Site on the Highway'
  179. modVar_AF_PhotoTaken[] = 0
  180. modVar_AF_PhotoReveal[] = 0
  181. $modVar_AF_PhotoName[] = 'ParChurch'
  182. $modVar_AF_PhotoDetailsSubtle[] = 'A Dim Light in the Darkness'
  183. $modVar_AF_PhotoDetailsDetailed[] = 'The Pavlovsk Church'
  184. modVar_AF_PhotoTaken[] = 0
  185. modVar_AF_PhotoReveal[] = 0
  186. $modVar_AF_PhotoName[] = 'pav_commercial'
  187. $modVar_AF_PhotoDetailsSubtle[] = 'A Place to spend the results of your efforts'
  188. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Commerial Area'
  189. modVar_AF_PhotoTaken[] = 0
  190. modVar_AF_PhotoReveal[] = 0
  191. $modVar_AF_PhotoName[] = 'pav_complex'
  192. $modVar_AF_PhotoDetailsSubtle[] = 'A home to many but a haven to few'
  193. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Five-Eight Estate'
  194. modVar_AF_PhotoTaken[] = 0
  195. modVar_AF_PhotoReveal[] = 0
  196. $modVar_AF_PhotoName[] = 'pav_industrial'
  197. $modVar_AF_PhotoDetailsSubtle[] = 'The smoke of industry fueling the comfort of home'
  198. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Industrial Area'
  199. modVar_AF_PhotoTaken[] = 0
  200. modVar_AF_PhotoReveal[] = 0
  201. $modVar_AF_PhotoName[] = 'pav_park'
  202. $modVar_AF_PhotoDetailsSubtle[] = 'A beacon of green in a world of grey'
  203. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Park'
  204. modVar_AF_PhotoTaken[] = 0
  205. modVar_AF_PhotoReveal[] = 0
  206. $modVar_AF_PhotoName[] = 'pav_residential'
  207. $modVar_AF_PhotoDetailsSubtle[] = 'Filled with silent life in the dark yet a busy emptiness in the light'
  208. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Residential Area'
  209. modVar_AF_PhotoTaken[] = 0
  210. modVar_AF_PhotoReveal[] = 0
  211. $modVar_AF_PhotoName[] = 'pav_train'
  212. $modVar_AF_PhotoDetailsSubtle[] = 'A gateway to the world through a medium of steel'
  213. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Train Station'
  214. modVar_AF_PhotoTaken[] = 0
  215. modVar_AF_PhotoReveal[] = 0
  216. $modVar_AF_PhotoName[] = 'psiklin'
  217. $modVar_AF_PhotoDetailsSubtle[] = 'The ruins of the mind reflected in the ruins of the world'
  218. $modVar_AF_PhotoDetailsDetailed[] = 'Abandoned Insane Asylum'
  219. modVar_AF_PhotoTaken[] = 0
  220. modVar_AF_PhotoReveal[] = 0
  221. $modVar_AF_PhotoName[] = 'sentence'
  222. $modVar_AF_PhotoDetailsSubtle[] = 'A judgement of stone'
  223. $modVar_AF_PhotoDetailsDetailed[] = 'St. Petersburg Courthouse'
  224. modVar_AF_PhotoTaken[] = 0
  225. modVar_AF_PhotoReveal[] = 0
  226. $modVar_AF_PhotoName[] = 'lakecafe'
  227. $modVar_AF_PhotoDetailsSubtle[] = 'Someone with a Secret only the most trusted get to know (Person)'
  228. $modVar_AF_PhotoDetailsDetailed[] = 'Eugene(Industrial Region BBQ Barmaid)'
  229. modVar_AF_PhotoTaken[] = 0
  230. modVar_AF_PhotoReveal[] = 0
  231. $modVar_AF_PhotoName[] = 'autotraidF'
  232. $modVar_AF_PhotoDetailsSubtle[] = 'Carriages of Chrome for the Privileged who roam'
  233. $modVar_AF_PhotoDetailsDetailed[] = 'St. Petersburg Car Dealership'
  234. modVar_AF_PhotoTaken[] = 0
  235. modVar_AF_PhotoReveal[] = 0
  236. $modVar_AF_PhotoName[] = 'gadforest'
  237. $modVar_AF_PhotoDetailsSubtle[] = 'Sentinels of the Old World hidden away from the Concrete Harbingers of the New'
  238. $modVar_AF_PhotoDetailsDetailed[] = 'Gadukino Forest'
  239. modVar_AF_PhotoTaken[] = 0
  240. modVar_AF_PhotoReveal[] = 0
  241. if Storyline = 1:
  242. $modVar_AF_PhotoName[] = 'gschool_grounds'
  243. $modVar_AF_PhotoDetailsSubtle[] = 'A prison for the mind'
  244. $modVar_AF_PhotoDetailsDetailed[] = 'Pavlovsk Secondary School'
  245. modVar_AF_PhotoTaken[] = 0
  246. modVar_AF_PhotoReveal[] = 0
  247. $modVar_AF_PhotoName[] = 'mother'
  248. $modVar_AF_PhotoDetailsSubtle[] = 'A lost soul seeking redemption (Person)'
  249. $modVar_AF_PhotoDetailsDetailed[] = 'My Mother'
  250. modVar_AF_PhotoTaken[] = 0
  251. modVar_AF_PhotoReveal[] = 0
  252. $modVar_AF_PhotoName[] = 'sister_chat'
  253. $modVar_AF_PhotoDetailsSubtle[] = 'Beauty under the weight of potential (Person)'
  254. $modVar_AF_PhotoDetailsDetailed[] = 'My Sister'
  255. modVar_AF_PhotoTaken[] = 0
  256. modVar_AF_PhotoReveal[] = 0
  257. end
  258. end
  259. if $ARGS[0] = 'showportfolio':
  260. *clr & cla
  261. minut += rand(1,2)
  262. modVar_AF_EventProgress['PhotographyEv'] = 2
  263. gs 'stat'
  264. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/owner.jpg"></center>'
  265. *nl
  266. '<font color="Olive">"Ah, your portfolio, by all means I would love to peruse through it!"</font>'
  267. *nl
  268. '<font color="Olive">"Mmmm.... these photographs are terrific. Sensational, absolutely sensational."</font>'
  269. *nl
  270. '<font color="Olive">"You are the best! You must tell me your name at once!"</font>'
  271. *nl
  272. '"Oh.... thank you; it''s <<$pcs_firstname>>."'
  273. *nl
  274. '<font color="Olive">"What a beautiful name <<$pcs_firstname>>. You shall call me Bernie, for I have a fantastic business opportunity for you! You see, in addition to the Camera shop you see before you I also do a side business in Commisioned Photography and from what I have seen in you you are the perfect person to help me with some additional work. There will be no pressure, just visit my beautiful shop and I will let you know if there is any photography jobs you can do for me; cash in hand of course!"</font>'
  275. *nl
  276. '"Wow, that sounds interesting, sure I will visit whenever I can!"'
  277. act 'Walk away' : gt 'mod_addedflavour_photoshop' , 'start'
  278. end
  279. if $ARGS[0] = 'renewjobs':
  280. if daystart > modVar_AF_EventOpen['PhotoJobsEv']:
  281. modVar_AF_EventOpen['PhotoJobsEv'] = daystart + (7 - week)
  282. KILLVAR '$modVar_AF_PhotoJobs'
  283. KILLVAR '$modVar_AF_PhotoJobsDay'
  284. $modVar_AF_PhotoJobs[] = 'Motorsport'
  285. $modVar_AF_PhotoJobs[] = 'Tank'
  286. $modVar_AF_PhotoJobs[] = 'Wedding'
  287. $modVar_AF_PhotoJobs[] = 'Court'
  288. $modVar_AF_PhotoJobs[] = 'Model'
  289. $modVar_AF_PhotoJobs[] = ''
  290. $modVar_AF_PhotoJobs[] = ''
  291. $modVar_AF_PhotoJobs[] = ''
  292. $modVar_AF_PhotoJobs[] = ''
  293. $modVar_AF_PhotoJobs[] = ''
  294. $modVar_AF_PhotoJobs[] = ''
  295. $modVar_AF_PhotoJobs[] = ''
  296. $modVar_AF_PhotoJobs[] = ''
  297. $modVar_AF_PhotoJobs[] = ''
  298. $modVar_AF_PhotoJobs[] = ''
  299. $modVar_AF_PhotoJobs[] = ''
  300. $modVar_AF_PhotoJobs[] = ''
  301. $modVar_AF_PhotoJobs[] = ''
  302. $modVar_AF_PhotoJobs[] = ''
  303. $modVar_AF_PhotoJobs[] = ''
  304. modVar_AF_Temp = rand(1 , arrsize('modVar_AF_PhotoJobs')) - 1
  305. $modVar_AF_PhotoJobsDay['Monday'] = $modVar_AF_PhotoJobs[modVar_AF_Temp]
  306. KILLVAR '$modVar_AF_PhotoJobs' , modVar_AF_Temp
  307. modVar_AF_Temp = rand(1 , arrsize('modVar_AF_PhotoJobs')) - 1
  308. $modVar_AF_PhotoJobsDay['Tuesday'] = $modVar_AF_PhotoJobs[modVar_AF_Temp]
  309. KILLVAR '$modVar_AF_PhotoJobs' , modVar_AF_Temp
  310. modVar_AF_Temp = rand(1 , arrsize('modVar_AF_PhotoJobs')) - 1
  311. $modVar_AF_PhotoJobsDay['Wednesday'] = $modVar_AF_PhotoJobs[modVar_AF_Temp]
  312. KILLVAR '$modVar_AF_PhotoJobs' , modVar_AF_Temp
  313. modVar_AF_Temp = rand(1 , arrsize('modVar_AF_PhotoJobs')) - 1
  314. $modVar_AF_PhotoJobsDay['Thursday'] = $modVar_AF_PhotoJobs[modVar_AF_Temp]
  315. KILLVAR '$modVar_AF_PhotoJobs' , modVar_AF_Temp
  316. modVar_AF_Temp = rand(1 , arrsize('modVar_AF_PhotoJobs')) - 1
  317. $modVar_AF_PhotoJobsDay['Friday'] = $modVar_AF_PhotoJobs[modVar_AF_Temp]
  318. KILLVAR '$modVar_AF_PhotoJobs' , modVar_AF_Temp
  319. end
  320. end
  321. if $ARGS[0] = 'photojob':
  322. *clr & cla
  323. CLOSE ALL
  324. $modVar_AF_TempStr = $ARGS[1]
  325. minut += rand(1,2)
  326. gs 'stat'
  327. if $modVar_AF_TempStr = 'Tank':
  328. $loc = 'city_industrial'
  329. $loc_arg = ''
  330. $modVar_AF_PhotoLoc = 'City''s Industrial Region'
  331. $modVar_AF_PhotoMeet = 'meet a representative of the Experience Day Company to take you to the site with the other paying customers. You will be there to take pictures for them to purchase or perhaps for the company to use in their marketing.'
  332. act 'Head out' : gt 'mod_addedflavour_photoshop' , 'phototank'
  333. elseif $modVar_AF_TempStr = 'Model':
  334. $loc = 'mod_addedflavour_photoshop'
  335. $loc_arg = 'start'
  336. $modVar_AF_PhotoLoc = 'City Centre'
  337. $modVar_AF_PhotoMeet = 'go to the "Petrovskaya Akvatoria" Model Museum to take pictures of the various exhibits on behalf of an international newspaper. You will need to take lots of photographs whereupon you will send it off to them by email.'
  338. act 'Head out' : gt 'mod_addedflavour_photoshop' , 'photomodel'
  339. elseif $modVar_AF_TempStr = 'Wedding':
  340. $loc = 'city_residential'
  341. $loc_arg = ''
  342. $modVar_AF_PhotoLoc = 'City''s Residential Area'
  343. $modVar_AF_PhotoMeet = 'meet one of the family members of the betroved who will direct you to the happy couple to photograph their special day!'
  344. act 'Head out' : gt 'mod_addedflavour_photoshop' , 'photowedding'
  345. elseif $modVar_AF_TempStr = 'Motorsport':
  346. $loc = 'city_industrial'
  347. $loc_arg = ''
  348. $modVar_AF_PhotoLoc = 'City''s Industrial Region'
  349. $modVar_AF_PhotoMeet = 'meet a representative of the Autodrome who will take you to racetrack and give you a VIP pass; there you will be expected to take pictures of the event and deliver them back to your contact at the Track.'
  350. act 'Head out' : gt 'mod_addedflavour_photoshop' , 'photomotorsport'
  351. elseif $modVar_AF_TempStr = 'Court':
  352. $loc = 'mod_addedflavour_photoshop'
  353. $loc_arg = 'start'
  354. $modVar_AF_PhotoLoc = 'City Centre'
  355. $modVar_AF_PhotoMeet = 'head to the courthouse to take publicity photographs of the completed court session as they leave the building. Then you can deliver them back to me to give you your commission.'
  356. act 'Head out' : gt 'mod_addedflavour_photoshop' , 'photocourt'
  357. end
  358. gs 'stat'
  359. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/owner.jpg"></center>'
  360. *nl
  361. '"Bernie; I would like to take today''s Photography Commission."'
  362. *nl
  363. '<font color="Olive">"Why of course <<$pcs_firstname>>! Just head to the <<$modVar_AF_PhotoLoc>>, whereupon you will <<$modVar_AF_PhotoMeet>>"</font>'
  364. *nl
  365. '"I''ll go there straightaway!"'
  366. *nl
  367. '<font color="Olive">"And don''t forget to enjoy yourself! Happy people take happy photographs!"</font>'
  368. end
  369. if $ARGS[0] = 'phototank':
  370. *clr & cla
  371. minut += rand(15,20)
  372. modVar_AF_Rand = rand(1,60)
  373. if modVar_AF_Rand >= 31:
  374. $modVar_AF_TempColour = 'Maroon'
  375. else
  376. $modVar_AF_TempColour = 'Olive'
  377. end
  378. gs 'stat'
  379. '<center><img src="images/characters/shared/<<modVar_AF_Rand>>.jpg"></center>'
  380. *nl
  381. 'You head over to the Industrial Region where you quickly meet up with your contact at the Experience Centre.'
  382. *nl
  383. '<font color="<<$modVar_AF_TempColour>>">"Hi there; you must be <<$pcs_firstname>>. The group is already on their way to the site so I''ll take you up there in my car. I am sure you know everything you will need to do but feel free to ask if you have any queries"</font>'
  384. *nl
  385. 'And with that you head to the Experience Centre!'
  386. act 'Go to the Experience Centre':
  387. *clr & cla
  388. minut += rand(120,150)
  389. modVar_AF_Rand = (rand(50,80) * 10) + (rand(20,40) * 10)
  390. money += modVar_AF_Rand
  391. gs 'stat'
  392. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/Pictures/Tank<<rand(1,3)>>.jpg"></center>'
  393. *nl
  394. 'You arrive at the Experience Centre and spend the next two hours taking as much pictures of the experience as you can. The group are clearing enjoying the event; some getting rides in Military Vehicles across rough terrain and some getting to fire off rocket launchers at the firing range!'
  395. *nl
  396. 'Once the day is over you remove your SD card and hand it to the contact you met at the beginning who gives you your commission of <<modVar_AF_Rand>>₽ once they have sorted out whether any of the customers want additional copies.'
  397. *nl
  398. 'Your contact then takes you back to St. Petersburg and drops you off at the Industrial Region'
  399. act 'Return' : gt $loc, $loc_arg
  400. end
  401. end
  402. if $ARGS[0] = 'photomodel':
  403. *clr & cla
  404. minut += rand(60,90)
  405. modVar_AF_Rand = (rand(70,90) * 10)
  406. money += modVar_AF_Rand
  407. gs 'stat'
  408. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/Pictures/Model<<rand(1,3)>>.jpg"></center>'
  409. *nl
  410. 'You head into the City Centre and walk through the Entry Hall into the Petrovskaya Akvatoria itself.'
  411. *nl
  412. 'After a brief introduction to a member of staff to confirm your activities here you walk around the exhibit, taking a large number of photographs so that the article has a wealth to choose from.'
  413. *nl
  414. 'Once completed you hand the full SD card to Bernie who provides your fee of <<modVar_AF_Rand>>₽.'
  415. act 'Return' : gt $loc, $loc_arg
  416. end
  417. if $ARGS[0] = 'photowedding':
  418. *clr & cla
  419. minut += rand(10,18)
  420. modVar_AF_Rand = rand(1,60)
  421. if modVar_AF_Rand >= 31:
  422. $modVar_AF_TempColour = 'Maroon'
  423. else
  424. $modVar_AF_TempColour = 'Olive'
  425. end
  426. gs 'stat'
  427. '<center><img src="images/characters/shared/<<modVar_AF_Rand>>.jpg"></center>'
  428. *nl
  429. 'You head over to the Residential District where you meet up with a relative of the ' + iif(rand(1,2) = 1,'groom','bride') + '.'
  430. *nl
  431. '<font color="<<$modVar_AF_TempColour>>">"Hello, you must be the photographer! If you follow me then I will take you to the happy couple to take the pictures of them."</font>'
  432. act 'Follow them':
  433. *clr & cla
  434. minut += rand(90,120)
  435. modVar_AF_Rand = (rand(30,120) * 10)
  436. money += modVar_AF_Rand
  437. gs 'stat'
  438. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/Pictures/Wedding<<rand(1,3)>>.jpg"></center>'
  439. *nl
  440. 'You meet the pair who are getting married and help direct them into a number of framed situations for you to take some beautiful photo''s of them together.'
  441. *nl
  442. 'Once you have enough you spend the rest of the event in the background taking a number of photo''s of the entire event. Once it is all over you meet back up with the relative who takes the SD card and hands you your fee of <<modVar_AF_Rand>>₽.'
  443. *nl
  444. 'Leaving them to close up the venue you walk out back into the Residential District.'
  445. act 'Return' : gt $loc, $loc_arg
  446. end
  447. end
  448. if $ARGS[0] = 'photomotorsport':
  449. *clr & cla
  450. minut += rand(15,20)
  451. modVar_AF_Rand = rand(1,60)
  452. if modVar_AF_Rand >= 31:
  453. $modVar_AF_TempColour = 'Maroon'
  454. else
  455. $modVar_AF_TempColour = 'Olive'
  456. end
  457. gs 'stat'
  458. '<center><img src="images/characters/shared/<<modVar_AF_Rand>>.jpg"></center>'
  459. *nl
  460. 'You head over to the Industrial Region and find your contact for the Autodrome.'
  461. *nl
  462. '<font color="<<$modVar_AF_TempColour>>">"Why hello there, you must be the person Bernie said they would be sending. As I''m sure you know everything you have to do at the Track I will give you this Press Pass and take you to the Autodrome!"</font>'
  463. *nl
  464. 'You look at the pass they gave you and confirm it is all legitimate then get into their car to be taken to the track.'
  465. act 'Go to the Autodrome':
  466. *clr & cla
  467. minut += rand(180,240)
  468. modVar_AF_Rand = (rand(100,150) * 10)
  469. money += modVar_AF_Rand
  470. gs 'stat'
  471. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/Pictures/Motorsport<<rand(1,3)>>.jpg"></center>'
  472. *nl
  473. 'You are dropped off at the Employee Entrance and directed to the Pit Area as the teams are getting their vehicles prepared.'
  474. *nl
  475. 'You start off by getting lots of shots of the teams in the build-up to the race; showcasing the tension and focus as the countdown approaches zero.'
  476. *nl
  477. 'When the race itself starts you roam the track, taking pictures of any event as it happens on the track; getting high intensity shots of fast paced action as well as the smooth professionalism of the leading drivers. All in all it is a fantastic experience.'
  478. *nl
  479. 'With your job done you find your contact again and hand them a full SD card for which they gratifiedly hand you your <<modVar_AF_Rand>>₽ commission.'
  480. *nl
  481. 'Your contact then takes you back to St. Petersburg and drops you off at the Industrial Region'
  482. act 'Return' : gt $loc, $loc_arg
  483. end
  484. end
  485. if $ARGS[0] = 'photocourt':
  486. *clr & cla
  487. minut += rand(20,30)
  488. modVar_AF_Rand = (rand(30,50) * 10)
  489. money += modVar_AF_Rand
  490. gs 'stat'
  491. '<center><img src="mod/addedflavour/images/locations/city/citycenter/mall/photoshop/Pictures/Court<<rand(1,3)>>.jpg"></center>'
  492. *nl
  493. 'You head into the City Centre and straight to the Courthouse which has already seen a number of people turn up.'
  494. *nl
  495. 'Once you have ingratiated yourself into the crowd you position yourself to take some good shots of the plaintiff accompanied by their lawyers and representatives.'
  496. *nl
  497. 'Once completed you hand the SD card to Bernie who provides your fee of <<modVar_AF_Rand>>₽.'
  498. act 'Return' : gt $loc, $loc_arg
  499. end
  500. --- mod_addedflavour_photoshop ---------------------------------