pirsingsalon.qsrc 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782
  1. # pirsingsalon
  2. !! Piercings variables:
  3. !! pirsX: Which piercing is worn at position X
  4. !! X=
  5. !! A: Tongue
  6. !! B: Lip
  7. !! C: Ear
  8. !! D: Nose
  9. !! E: Eyebrow
  10. !! F: Nipple
  11. !! G: Pussy
  12. !! N: Navel
  13. !! pirsX = 10000: the body is pieced at X but no piercing is currently worn there
  14. menu_off = 1
  15. if $ARGS[0] = 'start':
  16. $location_type = 'indoors'
  17. $menu_loc = 'pirsingsalon'
  18. $menu_arg = 'start'
  19. menu_off = 0
  20. gs 'stat'
  21. gs 'themes', 'indoors'
  22. '<center><b>Tattoo & Piercing Salon</b></center>'
  23. '<center><img src="images/locations/city/industrial/salon/pirsingstudia.jpg"></center>'
  24. 'Small studio with just one artist doing the tattoos and piercings.'
  25. '<center><table border=1><TH>View tattoos</TH><TH>View tattoos</TH><TH>View piercings</TH>'
  26. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''arm''">Arm - 8000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''lip''">Lip - 5000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsyaz''">Tongue - 5000 <b>₽</b></a></TD></tr>'
  27. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''ass''">Ass - 10000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''neck''">Neck - 8000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsgub''">Lip - 6000 <b>₽</b></a></TD></tr>'
  28. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''back''">Back - 10000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pubic''">Pubic - 20000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsysh''">Ear - 3000 <b>₽</b></a></TD></tr>'
  29. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''belly''">Belly - 10000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''shoulder''">Shoulder - 8000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsnos''">Nose - 5000 <b>₽</b></a></TD></tr>'
  30. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''breast''">Breasts - 15000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''side''">Side - 12000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsbro''">Eyebrow - 5000 <b>₽</b></a></TD></tr>'
  31. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''chest''">Chest - 12000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''tramp''">Tramp stamp - 12000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirssos''">Nipple - 10000 <b>₽</b></a></TD></tr>'
  32. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''face''">Face - 10000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''under''">Under breast - 12000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirspyp''">Navel - 10000 <b>₽</b></a></TD></tr>'
  33. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''foot''">Foot - 8000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''wrist''">Wrist - 7000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''pirsvla''">Pussy - 25000 <b>₽</b></a></TD></tr>'
  34. *p '<tr><TD><a href="exec:gt ''pirsingsalon'', ''leg''">Legs - 10000 <b>₽</b></TD><TD><a href="exec:gt ''pirsingsalon'', ''hand''">Hand - 7000 <b>₽</b></TD><TD></TD></tr></table></center>'
  35. if hour < 12 or hour > 20:
  36. cls
  37. 'Shop is closing and you are asked to leave.'
  38. act 'Leave':
  39. minut += 5
  40. gs 'pirsingsalon', 'count'
  41. gt 'city_industrial'
  42. end
  43. exit
  44. end
  45. act 'Leave':
  46. minut += 5
  47. gs 'pirsingsalon', 'count'
  48. gt 'city_industrial'
  49. end
  50. end
  51. if $ARGS[0] = 'count':
  52. !!Counting the tattoos and piercings just in case
  53. tattCount = 0
  54. if tatarm >= 1: tattCount += 1
  55. if tatass >= 1: tattCount += 1
  56. if tatback >= 1: tattCount += 1
  57. if tatblly >= 1: tattCount += 1
  58. if tatbrst >= 1: tattCount += 1
  59. if tatchst >= 1: tattCount += 1
  60. if tatfce >= 1: tattCount += 1
  61. if tatankle >= 1: tattCount += 1
  62. if tatleg >= 1: tattCount += 1
  63. if tatlip >= 1: tattCount += 1
  64. if tatneck >= 1: tattCount += 1
  65. if tatvag >= 1: tattCount += 1
  66. if tatlech >= 1: tattCount += 1
  67. if tatside >= 1: tattCount += 1
  68. if tatupb >= 1: tattCount += 1
  69. if tatunder >= 1: tattCount += 1
  70. if tatwrist >= 1: tattCount += 1
  71. if tathand >= 1: tattCount += 1
  72. pierWearCount = 0
  73. if pirsA > 0 and pirsA ! 10000: pierWearCount += 1
  74. if pirsB > 0 and pirsB ! 10000: pierWearCount += 1
  75. if pirsC > 0 and pirsC ! 10000: pierWearCount += 1
  76. if pirsD > 0 and pirsD ! 10000: pierWearCount += 1
  77. if pirsE > 0 and pirsE ! 10000: pierWearCount += 1
  78. if pirsF > 0 and pirsF ! 10000: pierWearCount += 1
  79. if pirsG > 0 and pirsG ! 10000: pierWearCount += 1
  80. if pirsN > 0 and pirsN ! 10000: pierWearCount += 1
  81. end
  82. if $ARGS[0] = 'pirsyaz':
  83. *clr
  84. cla
  85. i = 1
  86. :looptongue_pir
  87. *p '<a href="exec:gt ''pirsingsalon'', ''tongue_pir'', <<i>>"><img src="images/pc/body/piercings/a<<i>>.jpg" height="250" /></a>'
  88. i += 1
  89. if i <= 4:jump 'looptongue_pir'
  90. act 'Return':gt 'pirsingsalon', 'start'
  91. end
  92. if $ARGS[0] = 'tongue_pir':
  93. *clr
  94. cla
  95. i = ARGS[1]
  96. '<center><img src="images/pc/body/piercings/a<<i>>.jpg"></center>'
  97. if pirsA > 0:
  98. if dyneval('RESULT = PirsA<<i>>_owned') = 1:
  99. 'You already own this piercing.'
  100. act 'Return':gt 'pirsingsalon', 'pirsyaz'
  101. else
  102. if money >= 3000:
  103. act 'Buy this piercing for 3000 <b>₽</b> (cash)':
  104. 'You buy the piercing.'
  105. cla
  106. money -= 3000
  107. dynamic 'pirsA<<i>>_owned = 1'
  108. act 'Return':gt 'pirsingsalon', 'pirsyaz'
  109. end
  110. else
  111. 'You don''t have enough cash for this piercing.'
  112. end
  113. if karta + bankDebtLimit >= 3000:
  114. act 'Buy this piercing for 3000 <b>₽</b> (card)':
  115. 'You buy the piercing.'
  116. cla
  117. karta -= 3000
  118. dynamic 'pirsA<<i>>_owned = 1'
  119. act 'Return':gt 'pirsingsalon', 'pirsyaz'
  120. end
  121. else
  122. 'You don''t have enough money in your bank for this piercing.'
  123. end
  124. end
  125. elseif (money >= 5000) or (karta + bankDebtLimit >= 5000):
  126. if money >= 5000:
  127. act 'Get your tongue pierced with this piercing for 5000 <b>₽</b> (cash)':
  128. cls
  129. minut += 30
  130. money -= 5000
  131. pirsA = i
  132. dynamic 'pirsA<<i>>_owned = 1'
  133. pierWearCount += 1
  134. gs 'pain', 5, 'tongue', 'pierce'
  135. '<center><img src="images/locations/city/industrial/salon/pirsing.jpg"></center>'
  136. gs 'stat'
  137. 'The tattooist disinfects the area, pierces your tongue and inserts your chosen piercing.'
  138. act 'Leave':gt 'pirsingsalon', 'start'
  139. end
  140. end
  141. if karta + bankDebtLimit >= 5000:
  142. act 'Get your tongue pierced with this piercing for 5000 <b>₽</b> (card)':
  143. cls
  144. minut += 30
  145. karta -= 5000
  146. pirsA = i
  147. dynamic 'pirsA<<i>>_owned = 1'
  148. pierWearCount += 1
  149. gs 'pain', 5, 'tongue', 'pierce'
  150. '<center><img src="images/locations/city/industrial/salon/pirsing.jpg"></center>'
  151. gs 'stat'
  152. 'The tattooist disinfects the area, pierces your tongue and inserts your chosen piercing.'
  153. act 'Leave':gt 'pirsingsalon', 'start'
  154. end
  155. end
  156. else
  157. 'You cannot afford to get your tongue pierced with this piercing.'
  158. end
  159. act 'Return':gt 'pirsingsalon', 'pirsyaz'
  160. end
  161. if $ARGS[0] = 'pirsgub':
  162. *clr
  163. cla
  164. i = 1
  165. :looplip_pir
  166. *p '<a href="exec:gt ''pirsingsalon'', ''lip_pir'', <<i>>"><img src="images/pc/body/piercings/b<<i>>.jpg" height="250" /></a>'
  167. i += 1
  168. if i <= 7:jump 'looplip_pir'
  169. act 'Return':gt 'pirsingsalon', 'start'
  170. end
  171. if $ARGS[0] = 'lip_pir':
  172. *clr
  173. cla
  174. i = ARGS[1]
  175. '<center><img src="images/pc/body/piercings/b<<i>>.jpg"></center>'
  176. if pirsB > 0:
  177. if dyneval('RESULT = PirsB<<i>>_owned') = 1:
  178. 'You already own this piercing.'
  179. act 'Return':gt 'pirsingsalon', 'pirsgub'
  180. else
  181. if money >= 4000:
  182. act 'Buy this piercing for 4000 <b>₽</b> (cash)':
  183. 'You buy the piercing.'
  184. cla
  185. money -= 4000
  186. dynamic 'pirsB<<i>>_owned = 1'
  187. act 'Return':gt 'pirsingsalon', 'pirsgub'
  188. end
  189. else
  190. 'You don''t have enough cash for this piercing.'
  191. end
  192. if karta + bankDebtLimit >= 4000:
  193. act 'Buy this piercing for 4000 <b>₽</b> (card)':
  194. 'You buy the piercing.'
  195. cla
  196. karta -= 4000
  197. dynamic 'pirsB<<i>>_owned = 1'
  198. act 'Return':gt 'pirsingsalon', 'pirsgub'
  199. end
  200. else
  201. 'You don''t have enough money in your bank for this piercing.'
  202. end
  203. end
  204. elseif (money >= 6000) or (karta + bankDebtLimit >= 6000):
  205. if money >= 6000:
  206. act 'Get your lip pierced with this piercing for 6000 <b>₽</b> (cash)':
  207. cls
  208. minut += 30
  209. money -= 6000
  210. pirsB = i
  211. dynamic 'pirsB<<i>>_owned = 1'
  212. pierWearCount += 1
  213. gs 'pain', 2, 'lips', 'pierce'
  214. '<center><img src="images/locations/city/industrial/salon/pirsing2.jpg"></center>'
  215. gs 'stat'
  216. 'The tattooist disinfects the area, pierces your lip and inserts your chosen piercing.'
  217. act 'Leave':gt 'pirsingsalon', 'start'
  218. end
  219. end
  220. if karta + bankDebtLimit >= 6000:
  221. act 'Get your lip pierced with this piercing for 6000 <b>₽</b> (card)':
  222. cls
  223. minut += 30
  224. karta -= 6000
  225. pirsB = i
  226. dynamic 'pirsB<<i>>_owned = 1'
  227. pierWearCount += 1
  228. gs 'pain', 2, 'lips', 'pierce'
  229. '<center><img src="images/locations/city/industrial/salon/pirsing2.jpg"></center>'
  230. gs 'stat'
  231. 'The tattooist disinfects the area, pierces your lip and inserts your chosen piercing.'
  232. act 'Leave':gt 'pirsingsalon', 'start'
  233. end
  234. end
  235. else
  236. 'You cannot afford to get your lip pierced with this piercing.'
  237. end
  238. act 'Return':gt 'pirsingsalon', 'pirsgub'
  239. end
  240. if $ARGS[0] = 'pirsysh':
  241. *clr
  242. cla
  243. i = 1
  244. :loopears_pir
  245. *p '<a href="exec:gt ''pirsingsalon'', ''ears_pir'', <<i>>"><img src="images/pc/body/piercings/c<<i>>.jpg" height="250" /></a>'
  246. i += 1
  247. if i <= 24:jump 'loopears_pir'
  248. act 'Return':gt 'pirsingsalon', 'start'
  249. end
  250. if $ARGS[0] = 'ears_pir':
  251. *clr
  252. cla
  253. i = ARGS[1]
  254. '<center><img src="images/pc/body/piercings/c<<i>>.jpg"></center>'
  255. if pirsC > 0:
  256. if dyneval('RESULT = PirsC<<i>>_owned') = 1:
  257. 'You already own these earrings.'
  258. act 'Return':gt 'pirsingsalon', 'pirsysh'
  259. else
  260. if money >= 1000:
  261. act 'Buy this piercing for 1000 <b>₽</b> (cash)':
  262. 'You buy the earrings.'
  263. cla
  264. money -= 1000
  265. dynamic 'pirsC<<i>>_owned = 1'
  266. act 'Return':gt 'pirsingsalon', 'pirsysh'
  267. end
  268. else
  269. 'You don''t have enough cash for these earrings.'
  270. end
  271. if karta + bankDebtLimit >= 1000:
  272. act 'Buy these earrings for 1000 <b>₽</b> (card)':
  273. 'You buy the earrings.'
  274. cla
  275. karta -= 1000
  276. dynamic 'pirsC<<i>>_owned = 1'
  277. act 'Return':gt 'pirsingsalon', 'pirsysh'
  278. end
  279. else
  280. 'You don''t have enough money in your bank for these earrings.'
  281. end
  282. end
  283. elseif (money >= 3000) or (karta + bankDebtLimit >= 3000):
  284. if money >= 3000:
  285. act 'Get your ears pierced with these earrings for 3000 <b>₽</b> (cash)':
  286. cls
  287. minut += 30
  288. money -= 3000
  289. pirsC = i
  290. dynamic 'pirsC<<i>>_owned = 1'
  291. pierWearCount += 1
  292. gs 'pain', 1, 'ears', 'pierce'
  293. '<center><img src="images/pc/body/piercings/c<<i>>.jpg"></center>'
  294. gs 'stat'
  295. 'The tattooist disinfects the area, pierces your ears and inserts your chosen earrings.'
  296. act 'Leave':gt 'pirsingsalon', 'start'
  297. end
  298. end
  299. if karta + bankDebtLimit >= 3000:
  300. act 'Get your ears pierced with these earrings for 3000 <b>₽</b> (card)':
  301. cls
  302. minut += 30
  303. karta -= 3000
  304. pirsC = i
  305. dynamic 'pirsC<<i>>_owned = 1'
  306. pierWearCount += 1
  307. gs 'pain', 1, 'ears', 'pierce'
  308. '<center><img src="images/pc/body/piercings/c<<i>>.jpg"></center>'
  309. gs 'stat'
  310. 'The tattooist disinfects the area, pierces your ears and inserts your chosen earrings.'
  311. act 'Leave':gt 'pirsingsalon', 'start'
  312. end
  313. end
  314. else
  315. 'You cannot afford to get your ears pierced with this earrings.'
  316. end
  317. act 'Return':gt 'pirsingsalon', 'pirsysh'
  318. end
  319. if $ARGS[0] = 'pirsnos':
  320. *clr
  321. cla
  322. i = 1
  323. :loopnose_pir
  324. *p '<a href="exec:gt ''pirsingsalon'', ''nose_pir'', <<i>>"><img src="images/pc/body/piercings/d<<i>>.jpg" height="250" /></a>'
  325. i += 1
  326. if i <= 7:jump 'loopnose_pir'
  327. act 'Return':gt 'pirsingsalon', 'start'
  328. end
  329. if $ARGS[0] = 'nose_pir':
  330. *clr
  331. cla
  332. i = ARGS[1]
  333. '<center><img src="images/pc/body/piercings/d<<i>>.jpg"></center>'
  334. if pirsD > 0:
  335. if dyneval('RESULT = PirsD<<i>>_owned') = 1:
  336. 'You already own this piercing.'
  337. act 'Return':gt 'pirsingsalon', 'pirsnos'
  338. else
  339. if money >= 2000:
  340. act 'Buy this piercing for 2000 <b>₽</b> (cash)':
  341. 'You buy the piercing.'
  342. cla
  343. money -= 2000
  344. dynamic 'pirsD<<i>>_owned = 1'
  345. act 'Return':gt 'pirsingsalon', 'pirsnos'
  346. end
  347. else
  348. 'You don''t have enough cash for this piercing.'
  349. end
  350. if karta + bankDebtLimit >= 2000:
  351. act 'Buy this piercing for 2000 <b>₽</b> (card)':
  352. 'You buy the piercing.'
  353. cla
  354. karta -= 2000
  355. dynamic 'pirsD<<i>>_owned = 1'
  356. act 'Return':gt 'pirsingsalon', 'pirsnos'
  357. end
  358. else
  359. 'You don''t have enough money in your bank for this piercing.'
  360. end
  361. end
  362. elseif (money >= 5000) or (karta + bankDebtLimit >= 5000):
  363. if money >= 5000:
  364. act 'Get your nose pierced with this piercing for 5000 <b>₽</b> (cash)':
  365. cls
  366. minut += 30
  367. money -= 5000
  368. pirsD = i
  369. dynamic 'pirsD<<i>>_owned = 1'
  370. pierWearCount += 1
  371. gs 'pain', 2, 'nose', 'pierce'
  372. '<center><img src="images/pc/body/piercings/d<<i>>.jpg"></center>'
  373. gs 'stat'
  374. 'The tattooist disinfects the area, pierces your nose and inserts your chosen piercing.'
  375. act 'Leave':gt 'pirsingsalon', 'start'
  376. end
  377. end
  378. if karta + bankDebtLimit >= 5000:
  379. act 'Get your nose pierced with this piercing for 5000 <b>₽</b> (card)':
  380. cls
  381. minut += 30
  382. karta -= 5000
  383. pirsD = i
  384. dynamic 'pirsD<<i>>_owned = 1'
  385. pierWearCount += 1
  386. gs 'pain', 2, 'nose', 'pierce'
  387. '<center><img src="images/pc/body/piercings/d<<i>>.jpg"></center>'
  388. gs 'stat'
  389. 'The tattooist disinfects the area, pierces your nose and inserts your chosen piercing.'
  390. act 'Leave':gt 'pirsingsalon', 'start'
  391. end
  392. end
  393. else
  394. 'You cannot afford to get your lip pierced with this piercing.'
  395. end
  396. act 'Return':gt 'pirsingsalon', 'pirsnos'
  397. end
  398. if $ARGS[0] = 'pirsbro':
  399. *clr
  400. cla
  401. i = 1
  402. :loopbrow_pir
  403. *p '<a href="exec:gt ''pirsingsalon'', ''brow_pir'', <<i>>"><img src="images/pc/body/piercings/e<<i>>.jpg" height="250" /></a>'
  404. i += 1
  405. if i <= 2:jump 'loopbrow_pir'
  406. act 'Return':gt 'pirsingsalon', 'start'
  407. end
  408. if $ARGS[0] = 'brow_pir':
  409. *clr
  410. cla
  411. i = ARGS[1]
  412. '<center><img src="images/pc/body/piercings/e<<i>>.jpg"></center>'
  413. if pirsE > 0:
  414. if dyneval('RESULT = PirsE<<i>>_owned') = 1:
  415. 'You already own this piercing.'
  416. act 'Return':gt 'pirsingsalon', 'pirsbro'
  417. else
  418. if money >= 2000:
  419. act 'Buy this piercing for 2000 <b>₽</b> (cash)':
  420. 'You buy the piercing.'
  421. cla
  422. money -= 2000
  423. dynamic 'PirsE<<i>>_owned = 1'
  424. act 'Return':gt 'pirsingsalon', 'pirsbro'
  425. end
  426. else
  427. 'You don''t have enough cash for this piercing.'
  428. end
  429. if karta + bankDebtLimit >= 2000:
  430. act 'Buy this piercing for 2000 <b>₽</b> (card)':
  431. 'You buy the piercing.'
  432. cla
  433. karta -= 2000
  434. dynamic 'PirsE<<i>>_owned = 1'
  435. act 'Return':gt 'pirsingsalon', 'pirsbro'
  436. end
  437. else
  438. 'You don''t have enough money in your bank for this piercing.'
  439. end
  440. end
  441. elseif (money >= 5000) or (karta + bankDebtLimit >= 5000):
  442. if money >= 5000:
  443. act 'Get your brow pierced with this piercing for 5000 <b>₽</b> (cash)':
  444. cls
  445. minut += 30
  446. money -= 5000
  447. PirsE = i
  448. dynamic 'PirsE<<i>>_owned = 1'
  449. pierWearCount += 1
  450. gs 'pain', 3, 'eyebrows', 'pierce'
  451. '<center><img src="images/pc/body/piercings/e<<i>>.jpg"></center>'
  452. gs 'stat'
  453. 'The tattooist disinfects the area, pierces your brow and inserts your chosen piercing.'
  454. act 'Leave':gt 'pirsingsalon', 'start'
  455. end
  456. end
  457. if karta + bankDebtLimit >= 5000:
  458. act 'Get your brow pierced with this piercing for 5000 <b>₽</b> (card)':
  459. cls
  460. minut += 30
  461. karta -= 5000
  462. PirsE = i
  463. dynamic 'PirsE<<i>>_owned = 1'
  464. pierWearCount += 1
  465. gs 'pain', 3, 'eyebrows', 'pierce'
  466. '<center><img src="images/pc/body/piercings/e<<i>>.jpg"></center>'
  467. gs 'stat'
  468. 'The tattooist disinfects the area, pierces your brow and inserts your chosen piercing.'
  469. act 'Leave':gt 'pirsingsalon', 'start'
  470. end
  471. end
  472. else
  473. 'You cannot afford to get your brow pierced with this piercing.'
  474. end
  475. act 'Return':gt 'pirsingsalon', 'pirsbro'
  476. end
  477. if $ARGS[0] = 'pirssos':
  478. *clr
  479. cla
  480. i = 1
  481. :loopnip_pir
  482. *p '<a href="exec:gt ''pirsingsalon'', ''nip_pir'', <<i>>"><img src="images/pc/body/piercings/f<<i>>.jpg" height="250" /></a>'
  483. i += 1
  484. if i <= 7:jump 'loopnip_pir'
  485. act 'Return':gt 'pirsingsalon', 'start'
  486. end
  487. if $ARGS[0] = 'nip_pir':
  488. *clr
  489. cla
  490. i = ARGS[1]
  491. '<center><img src="images/pc/body/piercings/f<<i>>.jpg"></center>'
  492. if pirsF > 0:
  493. if dyneval('RESULT = PirsF<<i>>_owned') = 1:
  494. 'You already own this piercing.'
  495. act 'Return':gt 'pirsingsalon', 'pirssos'
  496. else
  497. if money >= 6000:
  498. act 'Buy these piercings for 6000 <b>₽</b> (cash)':
  499. 'You buy the piercings.'
  500. cla
  501. money -= 6000
  502. dynamic 'pirsF<<i>>_owned = 1'
  503. act 'Return':gt 'pirsingsalon', 'pirssos'
  504. end
  505. else
  506. 'You don''t have enough cash for these piercings.'
  507. end
  508. if karta + bankDebtLimit >= 6000:
  509. act 'Buy these piercings for 6000 <b>₽</b> (card)':
  510. 'You buy the piercings.'
  511. cla
  512. karta -= 6000
  513. dynamic 'pirsF<<i>>_owned = 1'
  514. act 'Return':gt 'pirsingsalon', 'pirssos'
  515. end
  516. else
  517. 'You don''t have enough money in your bank for this piercing.'
  518. end
  519. end
  520. elseif (money >= 10000) or (karta + bankDebtLimit >= 10000):
  521. if money >= 10000:
  522. act 'Get your nipples pierced with these piercings for 10,000 <b>₽</b> (cash)':
  523. cls
  524. minut += 30
  525. money -= 10000
  526. pirsF = i
  527. dynamic 'pirsF<<i>>_owned = 1'
  528. pierWearCount += 1
  529. gs 'pain', 7, 'nipples', 'pierce'
  530. '<center><img src="images/pc/body/piercings/f<<i>>.jpg"></center>'
  531. gs 'stat'
  532. 'The tattooist disinfects the area, pierces your nipples and inserts your chosen piercings.'
  533. act 'Leave':gt 'pirsingsalon', 'start'
  534. end
  535. end
  536. if karta + bankDebtLimit >= 10000:
  537. act 'Get your nipples pierced with these piercings for 10,000 <b>₽</b> (card)':
  538. cls
  539. minut += 30
  540. karta -= 10000
  541. pirsF = i
  542. dynamic 'pirsF<<i>>_owned = 1'
  543. pierWearCount += 1
  544. gs 'pain', 7, 'nipples', 'pierce'
  545. '<center><img src="images/pc/body/piercings/f<<i>>.jpg"></center>'
  546. gs 'stat'
  547. 'The tattooist disinfects the area, pierces your nipples and inserts your chosen piercings.'
  548. act 'Leave':gt 'pirsingsalon', 'start'
  549. end
  550. end
  551. else
  552. 'You cannot afford to get your lip pierced with these piercings.'
  553. end
  554. act 'Return':gt 'pirsingsalon', 'pirssos'
  555. end
  556. if $ARGS[0] = 'pirspyp':
  557. *clr
  558. cla
  559. i = 1
  560. :loopbelly_pir
  561. *p '<a href="exec:gt ''pirsingsalon'', ''belly_pir'', <<i>>"><img src="images/pc/body/piercings/n<<i>>.jpg" height="250" /></a>'
  562. i += 1
  563. if i <= 4:jump 'loopbelly_pir'
  564. act 'Return':gt 'pirsingsalon', 'start'
  565. end
  566. if $ARGS[0] = 'belly_pir':
  567. *clr
  568. cla
  569. i = ARGS[1]
  570. '<center><img src="images/pc/body/piercings/n<<i>>.jpg"></center>'
  571. if pirsN > 0:
  572. if dyneval('RESULT = PirsN<<i>>_owned') = 1:
  573. 'You already own this piercing.'
  574. act 'Return':gt 'pirsingsalon', 'pirspyp'
  575. else
  576. if money >= 7000:
  577. act 'Buy this piercing for 7000 <b>₽</b> (cash)':
  578. 'You buy the piercing.'
  579. cla
  580. money -= 7000
  581. dynamic 'PirsN<<i>>_owned = 1'
  582. act 'Return':gt 'pirsingsalon', 'pirspyp'
  583. end
  584. else
  585. 'You don''t have enough cash for this piercing.'
  586. end
  587. if karta + bankDebtLimit >= 7000:
  588. act 'Buy this piercing for 7000 <b>₽</b> (card)':
  589. 'You buy the piercing.'
  590. cla
  591. karta -= 7000
  592. dynamic 'PirsN<<i>>_owned = 1'
  593. act 'Return':gt 'pirsingsalon', 'pirspyp'
  594. end
  595. else
  596. 'You don''t have enough money in your bank for this piercing.'
  597. end
  598. end
  599. elseif (money >= 10000) or (karta + bankDebtLimit >= 10000):
  600. if money >= 10000:
  601. act 'Get your belly button pierced with this piercing for 10,000 <b>₽</b> (cash)':
  602. cls
  603. minut += 30
  604. money -= 10000
  605. PirsN = i
  606. dynamic 'PirsN<<i>>_owned = 1'
  607. pierWearCount += 1
  608. gs 'pain', 1, 'tummy', 'pierce'
  609. '<center><img src="images/pc/body/piercings/n<<i>>.jpg"></center>'
  610. gs 'stat'
  611. 'The tattooist disinfects the area, pierces your belly button and inserts your chosen piercing.'
  612. act 'Leave':gt 'pirsingsalon', 'start'
  613. end
  614. end
  615. if karta + bankDebtLimit >= 10000:
  616. act 'Get your belly button pierced with this piercing for 10,000 <b>₽</b> (card)':
  617. cls
  618. minut += 30
  619. karta -= 10000
  620. PirsN = i
  621. dynamic 'PirsN<<i>>_owned = 1'
  622. pierWearCount += 1
  623. gs 'pain', 1, 'tummy', 'pierce'
  624. '<center><img src="images/pc/body/piercings/n<<i>>.jpg"></center>'
  625. gs 'stat'
  626. 'The tattooist disinfects the area, pierces your belly button and inserts your chosen piercing.'
  627. act 'Leave':gt 'pirsingsalon', 'start'
  628. end
  629. end
  630. else
  631. 'You cannot afford to get your belly button pierced with this piercing.'
  632. end
  633. act 'Return':gt 'pirsingsalon', 'pirspyp'
  634. end
  635. if $ARGS[0] = 'pirsvla':
  636. *clr
  637. cla
  638. i = 1
  639. :looppubic_pir
  640. *p '<a href="exec:gt ''pirsingsalon'', ''pubic_pir'', <<i>>"><img src="images/pc/body/piercings/g<<i>>.jpg" height="250" /></a>'
  641. i += 1
  642. if i <= 10:jump 'looppubic_pir'
  643. act 'Return':gt 'pirsingsalon', 'start'
  644. end
  645. if $ARGS[0] = 'pubic_pir':
  646. *clr
  647. cla
  648. i = ARGS[1]
  649. '<center><img src="images/pc/body/piercings/g<<i>>.jpg"></center>'
  650. if pirsG > 0:
  651. if dyneval('RESULT = PirsG<<i>>_owned') = 1:
  652. 'You already own this piercing.'
  653. act 'Return':gt 'pirsingsalon', 'pirsvla'
  654. else
  655. if money >= 10000:
  656. act 'Buy this piercing for 10,000 <b>₽</b> (cash)':
  657. 'You buy the piercing.'
  658. cla
  659. money -= 10000
  660. dynamic 'pirsG<<i>>_owned = 1'
  661. act 'Return':gt 'pirsingsalon', 'pirsvla'
  662. end
  663. else
  664. 'You don''t have enough cash for this piercing.'
  665. end
  666. if karta + bankDebtLimit >= 10000:
  667. act 'Buy this piercing for 10,000 <b>₽</b> (card)':
  668. 'You buy the piercing.'
  669. cla
  670. karta -= 10000
  671. dynamic 'pirsG<<i>>_owned = 1'
  672. act 'Return':gt 'pirsingsalon', 'pirsvla'
  673. end
  674. else
  675. 'You don''t have enough money in your bank for this piercing.'
  676. end
  677. end
  678. elseif (money >= 25000) or (karta + bankDebtLimit >= 25000):
  679. if money >= 25000:
  680. act 'Get your pussy pierced with this piercing for 25,000 <b>₽</b> (cash)':
  681. cls
  682. minut += 30
  683. money -= 25000
  684. pirsG = i
  685. dynamic 'pirsG<<i>>_owned = 1'
  686. pierWearCount += 1
  687. gs 'pain', 9, 'pubic', 'pierce'
  688. '<center><img src="images/pc/body/piercings/g<<i>>.jpg"></center>'
  689. gs 'stat'
  690. 'The tattooist disinfects the area, pierces your pussy and inserts your chosen piercing.'
  691. act 'Leave':gt 'pirsingsalon', 'start'
  692. end
  693. end
  694. if karta + bankDebtLimit >= 25000:
  695. act 'Get your pussy pierced with this piercing for 25,000 <b>₽</b> (card)':
  696. cls
  697. minut += 30
  698. karta -= 25000
  699. pirsG = i
  700. dynamic 'pirsG<<i>>_owned = 1'
  701. pierWearCount += 1
  702. gs 'pain', 9, 'pubic', 'pierce'
  703. '<center><img src="images/pc/body/piercings/g<<i>>.jpg"></center>'
  704. gs 'stat'
  705. 'The tattooist disinfects the area, pierces your pussy and inserts your chosen piercing.'
  706. act 'Leave':gt 'pirsingsalon', 'start'
  707. end
  708. end
  709. else
  710. 'You cannot afford to get your pussy pierced with this piercing.'
  711. end
  712. act 'Return':gt 'pirsingsalon', 'pirsvla'
  713. end
  714. if $ARGS[0] = 'arm':
  715. *clr
  716. cla
  717. if tatarm = 0:
  718. n = 1
  719. :looptatarm
  720. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''arm_get''"><img src="images/pc/body/tattoos/arms/tatarm<<n>>.jpg" height="250" /></a>'
  721. n += 1
  722. if n <= 82:jump 'looptatarm'
  723. *nl
  724. else
  725. '<center><img src="images/pc/body/tattoos/arms/tatarm<<tatarm>>.jpg"></center>'
  726. 'You already have this tattoo here.'
  727. end
  728. act 'Return': gt 'pirsingsalon', 'start'
  729. end
  730. if $ARGS[0] = 'arm_get':
  731. *clr
  732. cla
  733. '<center><img src="images/pc/body/tattoos/arms/tatarm<<n>>.jpg"></center>'
  734. if (money < 8000) and (karta + bankDebtLimit < 8000):
  735. 'You cannot afford this tattoo.'
  736. else
  737. if money >= 8000:
  738. act 'Get this tattoo 8000 <b>₽</b> (cash)':
  739. cla
  740. tatarm = n
  741. money -= 8000
  742. minut += 60
  743. gs 'stat'
  744. act 'Return': gt 'pirsingsalon', 'start'
  745. end
  746. end
  747. if karta + bankDebtLimit >= 8000:
  748. act 'Get this tattoo 8000 <b>₽</b> (card)':
  749. cla
  750. tatarm = n
  751. karta -= 8000
  752. minut += 60
  753. gs 'stat'
  754. act 'Return': gt 'pirsingsalon', 'start'
  755. end
  756. end
  757. end
  758. act 'Return': gt 'pirsingsalon', 'start'
  759. end
  760. if $ARGS[0] = 'ass':
  761. *clr
  762. cla
  763. if tatass = 0:
  764. n = 1
  765. :looptatass
  766. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''ass_get''"><img src="images/pc/body/tattoos/ass/tatass<<n>>.jpg" height="250" /></a>'
  767. n += 1
  768. if n <= 25:jump 'looptatass'
  769. *nl
  770. else
  771. '<center><img src="images/pc/body/tattoos/ass/tatass<<tatass>>.jpg"></center>'
  772. 'You already have this tattoo here.'
  773. end
  774. act 'Return': gt 'pirsingsalon', 'start'
  775. end
  776. if $ARGS[0] = 'ass_get':
  777. *clr
  778. cla
  779. '<center><img src="images/pc/body/tattoos/ass/tatass<<n>>.jpg"></center>'
  780. if (money < 10000) and (karta + bankDebtLimit < 10000):
  781. 'You cannot afford this tattoo.'
  782. else
  783. if money >= 10000:
  784. act 'Get this tattoo 10,000 <b>₽</b> (cash)':
  785. cla
  786. tatass = n
  787. money -= 10000
  788. minut += 60
  789. gs 'stat'
  790. act 'Return': gt 'pirsingsalon', 'start'
  791. end
  792. end
  793. if karta + bankDebtLimit >= 10000:
  794. act 'Get this tattoo 10,000 <b>₽</b> (card)':
  795. cla
  796. tatass = n
  797. karta -= 10000
  798. minut += 60
  799. gs 'stat'
  800. act 'Return': gt 'pirsingsalon', 'start'
  801. end
  802. end
  803. end
  804. act 'Return': gt 'pirsingsalon', 'start'
  805. end
  806. if $ARGS[0] = 'back':
  807. *clr
  808. cla
  809. if tatback = 0:
  810. n = 1
  811. :looptatback
  812. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''back_get''"><img src="images/pc/body/tattoos/back/tatback<<n>>.jpg" height="250" /></a>'
  813. n += 1
  814. if n <= 61:jump 'looptatback'
  815. *nl
  816. else
  817. '<center><img src="images/pc/body/tattoos/back/tatback<<tatback>>.jpg"></center>'
  818. 'You already have this tattoo here.'
  819. end
  820. act 'Return': gt 'pirsingsalon', 'start'
  821. end
  822. if $ARGS[0] = 'back_get':
  823. *clr
  824. cla
  825. '<center><img src="images/pc/body/tattoos/back/tatback<<n>>.jpg"></center>'
  826. if (money < 10000) and (karta + bankDebtLimit < 10000):
  827. 'You cannot afford this tattoo.'
  828. else
  829. if money >= 10000:
  830. act 'Get this tattoo 10,000 <b>₽</b> (cash)':
  831. cla
  832. tatback = n
  833. money -= 10000
  834. minut += 60
  835. gs 'stat'
  836. act 'Return': gt 'pirsingsalon', 'start'
  837. end
  838. end
  839. if karta + bankDebtLimit >= 10000:
  840. act 'Get this tattoo 10,000 <b>₽</b> (card)':
  841. cla
  842. tatback = n
  843. karta -= 10000
  844. minut += 60
  845. gs 'stat'
  846. act 'Return': gt 'pirsingsalon', 'start'
  847. end
  848. end
  849. end
  850. act 'Return': gt 'pirsingsalon', 'start'
  851. end
  852. if $ARGS[0] = 'belly':
  853. *clr
  854. cla
  855. if tatblly = 0:
  856. n = 1
  857. :looptatbelly
  858. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''belly_get''"><img src="images/pc/body/tattoos/belly/tatblly<<n>>.jpg" height="250" /></a>'
  859. n += 1
  860. if n <= 21:jump 'looptatbelly'
  861. *nl
  862. else
  863. '<center><img src="images/pc/body/tattoos/belly/tatblly<<tatblly>>.jpg"></center>'
  864. 'You already have this tattoo here.'
  865. end
  866. act 'Return': gt 'pirsingsalon', 'start'
  867. end
  868. if $ARGS[0] = 'belly_get':
  869. *clr
  870. cla
  871. '<center><img src="images/pc/body/tattoos/belly/tatblly<<n>>.jpg"></center>'
  872. if (money < 10000) and (karta + bankDebtLimit < 10000):
  873. 'You cannot afford this tattoo.'
  874. else
  875. if money >= 10000:
  876. act 'Get this tattoo 10,000 <b>₽</b> (cash)':
  877. cla
  878. tatblly = n
  879. money -= 10000
  880. minut += 60
  881. gs 'stat'
  882. act 'Return': gt 'pirsingsalon', 'start'
  883. end
  884. end
  885. if karta + bankDebtLimit >= 10000:
  886. act 'Get this tattoo 10,000 <b>₽</b> (card)':
  887. cla
  888. tatblly = n
  889. karta -= 10000
  890. minut += 60
  891. gs 'stat'
  892. act 'Return': gt 'pirsingsalon', 'start'
  893. end
  894. end
  895. end
  896. act 'Return': gt 'pirsingsalon', 'start'
  897. end
  898. if $ARGS[0] = 'breast':
  899. *clr
  900. cla
  901. if tatbrst = 0:
  902. n = 1
  903. :looptatbreast
  904. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''breast_get''"><img src="images/pc/body/tattoos/breasts/tatbrst<<n>>.jpg" height="250" /></a>'
  905. n += 1
  906. if n <= 11:jump 'looptatbreast'
  907. *nl
  908. else
  909. '<center><img src="images/pc/body/tattoos/breasts/tatbrst<<tatbrst>>.jpg"></center>'
  910. 'You already have this tattoo here.'
  911. end
  912. act 'Return': gt 'pirsingsalon', 'start'
  913. end
  914. if $ARGS[0] = 'breast_get':
  915. *clr
  916. cla
  917. '<center><img src="images/pc/body/tattoos/breasts/tatbrst<<n>>.jpg"></center>'
  918. if (money < 15000) and (karta + bankDebtLimit < 15000):
  919. 'You cannot afford this tattoo.'
  920. else
  921. if money >= 15000:
  922. act 'Get this tattoo 15,000 <b>₽</b> (cash)':
  923. cla
  924. tatbrst = n
  925. money -= 15000
  926. minut += 60
  927. gs 'stat'
  928. act 'Return': gt 'pirsingsalon', 'start'
  929. end
  930. end
  931. if karta + bankDebtLimit >= 15000:
  932. act 'Get this tattoo 15,000 <b>₽</b> (card)':
  933. cla
  934. tatbrst = n
  935. karta -= 15000
  936. minut += 60
  937. gs 'stat'
  938. act 'Return': gt 'pirsingsalon', 'start'
  939. end
  940. end
  941. end
  942. act 'Return': gt 'pirsingsalon', 'start'
  943. end
  944. if $ARGS[0] = 'chest':
  945. *clr
  946. cla
  947. if tatchst = 0:
  948. n = 1
  949. :looptatchest
  950. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''chest_get''"><img src="images/pc/body/tattoos/chest/tatchst<<n>>.jpg" height="250" /></a>'
  951. n += 1
  952. if n <= 15:jump 'looptatchest'
  953. *nl
  954. else
  955. '<center><img src="images/pc/body/tattoos/chest/tatchst<<tatchst>>.jpg"></center>'
  956. 'You already have this tattoo here.'
  957. end
  958. act 'Return': gt 'pirsingsalon', 'start'
  959. end
  960. if $ARGS[0] = 'chest_get':
  961. *clr
  962. cla
  963. '<center><img src="images/pc/body/tattoos/chest/tatchst<<n>>.jpg"></center>'
  964. if (money < 12000) and (karta + bankDebtLimit < 12000):
  965. 'You cannot afford this tattoo.'
  966. else
  967. if money >= 12000:
  968. act 'Get this tattoo 12,000 <b>₽</b> (cash)':
  969. cla
  970. tatchst = n
  971. money -= 12000
  972. minut += 60
  973. gs 'stat'
  974. act 'Return': gt 'pirsingsalon', 'start'
  975. end
  976. end
  977. if karta + bankDebtLimit >= 12000:
  978. act 'Get this tattoo 12,000 <b>₽</b> (card)':
  979. cla
  980. tatchst = n
  981. karta -= 12000
  982. minut += 60
  983. gs 'stat'
  984. act 'Return': gt 'pirsingsalon', 'start'
  985. end
  986. end
  987. end
  988. act 'Return': gt 'pirsingsalon', 'start'
  989. end
  990. if $ARGS[0] = 'face':
  991. *clr
  992. cla
  993. if tatfce = 0:
  994. n = 1
  995. :looptatface
  996. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''face_get''"><img src="images/pc/body/tattoos/face/tatfce<<n>>.jpg" height="250" /></a>'
  997. n += 1
  998. if n <= 8:jump 'looptatface'
  999. *nl
  1000. else
  1001. '<center><img src="images/pc/body/tattoos/face/tatfce<<tatfce>>.jpg"></center>'
  1002. 'You already have this tattoo here.'
  1003. end
  1004. act 'Return': gt 'pirsingsalon', 'start'
  1005. end
  1006. if $ARGS[0] = 'face_get':
  1007. *clr
  1008. cla
  1009. '<center><img src="images/pc/body/tattoos/face/tatfce<<n>>.jpg"></center>'
  1010. if (money < 10000) and (karta + bankDebtLimit < 10000):
  1011. 'You cannot afford this tattoo.'
  1012. else
  1013. if money >= 10000:
  1014. act 'Get this tattoo 10,000 <b>₽</b> (cash)':
  1015. cla
  1016. tatfce = n
  1017. money -= 10000
  1018. minut += 60
  1019. gs 'stat'
  1020. act 'Return': gt 'pirsingsalon', 'start'
  1021. end
  1022. end
  1023. if karta + bankDebtLimit >= 10000:
  1024. act 'Get this tattoo 10,000 <b>₽</b> (card)':
  1025. cla
  1026. tatfce = n
  1027. karta -= 10000
  1028. minut += 60
  1029. gs 'stat'
  1030. act 'Return': gt 'pirsingsalon', 'start'
  1031. end
  1032. end
  1033. end
  1034. act 'Return': gt 'pirsingsalon', 'start'
  1035. end
  1036. if $ARGS[0] = 'foot':
  1037. *clr
  1038. cla
  1039. if tatankle = 0:
  1040. n = 1
  1041. :looptatfoot
  1042. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''foot_get''"><img src="images/pc/body/tattoos/foot/tatankle<<n>>.jpg" height="250" /></a>'
  1043. n += 1
  1044. if n <= 25:jump 'looptatfoot'
  1045. *nl
  1046. else
  1047. '<center><img src="images/pc/body/tattoos/foot/tatankle<<tatankle>>.jpg"></center>'
  1048. 'You already have this tattoo here.'
  1049. end
  1050. act 'Return': gt 'pirsingsalon', 'start'
  1051. end
  1052. if $ARGS[0] = 'foot_get':
  1053. *clr
  1054. cla
  1055. '<center><img src="images/pc/body/tattoos/foot/tatankle<<n>>.jpg"></center>'
  1056. if (money < 8000) and (karta + bankDebtLimit < 8000):
  1057. 'You cannot afford this tattoo.'
  1058. else
  1059. if money >= 8000:
  1060. act 'Get this tattoo 8,000 <b>₽</b> (cash)':
  1061. cla
  1062. tatankle = n
  1063. money -= 8000
  1064. minut += 60
  1065. gs 'stat'
  1066. act 'Return': gt 'pirsingsalon', 'start'
  1067. end
  1068. end
  1069. if karta + bankDebtLimit >= 8000:
  1070. act 'Get this tattoo 8,000 <b>₽</b> (card)':
  1071. cla
  1072. tatankle = n
  1073. karta -= 8000
  1074. minut += 60
  1075. gs 'stat'
  1076. act 'Return': gt 'pirsingsalon', 'start'
  1077. end
  1078. end
  1079. end
  1080. act 'Return': gt 'pirsingsalon', 'start'
  1081. end
  1082. if $ARGS[0] = 'hand':
  1083. *clr
  1084. cla
  1085. if tathand = 0:
  1086. n = 1
  1087. :looptathand
  1088. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''hand_get''"><img src="images/pc/body/tattoos/hand/tathnd<<n>>.jpg" height="250" /></a>'
  1089. n += 1
  1090. if n <= 9:jump 'looptathand'
  1091. *nl
  1092. else
  1093. '<center><img src="images/pc/body/tattoos/hand/tathnd<<tathand>>.jpg"></center>'
  1094. 'You already have this tattoo here.'
  1095. end
  1096. act 'Return': gt 'pirsingsalon', 'start'
  1097. end
  1098. if $ARGS[0] = 'hand_get':
  1099. *clr
  1100. cla
  1101. '<center><img src="images/pc/body/tattoos/hand/tathnd<<n>>.jpg"></center>'
  1102. if (money < 7000) and (karta + bankDebtLimit < 7000):
  1103. 'You cannot afford this tattoo.'
  1104. else
  1105. if money >= 7000:
  1106. act 'Get this tattoo 7,000 <b>₽</b> (cash)':
  1107. cla
  1108. tathand = n
  1109. money -= 7000
  1110. minut += 60
  1111. gs 'stat'
  1112. act 'Return': gt 'pirsingsalon', 'start'
  1113. end
  1114. end
  1115. if karta + bankDebtLimit >= 7000:
  1116. act 'Get this tattoo 7,000 <b>₽</b> (card)':
  1117. cla
  1118. tathand = n
  1119. karta -= 7000
  1120. minut += 60
  1121. gs 'stat'
  1122. act 'Return': gt 'pirsingsalon', 'start'
  1123. end
  1124. end
  1125. end
  1126. act 'Return': gt 'pirsingsalon', 'start'
  1127. end
  1128. if $ARGS[0] = 'leg':
  1129. *clr
  1130. cla
  1131. if tatleg = 0:
  1132. n = 1
  1133. :looptatleg
  1134. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''leg_get''"><img src="images/pc/body/tattoos/legs/tatleg<<n>>.jpg" height="250" /></a>'
  1135. n += 1
  1136. if n <= 47:jump 'looptatleg'
  1137. *nl
  1138. else
  1139. '<center><img src="images/pc/body/tattoos/legs/tatleg<<tatleg>>.jpg"></center>'
  1140. 'You already have this tattoo here.'
  1141. end
  1142. act 'Return': gt 'pirsingsalon', 'start'
  1143. end
  1144. if $ARGS[0] = 'leg_get':
  1145. *clr
  1146. cla
  1147. '<center><img src="images/pc/body/tattoos/legs/tatleg<<n>>.jpg"></center>'
  1148. if (money < 10000) and (karta + bankDebtLimit < 10000):
  1149. 'You cannot afford this tattoo.'
  1150. else
  1151. if money >= 10000:
  1152. act 'Get this tattoo 10,000 <b>₽</b> (cash)':
  1153. cla
  1154. tatleg = n
  1155. money -= 10000
  1156. minut += 60
  1157. gs 'stat'
  1158. act 'Return': gt 'pirsingsalon', 'start'
  1159. end
  1160. end
  1161. if karta + bankDebtLimit >= 10000:
  1162. act 'Get this tattoo 10,000 <b>₽</b> (card)':
  1163. cla
  1164. tatleg = n
  1165. karta -= 10000
  1166. minut += 60
  1167. gs 'stat'
  1168. act 'Return': gt 'pirsingsalon', 'start'
  1169. end
  1170. end
  1171. end
  1172. act 'Return': gt 'pirsingsalon', 'start'
  1173. end
  1174. if $ARGS[0] = 'lip':
  1175. *clr
  1176. cla
  1177. if tatlip = 0:
  1178. n = 1
  1179. :looptatlip
  1180. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''lip_get''"><img src="images/pc/body/tattoos/lip/tatlip<<n>>.jpg" height="250" /></a>'
  1181. n += 1
  1182. if n <= 9:jump 'looptatlip'
  1183. *nl
  1184. else
  1185. '<center><img src="images/pc/body/tattoos/lip/tatlip<<tatlip>>.jpg"></center>'
  1186. 'You already have this tattoo here.'
  1187. end
  1188. act 'Return': gt 'pirsingsalon', 'start'
  1189. end
  1190. if $ARGS[0] = 'lip_get':
  1191. *clr
  1192. cla
  1193. '<center><img src="images/pc/body/tattoos/lip/tatlip<<n>>.jpg"></center>'
  1194. if (money < 5000) and (karta + bankDebtLimit < 5000):
  1195. 'You cannot afford this tattoo.'
  1196. else
  1197. if money >= 5000:
  1198. act 'Get this tattoo 5,000 <b>₽</b> (cash)':
  1199. cla
  1200. tatlip = n
  1201. money -= 5000
  1202. minut += 60
  1203. gs 'stat'
  1204. act 'Return': gt 'pirsingsalon', 'start'
  1205. end
  1206. end
  1207. if karta + bankDebtLimit >= 5000:
  1208. act 'Get this tattoo 5,000 <b>₽</b> (card)':
  1209. cla
  1210. tatlip = n
  1211. karta -= 5000
  1212. minut += 60
  1213. gs 'stat'
  1214. act 'Return': gt 'pirsingsalon', 'start'
  1215. end
  1216. end
  1217. end
  1218. act 'Return': gt 'pirsingsalon', 'start'
  1219. end
  1220. if $ARGS[0] = 'neck':
  1221. *clr
  1222. cla
  1223. if tatneck = 0:
  1224. n = 1
  1225. :looptatneck
  1226. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''neck_get''"><img src="images/pc/body/tattoos/neck/tatnck<<n>>.jpg" height="250" /></a>'
  1227. n += 1
  1228. if n <= 30:jump 'looptatneck'
  1229. *nl
  1230. else
  1231. '<center><img src="images/pc/body/tattoos/neck/tatnck<<tatneck>>.jpg"></center>'
  1232. 'You already have this tattoo here.'
  1233. end
  1234. act 'Return': gt 'pirsingsalon', 'start'
  1235. end
  1236. if $ARGS[0] = 'neck_get':
  1237. *clr
  1238. cla
  1239. '<center><img src="images/pc/body/tattoos/neck/tatnck<<n>>.jpg"></center>'
  1240. if (money < 8000) and (karta + bankDebtLimit < 8000):
  1241. 'You cannot afford this tattoo.'
  1242. else
  1243. if money >= 8000:
  1244. act 'Get this tattoo 8,000 <b>₽</b> (cash)':
  1245. cla
  1246. tatneck = n
  1247. money -= 8000
  1248. minut += 60
  1249. gs 'stat'
  1250. act 'Return': gt 'pirsingsalon', 'start'
  1251. end
  1252. end
  1253. if karta + bankDebtLimit >= 8000:
  1254. act 'Get this tattoo 8,000 <b>₽</b> (card)':
  1255. cla
  1256. tatneck = n
  1257. karta -= 8000
  1258. minut += 60
  1259. gs 'stat'
  1260. act 'Return': gt 'pirsingsalon', 'start'
  1261. end
  1262. end
  1263. end
  1264. act 'Return': gt 'pirsingsalon', 'start'
  1265. end
  1266. if $ARGS[0] = 'pubic':
  1267. *clr
  1268. cla
  1269. if tatvag = 0:
  1270. n = 1
  1271. :looptatvag
  1272. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''vag_get''"><img src="images/pc/body/tattoos/pubic/tatvag<<n>>.jpg" height="250" /></a>'
  1273. n += 1
  1274. if n <= 53:jump 'looptatvag'
  1275. *nl
  1276. else
  1277. '<center><img src="images/pc/body/tattoos/pubic/tatvag<<tatvag>>.jpg"></center>'
  1278. 'You already have this tattoo here.'
  1279. end
  1280. act 'Return': gt 'pirsingsalon', 'start'
  1281. end
  1282. if $ARGS[0] = 'vag_get':
  1283. *clr
  1284. cla
  1285. '<center><img src="images/pc/body/tattoos/pubic/tatvag<<n>>.jpg"></center>'
  1286. if (money < 20000) and (karta + bankDebtLimit < 20000):
  1287. 'You cannot afford this tattoo.'
  1288. else
  1289. if money >= 20000:
  1290. act 'Get this tattoo 20,000 <b>₽</b> (cash)':
  1291. cla
  1292. tatvag = n
  1293. money -= 20000
  1294. minut += 60
  1295. gs 'stat'
  1296. act 'Return': gt 'pirsingsalon', 'start'
  1297. end
  1298. end
  1299. if karta + bankDebtLimit >= 20000:
  1300. act 'Get this tattoo 20,000 <b>₽</b> (card)':
  1301. cla
  1302. tatvag = n
  1303. karta -= 20000
  1304. minut += 60
  1305. gs 'stat'
  1306. act 'Return': gt 'pirsingsalon', 'start'
  1307. end
  1308. end
  1309. end
  1310. act 'Return': gt 'pirsingsalon', 'start'
  1311. end
  1312. if $ARGS[0] = 'shoulder':
  1313. *clr
  1314. cla
  1315. if tatlech = 0:
  1316. n = 1
  1317. :looptatlech
  1318. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''shoulder_get''"><img src="images/pc/body/tattoos/shoulder/tatshldr<<n>>.jpg" height="250" /></a>'
  1319. n += 1
  1320. if n <= 25:jump 'looptatlech'
  1321. *nl
  1322. else
  1323. '<center><img src="images/pc/body/tattoos/shoulder/tatshldr<<tatlech>>.jpg"></center>'
  1324. 'You already have this tattoo here.'
  1325. end
  1326. act 'Return': gt 'pirsingsalon', 'start'
  1327. end
  1328. if $ARGS[0] = 'shoulder_get':
  1329. *clr
  1330. cla
  1331. '<center><img src="images/pc/body/tattoos/shoulder/tatshldr<<n>>.jpg"></center>'
  1332. if (money < 8000) and (karta + bankDebtLimit < 8000):
  1333. 'You cannot afford this tattoo.'
  1334. else
  1335. if money >= 8000:
  1336. act 'Get this tattoo 8,000 <b>₽</b> (cash)':
  1337. cla
  1338. tatlech = n
  1339. money -= 8000
  1340. minut += 60
  1341. gs 'stat'
  1342. act 'Return': gt 'pirsingsalon', 'start'
  1343. end
  1344. end
  1345. if karta + bankDebtLimit >= 8000:
  1346. act 'Get this tattoo 8,000 <b>₽</b> (card)':
  1347. cla
  1348. tatlech = n
  1349. karta -= 8000
  1350. minut += 60
  1351. gs 'stat'
  1352. act 'Return': gt 'pirsingsalon', 'start'
  1353. end
  1354. end
  1355. end
  1356. act 'Return': gt 'pirsingsalon', 'start'
  1357. end
  1358. if $ARGS[0] = 'side':
  1359. *clr
  1360. cla
  1361. if tatside = 0:
  1362. n = 1
  1363. :looptatside
  1364. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''side_get''"><img src="images/pc/body/tattoos/side/tatside<<n>>.jpg" height="250" /></a>'
  1365. n += 1
  1366. if n <= 23:jump 'looptatside'
  1367. *nl
  1368. else
  1369. '<center><img src="images/pc/body/tattoos/side/tatside<<tatside>>.jpg"></center>'
  1370. 'You already have this tattoo here.'
  1371. end
  1372. act 'Return': gt 'pirsingsalon', 'start'
  1373. end
  1374. if $ARGS[0] = 'side_get':
  1375. *clr
  1376. cla
  1377. '<center><img src="images/pc/body/tattoos/side/tatside<<n>>.jpg"></center>'
  1378. if (money < 12000) and (karta + bankDebtLimit < 12000):
  1379. 'You cannot afford this tattoo.'
  1380. else
  1381. if money >= 12000:
  1382. act 'Get this tattoo 12,000 <b>₽</b> (cash)':
  1383. cla
  1384. tatside = n
  1385. money -= 12000
  1386. minut += 60
  1387. gs 'stat'
  1388. act 'Return': gt 'pirsingsalon', 'start'
  1389. end
  1390. end
  1391. if karta + bankDebtLimit >= 12000:
  1392. act 'Get this tattoo 12,000 <b>₽</b> (card)':
  1393. cla
  1394. tatside = n
  1395. karta -= 12000
  1396. minut += 60
  1397. gs 'stat'
  1398. act 'Return': gt 'pirsingsalon', 'start'
  1399. end
  1400. end
  1401. end
  1402. act 'Return': gt 'pirsingsalon', 'start'
  1403. end
  1404. if $ARGS[0] = 'tramp':
  1405. *clr
  1406. cla
  1407. if tatupb = 0:
  1408. n = 1
  1409. :looptatupb
  1410. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''tramp_get''"><img src="images/pc/body/tattoos/trampstamp/tatlowbck<<n>>.jpg" height="250" /></a>'
  1411. n += 1
  1412. if n <= 32:jump 'looptatupb'
  1413. *nl
  1414. else
  1415. '<center><img src="images/pc/body/tattoos/trampstamp/tatlowbck<<tatupb>>.jpg"></center>'
  1416. 'You already have this tattoo here.'
  1417. end
  1418. act 'Return': gt 'pirsingsalon', 'start'
  1419. end
  1420. if $ARGS[0] = 'tramp_get':
  1421. *clr
  1422. cla
  1423. '<center><img src="images/pc/body/tattoos/trampstamp/tatlowbck<<n>>.jpg"></center>'
  1424. if (money < 12000) and (karta + bankDebtLimit < 12000):
  1425. 'You cannot afford this tattoo.'
  1426. else
  1427. if money >= 12000:
  1428. act 'Get this tattoo 12,000 <b>₽</b> (cash)':
  1429. cla
  1430. tatupb = n
  1431. money -= 12000
  1432. minut += 60
  1433. gs 'stat'
  1434. act 'Return': gt 'pirsingsalon', 'start'
  1435. end
  1436. end
  1437. if karta + bankDebtLimit >= 12000:
  1438. act 'Get this tattoo 12,000 <b>₽</b> (card)':
  1439. cla
  1440. tatupb = n
  1441. karta -= 12000
  1442. minut += 60
  1443. gs 'stat'
  1444. act 'Return': gt 'pirsingsalon', 'start'
  1445. end
  1446. end
  1447. end
  1448. act 'Return': gt 'pirsingsalon', 'start'
  1449. end
  1450. if $ARGS[0] = 'under':
  1451. *clr
  1452. cla
  1453. if tatunder = 0:
  1454. n = 1
  1455. :looptatunder
  1456. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''under_get''"><img src="images/pc/body/tattoos/underbreast/tatundbreast<<n>>.jpg" height="250" /></a>'
  1457. n += 1
  1458. if n <= 22:jump 'looptatunder'
  1459. *nl
  1460. else
  1461. '<center><img src="images/pc/body/tattoos/underbreast/tatundbreast<<tatunder>>.jpg"></center>'
  1462. 'You already have this tattoo here.'
  1463. end
  1464. act 'Return': gt 'pirsingsalon', 'start'
  1465. end
  1466. if $ARGS[0] = 'under_get':
  1467. *clr
  1468. cla
  1469. '<center><img src="images/pc/body/tattoos/underbreast/tatundbreast<<n>>.jpg"></center>'
  1470. if (money < 12000) and (karta + bankDebtLimit < 12000):
  1471. 'You cannot afford this tattoo.'
  1472. else
  1473. if money >= 12000:
  1474. act 'Get this tattoo 12,000 <b>₽</b> (cash)':
  1475. cla
  1476. tatunder = n
  1477. money -= 12000
  1478. minut += 60
  1479. gs 'stat'
  1480. act 'Return': gt 'pirsingsalon', 'start'
  1481. end
  1482. end
  1483. if karta + bankDebtLimit >= 12000:
  1484. act 'Get this tattoo 12,000 <b>₽</b> (card)':
  1485. cla
  1486. tatunder = n
  1487. karta -= 12000
  1488. minut += 60
  1489. gs 'stat'
  1490. act 'Return': gt 'pirsingsalon', 'start'
  1491. end
  1492. end
  1493. end
  1494. act 'Return': gt 'pirsingsalon', 'start'
  1495. end
  1496. if $ARGS[0] = 'wrist':
  1497. *clr
  1498. cla
  1499. if tatwrist = 0:
  1500. n = 1
  1501. :looptatwrist
  1502. *p '<a href="exec:n = <<n>> & gt ''pirsingsalon'', ''wrist_get''"><img src="images/pc/body/tattoos/wrists/tatwrst<<n>>.jpg" height="250" /></a>'
  1503. n += 1
  1504. if n <= 51:jump 'looptatwrist'
  1505. *nl
  1506. else
  1507. '<center><img src="images/pc/body/tattoos/wrists/tatwrst<<tatwrist>>.jpg"></center>'
  1508. 'You already have this tattoo here.'
  1509. end
  1510. act 'Return': gt 'pirsingsalon', 'start'
  1511. end
  1512. if $ARGS[0] = 'wrist_get':
  1513. *clr
  1514. cla
  1515. '<center><img src="images/pc/body/tattoos/wrists/tatwrst<<n>>.jpg"></center>'
  1516. if (money < 7000) and (karta + bankDebtLimit < 7000):
  1517. 'You cannot afford this tattoo.'
  1518. else
  1519. if money >= 7000:
  1520. act 'Get this tattoo 7,000 <b>₽</b> (cash)':
  1521. cla
  1522. tatwrist = n
  1523. money -= 7000
  1524. minut += 60
  1525. gs 'stat'
  1526. act 'Return': gt 'pirsingsalon', 'start'
  1527. end
  1528. end
  1529. if karta + bankDebtLimit >= 7000:
  1530. act 'Get this tattoo 7,000 <b>₽</b> (card)':
  1531. cla
  1532. tatwrist = n
  1533. karta -= 7000
  1534. minut += 60
  1535. gs 'stat'
  1536. act 'Return': gt 'pirsingsalon', 'start'
  1537. end
  1538. end
  1539. end
  1540. act 'Return': gt 'pirsingsalon', 'start'
  1541. end
  1542. --- pirsingsalon ---------------------------------