obj_din 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  1. # obj_din
  2. if $ARGS[0] = 'show_tits':
  3. view 'images/body/t<<tits>>.jpg'
  4. end
  5. if $ARGS[0] = 'descrip':
  6. gs 'body'
  7. clr
  8. pl'<center><img src="images/pic/icon/description.png"><br></center>'
  9. pl 'Your name is <<$name>> <<$surname>>.'
  10. if age = vidage:
  11. pl 'You are <<age>> years old.'
  12. else
  13. pl 'You are <<age>> years old, but you appear to be <<vidage>>.'
  14. end
  15. !!!0.2.6 extension
  16. if StoryLine > 0:
  17. pl 'Friends and family sometimes call you <<$nickname>>'
  18. else
  19. pl 'Friends sometimes call you <<$nickname>>'
  20. end
  21. !!!
  22. if birthday <= 9 and birthmonth <= 9:
  23. $birthdayD = '0<<birthday>>.0<<birthmonth>>.<<birthyear>>.'
  24. elseif birthday > 9 and birthmonth <= 9:
  25. $birthdayD = '<<birthday>>.0<<birthmonth>>.<<birthyear>>.'
  26. elseif birthday > 9 and birthmonth > 9:
  27. $birthdayD = '<<birthday>>.<<birthmonth>>.<<birthyear>>.'
  28. else
  29. $birthdayD = '0<<birthday>>.<<birthmonth>>.<<birthyear>>.'
  30. end
  31. pl 'Your date of birth is <<$birthdayD>>'
  32. pl 'You are <<rost>> cm tall and weigh <<ves>> kgs.'
  33. pl '<<$body>>'
  34. pl '<a href="exec:gs ''obj_din'', ''body''"><<grudi>> - <<talia>> - <<bedra>> </a>, <a href="exec:gs ''obj_din'', ''show_tits''">you have <<$titsize>> breasts</a><br><<$nipplesize>><br>Difference between your hips and waist is <<bedra-talia>> cm'
  35. pl '<<$vnesh>>'
  36. if avatar_hair = 1:
  37. pl'Your hair: <<$av_hair>>.'
  38. else
  39. pl'<<$hair>>'
  40. end
  41. pl '<<$lip>>'
  42. pl '<<$throat>>'
  43. pl '<<$skin>>'
  44. pl '<<$glaza>>'
  45. pl '<<$mop>>'
  46. pl '<<$leghair>>'
  47. pl '<<$lobok>>'
  48. pl '<<$vagina>>'
  49. pl '<<$anus>>'
  50. nl
  51. if salo = 0 and musle > 0 and dounspell = 0:pl '<b><font color="red">You are showing signs of malnourishment. You should probably eat more and more often.</font></b>'
  52. if salo = 0 and musle = 0 and dounspell = 0:pl '<b><font color="red">You are dangerously malnourished, which has led to a loss in muscle mass. You''re in a critical condition and likely to pass out!</font></b>'
  53. if curly > 0:pl 'Your curls are good for another <<curly>> days.'
  54. if zub = 1:$zuba = ' tooth'
  55. if zub >= 2:$zuba = ' teeth'
  56. if zub > 0:pl 'You have lost <<zub>><<$zuba>>.'
  57. !!pl 'vnesh <<vnesh>>'
  58. !!pl 'curlykoef <<curlykoef>> a maximum of 1'
  59. !!pl 'tits <<tits>> A maximum of 6'
  60. !!pl 'lip <<lip>> a maximum of 4'
  61. !!pl 'tanKoef <<tanKoef>> a maximum of 1'
  62. !!pl 'skin <<skin>> a maximum of 4'
  63. !!pl 'mop <<mop>> a maximum of 4'
  64. !!pl 'resnic <<resnic>> a maximum of 2'
  65. !!pl 'glaraz <<glaraz>> a maximum of 3'
  66. !!pl 'bodykoef <<bodykoef>> a maximum of 8'
  67. !!pl 'legkoef <<legkoef>> a maximum of 3'
  68. !!pl 'lobkoef <<lobkoef>> a maximum of 3'
  69. !!pl 'odevnesh <<odevnesh>> a maximum of 15'
  70. !!pl 'sweat <<sweat>> the maximum 0'
  71. !!pl 'hapri <<hapri>> a maximum of 1'
  72. !!!!!!!! Maruda Hair Mod
  73. if hairlength > 41 and hscrunch >= 1:
  74. if hscrunchw = 0 and hpingripw = 0:pl 'As you have a scrunchy, you can arrange your hair into a <a href="exec:hscrunchw = 1 & gs ''obj_din'', ''descrip''">ponytail</a>. You have <<hscrunch>> scrunchies left.'
  75. if hscrunchw = 1:pl 'Remove the <a href="exec:hscrunchw = 0 & gs ''obj_din'', ''descrip''">scrunchie</a> to get rid of the ponytail.'
  76. end
  77. if hairlength > 41 and hpingrip >= 1:
  78. if hscrunchw = 0 and hpingripw = 0:pl 'You have several clips, pins and grips for you hair. Hence, you can <a href="exec:hpingripw = 1 & gs ''obj_din'', ''descrip''">updo your hair</a>. You have <<hpingrip>> hair accessories at your disposal.'
  79. if hpingripw = 1:pl 'Let your hair <a href="exec:hpingripw = 0 & gs ''obj_din'', ''descrip''">flow free</a>.'
  80. end
  81. if hairlength > 80 and hscrunch >= 2:
  82. if hscrunchw = 0 and hpingripw = 0:pl 'You can use two hair ties to make yourself some <a href="exec:hpigtail = 1 & hscrunchw = 2 & gs ''obj_din'', ''descrip''">pigtails</a>.'
  83. if hscrunchw = 2:pl '<a href="exec:hpigtail = 0 & hscrunchw = 0 & gs ''obj_din'', ''descrip''">Remove</a> your scrunchies and let your hair flow free again.'
  84. end
  85. if hscrunch < 1:hscrunchw = 0
  86. if hpingrip < 1:hpingripw = 0
  87. if hscrunch < 2:hpigtail = 0
  88. !!!!!!!! Maruda Hair Mod
  89. end
  90. if $ARGS[0] = 'skills':
  91. clr
  92. pl'<center><img src="images/pic/icon/stats.png"><br></center>'
  93. pl 'Attractiveness <<vnesh>>'
  94. pl 'Power <<stren>>'
  95. pl 'Speed ​​<<speed>>'
  96. pl 'Agility <<agil>>'
  97. pl 'Endurance <<vital>>'
  98. pl 'Intelligence <<intel>>'
  99. pl 'Spirit <<will>>'
  100. pl 'Reaction <<react>>'
  101. pl '<<$fat>>'
  102. nl
  103. pl '<b>Sexual characteristics</b>'
  104. nl
  105. pl 'Exhibitionism <<exhibition>>'
  106. pl 'Exhibitionist sex preference: <<exhibitionism['pref']>>'
  107. pl 'Exhibitionist sex experence: <<exhibitionism['exp']>>'
  108. if SUB > 0:pl 'Submissiveness <<SUB>>'
  109. if DOM > 0:pl 'Dominance <<DOM>>'
  110. pl 'Submissive preference: <<sub['pref']>>'
  111. pl 'Submissive experence: <<sub['exp']>>'
  112. pl 'Dominance preference: <<dom['pref']>>'
  113. pl 'Dominance experence: <<dom['exp']>>'
  114. pl 'Lesbian sex preference: <<lesbian['pref']>>'
  115. pl 'Lesbian sex experence: <<lesbian['exp']>>'
  116. pl 'Curiosity <<curiosity>>'
  117. pl 'Inhibition <<inhibition>>'
  118. pl 'Perversion <<perversion>>'
  119. nl
  120. pl '<b>Fetishes</b>'
  121. pl 'Feet preference: <<feet['pref']>>'
  122. pl 'Feet experence: <<feet['exp']>>'
  123. pl 'Deepthroat preference: <<deepthroat['pref']>>'
  124. pl 'Deepthroat deepthroat['exp']>>'
  125. pl 'Group preference: <<group['pref']>>'
  126. pl 'Group experence: <<group['exp']>>'
  127. pl 'Gangbang preference: <<gangbang['pref']>>'
  128. pl 'Gangbang experence: <<gangbang['exp']>>'
  129. pl 'Humiliation preference: <<humiliation['pref']>>'
  130. pl 'Humiliation experence: <<humiliation['exp']>>'
  131. pl 'Prostitution preference: <<prostitution['pref']>>'
  132. pl 'Prostitution experence: <<prostitution['exp']>>'
  133. pl 'Bondage preference: <<bound['pref']>>'
  134. pl 'Bondage experence: <<bound['exp']>>'
  135. pl 'Masochism preference: <<maso['pref']>>'
  136. pl 'Masochism experence: <<maso['exp']>>'
  137. pl 'Bestiality preference: <<beast['pref']>>'
  138. pl 'Bestiality experence: <<beast['exp']>>'
  139. pl 'Rough sex preference: <<rough['pref']>>'
  140. pl 'Rough sex experence: <<rough['exp']>>'
  141. pl 'Incest preference: <<incest['pref']>>'
  142. pl 'Incest experence: <<incest['exp']>>'
  143. nl
  144. !!pl 'Muscles <<$musle>>'
  145. if magik > 0:pl 'Magic - <<magik>>'
  146. if Jab > 0:pl 'Jabs - <<Jab>>'
  147. if Punch > 0:pl 'Power Strikes - <<Punch>>'
  148. if Kik > 0:pl 'Kicks - <<Kik>>'
  149. if KikDef > 0:pl 'Defense - <<KikDef>>'
  150. if beg > 0:pl 'Running skill - <<beg>>'
  151. if volleyboll > 0:pl 'Volleyball skill - <<volleyboll>>'
  152. if oficiant > 0:pl 'Waitress skill - <<oficiant>>'
  153. if vokal > 0:pl 'Vocal skill - <<vokal>>'
  154. if dance > 0:pl 'Dancing skill - <<dance>>'
  155. if dancePRO > 0:pl 'Professional dancing skill - <<dancePRO>>'
  156. if stripdance > 0:pl 'Striptease skill - <<stripdance>>'
  157. if poledance > 0:pl 'Poledancing skill - <<poledance>>'
  158. if shoot > 0:pl 'Shooting Accuracy - <<shoot>>'
  159. if kid > 0:
  160. i = 1
  161. if kid = 1:
  162. pl 'You have a child, a <<$polreb[1]>> named <<$kidname[1]>>. Born <<daykid[1]>>-<<monthkid[1]>>-<<yearkid[1]>>. Aged <<kidage[1]>>'
  163. else
  164. p 'You have children'
  165. :LoopKidCounter
  166. if i <= kid:
  167. if i > 1: p ','
  168. p ' a <<$polreb[i]>> named <<$kidname[i]>>. Born <<daykid[i]>>-<<monthkid[i]>>-<<yearkid[i]>>. Aged <<kidage[i]>>'
  169. i += 1
  170. jump 'LoopKidCounter'
  171. end
  172. pl '.'
  173. end
  174. nl
  175. end
  176. if workPTU > 1:pl 'Reputation as a teacher <<teachlevel>>'
  177. if SchoolAtestat = 0 and StoryLine > 0:
  178. if Suspeh >= 90:pl 'You are an A+ student.'
  179. if Suspeh >= 80 and Suspeh < 90:pl 'You are a bright student, just not the top of your class.'
  180. if Suspeh >= 70 and Suspeh < 80:pl 'You are an above average student, but you have to work hard to keep up.'
  181. if Suspeh >= 60 and Suspeh < 70:pl 'You are the typical average student. You''re good in the fields you like, but can''t be bothered with the rest.'
  182. if Suspeh >= 50 and Suspeh < 60:pl 'You''re not very good in school, you wish you could be somewhere else and your grades show it.'
  183. if Suspeh >= 40 and Suspeh < 50:pl 'You are not cut out for school, you skip out most of the time. You wonder how you''re going to manage to get passing grades.'
  184. if Suspeh < 40:pl 'You are the class nitwit. You''re still not sure how you got this far in the first place.'
  185. if schoolprogul > 1:pl 'Absenteeism in school - <<schoolprogul>> days'
  186. end
  187. end
  188. if $ARGS[0] = 'husb_cheat_count':
  189. if husband > 0:
  190. if guy > before_h_guy :
  191. guy_cheat += guy - guy_cheat
  192. before_h_guy = guy
  193. end
  194. if girl > before_h_girl:
  195. girl_cheat += girl - before_h_girl
  196. before_h_girl = girl
  197. end
  198. end
  199. if before_h_girl > 0 and before_h_guy > 0:
  200. pl'During your marriage you have cheated with your husband with <<guy_cheat>> guys and <<girl_cheat>> girls.'
  201. elseif before_h_guy > 0:
  202. pl'During your marriage you have cheated with your husband with <<guy_cheat>> guys.'
  203. elseif before_h_girl > 0:
  204. pl'During your marriage you have cheated with your husband with <<girl_cheat>> girls.'
  205. end
  206. end
  207. if $ARGS[0] = 'stats':
  208. clr
  209. pl'<center><img src="images/pic/icon/statistics.png"><br></center>'
  210. if opPRE = 0:pl 'It has been <<daystart>> days since the game started.'
  211. if BuyHous = 2 and ArendHouseSL >0:pl 'You have rented an apartment in the residential area for <<ArendHouseSL>> days.'
  212. if BuyHous = 2 and ArendHouseSL >0:
  213. pl 'You have rented an apartment in the residential area for <<ArendHouseSL>> days.'
  214. if money >= 6000 or stolmoney >= 6000 or money + stolmoney >= 6000 or karta >= 6000:
  215. *P ' Renew with '
  216. if money >= 6000:
  217. *P ' <a href="exec:money -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''obj_din'', ''stats''">cash</a>'
  218. elseif stolmoney >= 6000:
  219. *P ' <a href="exec:stolmoney -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''obj_din'', ''stats''">cash from drawer</a>'
  220. elseif money + stolmoney >= 6000:
  221. !both < 6000, so money = money - 6000 + stolmoney
  222. *P ' <a href="exec:money -= 6000 - stolmoney & stolmoney = 0 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''obj_din'', ''stats''">cash from purse and drawer</a>'
  223. end
  224. !from purse, drawer or both
  225. if karta >= 6000: *P ' <a href="exec:karta -= 6000 & housr = 1 & BuyHous = 2 & ArendHouseSL += 30 & gs ''obj_din'', ''stats''">bank account</a>'
  226. end
  227. end
  228. if KikWinPro > 0 or KikLossPro > 0 or KikDrawPro > 0:
  229. pl 'Professional Kickboxing Record:Win (Victory KO) - Loss (Defeat KO) - Draw'
  230. pl '<<KikWinPro>> (<<KikWinProKO>>KO) - <<KikLossPro>> (<<KikLossProKO>>KO) - <<KikDrawPro>>'
  231. nl
  232. end
  233. if Win > 0 or Loss > 0:pl 'Wins in fights <<Win>>, losses in fights <<Loss>>' & nl
  234. if KisameDead = 1:pl 'You killed Kisame.'& nl
  235. if razradKik > 0:pl '<<$razradKik>>'
  236. if KikWinAm > 0 or KikLossAm > 0 or KikDrawAm > 0:
  237. pl 'Amateur Kickboxing Record:<br>Wins: <<KikWinAm>> (<<KikWinAmKO>> by KO) - Losses: <<KikLossAm>> (<<KikLossAmKO>> by KO) - Draws: <<KikDrawAm>>'
  238. nl
  239. end
  240. if razradKik > 0:
  241. if razradKik = 1:$razradKik = 'You have earned green sash(rank 4) in kickboxing'
  242. if razradKik = 2:$razradKik = 'You have earned purple sash(rank 5) in kickboxing'
  243. if razradKik = 3:$razradKik = 'You have earned blue sash(rank 6) in kickboxing'
  244. if razradKik = 4:$razradKik = 'You have earned brown sash(rank 7) in kickboxing'
  245. if razradKik = 5:$razradKik = 'You have earned black sash, 1st dan in kickboxing'
  246. nl
  247. end
  248. if kolsorev > 0:pl 'You have run in <<kolsorev>> races'
  249. if swinbeg >= 1:pl 'You have <<swinbeg/3>> trophies from local racing competitions'
  250. if bronzebeg > 0:pl '<<bronzebeg>> - bronze medals for running'
  251. if silverbeg > 0:pl '<<silverbeg>> - silver medals for running'
  252. if goldbeg > 0:pl '<<goldbeg>> - gold medals for running'
  253. if razradbegEB > 0:pl '<<razradbegEB>> times bronze medalist at European Championship'
  254. if razradbegES > 0:pl '<<razradbegES>> runner up at European Championship'
  255. if razradbegEG > 0:pl '<<razradbegEG>> times European champion.'
  256. if razradbeg > 0:
  257. if razradbeg = 1:pl 'You have third sports category for event'
  258. if razradbeg = 2:pl 'You 2nd sports category for event'
  259. if razradbeg = 3:pl 'You 1st sports category for event'
  260. if razradbeg = 4:pl 'You have the title of Candidate Master of Sports for event'
  261. if razradbeg = 5:pl 'You have the title of Master of Sports in the run'
  262. if razradbeg >= 6:pl 'You have the title of International Master of Sports for event'
  263. nl
  264. end
  265. if chess_win > 0 or chess_loss > 0:pl'Chess Record: Win <<chess_win>>, Loss <<chess_loss>>'
  266. if chess_rank > 0:
  267. if chess_rank = 1:pl'You have mastered the basics of chess'
  268. if chess_rank = 2:pl'You are starting to get good at chess'
  269. if chess_rank = 3:pl'You are a good chess player'
  270. if chess_rank = 4:pl'You are an excellent chess player'
  271. if chess_rank = 5:pl'You are a candidate for chess master'
  272. if chess_rank = 6:pl'You are a chess master'
  273. if chess_rank = 7:pl'You are a chess Grandmaster'
  274. end
  275. if chess_world_rank > 0:
  276. if chess_world_rank = 1:pl'The title of FIDE Master Chess'
  277. if chess_world_rank = 2:pl'The title of International Chess Master'
  278. if chess_world_rank = 3:pl'The title of International Grandmaster Chess'
  279. end
  280. nl
  281. if nastjaQW > 0:pl 'Friendship with Nastya <<nastjaqw>>'
  282. if tanya > 0:pl 'Friendship with Tanya <<tanya>>'
  283. if kat > 0:pl 'Friendship with Kate <<kat>>'
  284. if vika > 0:pl 'Friendship with Vika <<vika>>'
  285. if Irina > 0:pl 'Friendship with Irene <<Irina>>'
  286. if Tamara > 0:pl 'Friendship with Tamara <<Tamara>>'
  287. if alla > 0:pl 'Friendship with Alla <<alla>>'
  288. if masha > 0:pl 'Friendship with Masha <<masha>>'
  289. if Givi > 0:pl 'Friendship with Givi K. <<Givi>>'
  290. if Ashot > 0:pl 'Friendship with Ashot <<Ashot>>'
  291. if Dmitry > 0:pl 'Friendship with Dima <<Dmitry>>'
  292. if afra > 0:pl 'Friendship with blacks <<afra>>'
  293. if trenerepa > 0:pl'Friendship with Mikhail Nikolaevich <<trenerepa>>'
  294. !!!WD: Formatting
  295. if (Irina + Givi + Ashot + Tamara + Dmitry + afra + gosh + vika + kat + nastjaqw + tanya) > 0:nl
  296. !!!
  297. if exhibi > 0:pl 'Experienced exhibitionism <<exhibi>> times'
  298. if maxdamage > 0:pl 'The impact force on the dynamometer <<maxdamage>> kgN' & nl
  299. if modelfoto > 0:pl 'You have been photographed naked <<modelfoto>> times'
  300. if stripdancesum > 0:pl '<<stripdancesum>> times dancing in the stripclub'
  301. if profiDanceTime > 0:pl 'You danced <<profiDanceTime>> times professionally.'
  302. if SchoolAtestat = 1:pl 'You have finished school.'
  303. if diplom = 1:pl 'You graduated.'
  304. if teachlevel > 0:pl 'Your credibility as a teacher is <<teachlevel>>'
  305. !WD:FORMATING
  306. if (exhibi + maxdamage + modelfoto + stripdancesum + profiDanceTime + SchoolAtestat + diplom + teachlevel) > 0:nl
  307. !Sex stats
  308. if throat > 0:pl '<<$throat>>'
  309. if vagina > 0:pl '<<$vagina>>'
  310. if vagina = 0 and (sex = 0 or stat['vaginal'] = 0):pl 'You are a virgin.'
  311. if anus > 0:pl '<<$anus>>'
  312. nl
  313. if mastr > 0 or stat['mast'] > 0:pl 'Times you have masturbated: <<stat[''mast'']>>'
  314. if stat['porn'] > 0:pl 'Times you have watched porn: <<stat[''porn'']>>'
  315. if stat['flash_breasts'] > 0:pl 'Times you have flashed your tits: <<stat[''flash_breasts'']>>'
  316. if stat['flash_ass'] > 0:pl 'Times you have flashed your ass: <<stat[''flash_ass'']>>'
  317. if stat['flash_pussy'] > 0:pl 'Times you have flashed your pussy: <<stat[''flash_pussy'']>>'
  318. if stat['voyeur'] > 0:pl 'Times you have watched other people fuck: <<stat[''voyeur'']>>'
  319. if spank > 0:pl 'You have had your ass spanked <<spank>> times'
  320. if guy > 0:pl 'You had sex with <<guy>> guys.'
  321. if girl > 0:pl 'You had sex with <<girl>> girls.'
  322. if divorced > 0:pl 'You were married <<divorced>> times.'
  323. if suprdolg > 0:pl 'You performed your conjugal duty for your husband <<suprdolg>> times'
  324. if rape > 0:pl 'You have been raped <<rape>> times'
  325. nl
  326. pl '<b>Number of times you have performed sexual activities:</b>'
  327. if hj > 0 or stat['hj'] > 0:
  328. pl 'Jerked men off: <<stat[''hj'']>>'
  329. if hja > 0:pl 'Jerked off your boyfriend: <<hja>>'
  330. end
  331. if stat['footjob'] > 0:'jerked men off with your feet: <<stat[''footjob'']>>'
  332. if bj > 0 or stat['bj'] > 0:
  333. pl 'Sucked cock: <<stat[''bj'']>>'
  334. if bja > 0:pl 'Sucked your boyfriends cock: <<bja>>'
  335. if gloryhole > 0: pl 'Sucked cock in a gloryhole: <<gloryhole>>'
  336. end
  337. if sex > 0 or stat['vaginal'] > 0:pl 'Vaginal sex: <<stat[''vaginal'']>>'
  338. if sexa > 0:pl 'Vaginal sex with your boyfriend: <<sexa>>'
  339. if lesbian > 0:pl 'Lesbian sex: <<lesbian>>'
  340. if sexfuta > 0:pl 'Sex with tgirls <<sexfuta>>'
  341. if anal > 0 or stat['anal']:
  342. pl 'Anal sex: <<stat[''anal'']>>'
  343. if anala > 0:pl 'Anal sex with your boyfriend: <<anala>>'
  344. end
  345. if gang > 0:pl 'Group sex: <<gang>>'
  346. if kuni > 0 or stat['cuni'] > 0:pl 'Received cunnilingus: <<stat[''cuni'']>>'
  347. if stat['vaginal_finger'] > 0:pl 'Fingered: <<stat[''vaginal_finger'']>>'
  348. if stat['vaginal_fist'] > 0:pl 'Fisted: <<stat[''vaginal_fist'']>>'
  349. if stat['vaginal_dildo'] > 0:pl 'Fucked a dildo: <<stat[''vaginal_dildo'']>>'
  350. if stat['vaginal_strap'] > 0:pl 'Fucked with a strap-on: <<stat[''vaginal_strap'']>>'
  351. if stat['vaginal_vibe'] > 0:pl 'Clitoral / Vaginal vibrator: <<stat[''vaginal_vibe'']>>'
  352. if stat['trib'] > 0:pl 'Tribalism: <<stat[''trib'']>>'
  353. if stat['anal_finger'] > 0:pl 'Anally fingered: <<stat[''anal_finger'']>>'
  354. if stat['anal_finger'] > 0:pl 'Anally fisted: <<stat[''anal_finger'']>>'
  355. if stat['rimming'] > 0:pl 'Ass rimmed: <<stat[''rimming'']>>'
  356. if stat['anal_dildo'] > 0:pl 'Anal sex with a dildo: <<stat[''anal_dildo'']>>'
  357. if stat['anal_strap'] > 0:pl 'Ass fucked with a strap-on: <<stat[''anal_strap'']>>'
  358. if stat['anal_vibe'] > 0:pl 'Anal vibrator: <<stat[''anal_vibe'']>>'
  359. nl
  360. if stat['cuni_give'] > 0:pl 'Performed cunnilingus: <<stat[''cuni_give'']>>'
  361. if stat['vaginal_finger_give'] > 0:pl 'Fingered a girl: <<stat[''vaginal_finger_give'']>>'
  362. if stat['vaginal_fist_give'] > 0:pl 'Fisted a girl: <<stat[''vaginal_fist_give'']>>'
  363. if stat['vaginal_dildo_give'] > 0:pl 'Dildoed a girl: <<stat[''vaginal_dildo_give'']>>'
  364. if stat['vaginal_strap_give'] > 0:pl 'Strap-on fucked a girl: <<stat[''vaginal_strap_give'']>>'
  365. if stat['vaginal_vibe_give'] > 0:pl 'Used vibrator on a girl: <<stat[''vaginal_vibe_give'']>>'
  366. if stat['rimming_give'] > 0:pl 'Rimmed someone: <<stat[''rimming_give'']>>'
  367. if stat['anal_finger_give'] > 0:pl 'Fingered someone else''s ass: <<stat[''anal_finger_give'']>>'
  368. if stat['anal_fist_give'] > 0:pl 'Fisted someone else''s ass: <<stat[''anal_fist_give'']>>'
  369. if stat['anal_dildo_give'] > 0:pl 'Dildoed someone else''s ass: <<stat[''anal_dildo_give'']>>'
  370. if stat['anal_vibe_give'] > 0:pl 'Used a vibrator on someone else''s ass: <<stat[''anal_vibe_give'']>>'
  371. if pegging > 0 or stat['anal_strap_give'] > 0:pl 'Fucked someone else''s ass with a strap-on: <<stat[''anal_strap_give'']>>'
  372. nl
  373. if slutty > 0:
  374. if bordelslutty = 0:pl 'Sold your body <<slutty>> times.'
  375. if bordelslutty > 0:pl 'Sold your body <<slutty>> times, including <<bordelslutty>> times in a brothel.'
  376. end
  377. if orgasm > 0:pl 'Experienced orgasm <<orgasm>> times.'
  378. if analorgasm > 0 :pl 'You''ve had <<analorgasm>> anal orgasms.'
  379. if swallow > 0:pl 'Sperm swallowed <<swallow>> times.'
  380. if facial > 0:pl 'You have taken <<facial>> facials.'
  381. if frot > 0 or hump > 0:pl 'Your clothes have been come on <<frot + hump>> times.'
  382. if VAF > 0:pl 'Orgasmed while sucking cock <<VAF>> times.'
  383. if zoo > 0:pl 'Had sex with animals <<zoo>> times.'
  384. if pee > 0:pl 'You pissing <<pee>> times.'
  385. if swallowpee > 0:pl 'You swallowed urine <<swallowpee>> times.'
  386. !!!WD:FORMATING
  387. if (slutty + pfilmSTOP + film + orgasm + analorgasm + swallow + facial + frot + VAF + zoo + pee) > 0:nl
  388. !!!
  389. gs 'obj_din', 'husb_cheat_count'
  390. if film > 0:
  391. gs 'pornhist'
  392. $retired=''
  393. if pfilmSTOP = 1:$retired='retired after '
  394. pl '<hr>'
  395. pl '<b><i><a href="exec:gs ''pornhist'', ''pdetail''">Filmography</a> of <font color="magenta"><<$pfname>></font></i></b>'
  396. pl ' (<<$retired>><b><<film>></b> porn movie):'
  397. p '<<$pfilmhistory>>'
  398. end
  399. end
  400. if $ARGS[0] = 'reputation':
  401. clr
  402. pl'<center><img src="images/pic/icon/reputation.png"><br></center>'
  403. if StoryLine = 1:
  404. if GorSlut = 1:
  405. pl 'In Pavlovsky you are known as a flirt.'
  406. elseif GorSlut = 2:
  407. pl 'In Pavlovsky you are known to have sucked a few cocks.'
  408. elseif GorSlut = 3:
  409. pl 'In Pavlovsky you are known as a great cocksucker.'
  410. elseif GorSlut = 4:
  411. pl 'In Pavlovsky you are known to have fucked several boys.'
  412. elseif GorSlut = 5:
  413. pl 'In Pavlovsky you are known as the slut that would do anything.'
  414. elseif GorSlut = 6:
  415. pl 'In Pavlovsky you are known as a prostitute who will take money for the most extreme sex acts.'
  416. else
  417. pl'In Pavlovo you are considered a decent girl with a good reputation.'
  418. end
  419. nl
  420. end
  421. if rinslut > 1 and kavslut > 0:pl'In the residential area of ​​you are known as a whore that sleeps with Caucasians.'
  422. if afra > 80: pl'In the student hostel, you are known for bedding blacks.'
  423. if opusk > 0 or gnewQW >= 5: pl'In the residential area it is well known by all the guys that you are a whore.'
  424. if StoryLine = 1:
  425. nl
  426. if motherKnowSpravka > 0 and motherKnowWhore > 0:
  427. pl'Your mother knows, that you are sexually active and considers you a slut.'
  428. elseif motherKnowWhore > 0:
  429. pl'Your mother thinks you are a whore.'
  430. elseif motherKnowSpravka > 0:
  431. pl'Your mother knows that you are sexually active.'
  432. else
  433. pl'Your mother thinks that you are a virgin.'
  434. end
  435. if evgenQW >= 4 and brotherSex >= 1:
  436. pl'Your brother thinks you are a total whore.'
  437. elseif brotherSex >= 1:
  438. pl'Your brother thinks you are a slut.'
  439. elseif evgenQW >= 3:
  440. pl'Your brother thinks you are a slut.'
  441. elseif brotherknowslut = 1:
  442. pl'Your brother saw semen on your body and thinks that you fuck around.'
  443. elseif brotherknowslut >= 2:
  444. pl'Your brother saw you in the park screwing Gopnik.'
  445. else
  446. pl'Your brother has a good opinion of you.'
  447. end
  448. if sisterknowslut > 1 and sisboypartyQW = 2:
  449. pl'Your sister thinks you are a slut'
  450. elseif sisterknowslut > 0:
  451. pl'Your sister knows you sleep around.'
  452. else
  453. pl'Your sister has a good opinion of you.'
  454. end
  455. end
  456. end
  457. if $ARGS[0] = 'magic':
  458. clr
  459. if magik = 0:
  460. pl'You are unable to use magic.'
  461. elseif magik > 0:
  462. pl'You have <<manna>> units of manna available to you.'
  463. !' Forces Rikudo available to you <<rikudo>> units'
  464. nl
  465. pl'<b>Base Spells:</b>'
  466. nl
  467. if spelltuman > 0:pl'Cover area in fog, a great way to conceal yourself while attacking the enemy and increase the chance to dodge attacks (cost 10 units of manna)'
  468. nl
  469. if spellklon > 0:pl'Swap places with a clone of yourself, good way to avoid enemy attacks and make enemy waste their power (cost 15 units of manna)'
  470. nl
  471. if spellstun > 0:pl'Stun, a great way to stop the enemy. They will not be able to defend or attack. ( cost 20 units of manna)'
  472. nl
  473. if spellweap > 0 and weapon > 0:pl'Infuse weapon with energy'
  474. nl
  475. if spellwind > 0:pl'Blow away the fog, dissipates any mist over the battlefield.'
  476. nl
  477. if spellklon2 > 0:pl'Substitute yourself with 3 clones, the enemy will not be able to get to you, until they destroy all of your clones. (cost 45 units of manna)'
  478. nl
  479. if spellenergo > 0:pl'Create a weak energy shield, protecting you against all attacks of the physical nature, even if the enemy attack exceeds the capabilities of the shield and destroys it, you will still be protected from damage(cost 50 units of manna)'
  480. nl
  481. if spellinit > 0:pl'Create a slight delay of time, a powerful spell that allows you to move faster, steal initiative and increase the probability of hitting (cost 60 units of manna)'
  482. nl
  483. if spellhel > 0:pl'Battle Heal, restores or adds 400 Health units in exchange for 400 units of manna.'
  484. nl
  485. if stihia = 1:pl'<b>Elemental Spells Fire:</b>'
  486. nl
  487. if spellfire1 = 1:pl'Flame. Deals little damage. (Cost 10 manna)'
  488. nl
  489. if spellfire2 = 1:pl'The release of fire. It causes great damage. (Cost 100 manna)'
  490. nl
  491. if spellfire3 = 1:pl'Fire Barrier, It creates a shield with strength of 750 units. (Cost 150 manna)'
  492. nl
  493. if spellfire4 = 1:pl'Firestorm. It causes great damage, difficult to dodge. (Cost 250 manna)'
  494. nl
  495. if spellfire5 = 1:pl'Flame Shield, It creates a shield with strength of 2500 units. (Cost 500 manna)'
  496. nl
  497. if stihia = 2:pl'<b>Elements Lightning Spells:</b>'
  498. nl
  499. if spellele1 = 1:pl'Zap. Deals very little damage. (Cost 10 manna)'
  500. nl
  501. if spellele2 = 1:pl'Lightning. Inflicts above average damage. (Cost 100 manna)'
  502. nl
  503. if spellele3 = 1:pl'Electric barrier, It creates a shield with strength of 1500 units. (Cost 150 manna)'
  504. nl
  505. if spellele4 = 1:pl'Dance of thousand birds. Deals very high damage. (Cost 250 manna)'
  506. nl
  507. if spellele5 = 1:pl'Dancing Sphere, It creates a shield with strength of 5000 units. (Cost 500 manna)'
  508. nl
  509. if stihia = 3:pl'<b>Spells Earth Elements:</b>'
  510. nl
  511. if spellert1 = 1:pl'Quicksand, immobilizes the opponent in the quicksand trap and causes little damage. (Cost 10 manna)'
  512. nl
  513. if spellert2 = 1:pl'Active protection, It creates a protective sphere of land, Gain 2500 units of health and mana, this protection restores itself within 10 absorbing strokes 20 Units in the course of manna. (Cost 100 manna)'
  514. nl
  515. if spellert3 = 1:pl'Abyss, rend earth asunder beneath their feet inflicting high damage to the enemy and depriving him of the ability to move. (Cost 150 manna)'
  516. nl
  517. if spellert4 = 1:pl'Absolute protection, It creates a huge protective sphere of land, which regenerates itself every turn and attacks the enemy. (Cost 250 manna)'
  518. nl
  519. if spellert5 = 1:pl'Sando, two huge plates come out of the earth and crush the enemy inflicting huge damage and depriving them of the ability to move. Cost 500 manna.'
  520. nl
  521. if stihia = 4:pl'<b>Wind Elemental Spells:</b>'
  522. nl
  523. if spellwind1 = 1:pl'Wind gust, It causes very little damage but destroys clones and fog, very difficult to dodge. (Cost 10 manna)'
  524. nl
  525. if spellwind2 = 1:pl'The horrific pressure, causing moderate damage and destroying clones and fog, very difficult to dodge. (Cost 100 manna)'
  526. nl
  527. if spellwind3 = 1:pl'Vacuum Sphere, It creates a shield with strength of 1500 units. (Cost 150 manna)'
  528. nl
  529. if spellwind4 = 1:pl'Vacuum shells, high damage and kills clones and fog, very difficult to dodge. (Cost 250 manna)'
  530. nl
  531. if spellwind5 = 1:pl'Devouring vacuum, sucks enemy shield destroying whatever strength it had left. (Cost 500 manna)'
  532. nl
  533. if stihia = 5:pl'<b>Water Elemental Spell:</b>'
  534. nl
  535. if spellwater1 = 1:pl'Drain mana, It causes very little damage and absorbs a lot of mana. Cost 10 manna.'
  536. nl
  537. if spellwater2 = 1:pl'Flood, causes moderate damage and absorbs large amount of mana. Cost 100 manna.'
  538. nl
  539. if spellwater3 = 1:pl'Blister, It creates a protective sphere of water with strength of 1500 units against all impacts, this protection restores itself within 10 absorbing strokes 20 Units in the course of manna. (Cost 150 manna)'
  540. nl
  541. if spellwater4 = 1:pl'Water shark rocket, causes great damage and absorbs a lot of mana. Cost 250 manna.'
  542. nl
  543. if spellwater5 = 1:pl'The Great Flood, It creates a huge sphere that absorbs water and drains opponents mana, passing it to strengthen protection. Cost 500 manna.'
  544. nl
  545. end
  546. end
  547. if $ARGS[0] = 'pain':
  548. clr
  549. pl'<center>Pain</center>'
  550. pl
  551. pl
  552. if pain['head'] > 0:
  553. if pain['head'] > 70:
  554. pl '<b><font color="red">Your head is in extreme pain.</font></b>'
  555. elseif pain['head'] > 40:
  556. pl 'Your head is very sore.'
  557. else
  558. pl 'Your head hurts.'
  559. end
  560. end
  561. if pain['hair'] > 0:
  562. if pain['hair'] > 70:
  563. pl '<b><font color="red">Your scalp is in extreme pain.</font></b>'
  564. elseif pain['hair'] > 40:
  565. pl 'Your scalp is very sore.'
  566. else
  567. pl 'Your scalp hurts.'
  568. end
  569. end
  570. if pain['ears'] > 0:
  571. if pain['ears'] > 70:
  572. pl '<b><font color="red">Your ears are in extreme pain.</font></b>'
  573. elseif pain['ears'] > 40:
  574. pl 'Your ears are very sore.'
  575. else
  576. pl 'Your ears hurt.'
  577. end
  578. end
  579. if pain['eyebrows'] > 0:
  580. if pain['eyebrows'] > 70:
  581. pl '<b><font color="red">Your eyebrows are in extreme pain.</font></b>'
  582. elseif pain['eyebrows'] > 40:
  583. pl 'Your eyebrows are very sore.'
  584. else
  585. pl 'Your eyebrows hurt.'
  586. end
  587. end
  588. if pain['eyes'] > 0:
  589. if pain['eyes'] > 70:
  590. pl '<b><font color="red">Your eyes are in extreme pain.</font></b>'
  591. elseif pain['eyes'] > 40:
  592. pl 'Your eyes are very sore.'
  593. else
  594. pl 'Your eyes hurt.'
  595. end
  596. end
  597. if pain['cheeks'] > 0:
  598. if pain['cheeks'] > 70:
  599. pl '<b><font color="red">Your cheeks are in extreme pain.</font></b>'
  600. elseif pain['cheeks'] > 40:
  601. pl 'Your cheeks are very sore.'
  602. else
  603. pl 'Your cheeks hurt.'
  604. end
  605. end
  606. if pain['nose'] > 0:
  607. if pain['nose'] > 70:
  608. pl '<b><font color="red">Your nose is in extreme pain.</font></b>'
  609. elseif pain['nose'] > 40:
  610. pl 'Your nose is very sore.'
  611. else
  612. pl 'Your nose hurts.'
  613. end
  614. end
  615. if pain['mouth'] > 0:
  616. if pain['mouth'] > 70:
  617. pl '<b><font color="red">Your mouth is in extreme pain.</font></b>'
  618. elseif pain['mouth'] > 40:
  619. pl 'Your mouth is very sore.'
  620. else
  621. pl 'Your mouth hurts.'
  622. end
  623. end
  624. if pain['lips'] > 0:
  625. if pain['lips'] > 70:
  626. pl '<b><font color="red">Your lips is in extreme pain.</font></b>'
  627. elseif pain['lips'] > 40:
  628. pl 'Your lips is very sore.'
  629. else
  630. pl 'Your lips hurts.'
  631. end
  632. end
  633. if pain['tongue'] > 0:
  634. if pain['tongue'] > 70:
  635. pl '<b><font color="red">Your tongue is in extreme pain.</font></b>'
  636. elseif pain['tongue'] > 40:
  637. pl 'Your tongue is very sore.'
  638. else
  639. pl 'Your tongue hurts.'
  640. end
  641. end
  642. if pain['throat'] > 0:
  643. if pain['throat'] > 70:
  644. pl '<b><font color="red">Your throat is in extreme pain.</font></b>'
  645. elseif pain['throat'] > 40:
  646. pl 'Your throat is very sore.'
  647. else
  648. pl 'Your throat hurts.'
  649. end
  650. end
  651. if pain['neck'] > 0:
  652. if pain['neck'] > 70:
  653. pl '<b><font color="red">Your neck is in extreme pain.</font></b>'
  654. elseif pain['neck'] > 40:
  655. pl 'Your neck is very sore.'
  656. else
  657. pl 'Your neck hurts.'
  658. end
  659. end
  660. if pain['back'] > 0:
  661. if pain['back'] > 70:
  662. pl '<b><font color="red">Your back is in extreme pain.</font></b>'
  663. elseif pain['back'] > 40:
  664. pl 'Your back is very sore.'
  665. else
  666. pl 'Your back hurts.'
  667. end
  668. end
  669. if pain['asscheeks'] + (spanked * 24) > 0:
  670. if pain['asscheeks'] + (spanked * 24) > 70:
  671. pl '<b><font color="red">Your <a href="exec:view''images/picb/spankedass2.jpg''">asscheeks</a> are in extreme pain.</font></b>'
  672. elseif pain['asscheeks'] + (spanked * 24) > 40:
  673. pl 'Your <a href="exec:view''images/picb/spankedass1.jpg''">asscheeks</a> are very sore.'
  674. else
  675. pl 'Your <a href="exec:view''images/picb/spankedass.jpg''">asscheeks</a> hurt.'
  676. end
  677. end
  678. if pain['asshole'] + (agape * 10) > 0:
  679. if pain['asshole'] + (agape * 10) > 70:
  680. pl '<b><font color="red">You an extremely sore anus and it emits blood.</font></b>'
  681. elseif pain['asshole'] + (agape * 10) > 40:
  682. pl '<b><font color="red">You have a very sore anus.</font></b>'
  683. else
  684. pl '<b><font color="red">You have a sore and itchy anus.</font></b>'
  685. end
  686. end
  687. if pain['hips'] > 0:
  688. if pain['hips'] > 70:
  689. pl '<b><font color="red">Your hips are in extreme pain.</font></b>'
  690. elseif pain['hips'] > 40:
  691. pl 'Your hips are very sore.'
  692. else
  693. pl 'Your hips hurt.'
  694. end
  695. end
  696. if pain['thighs'] > 0:
  697. if pain['thighs'] > 70:
  698. pl '<b><font color="red">Your thighs are in extreme pain.</font></b>'
  699. elseif pain['thighs'] > 40:
  700. pl 'Your thighs are very sore.'
  701. else
  702. pl 'Your thighs hurt.'
  703. end
  704. end
  705. if pain['legL'] > 0:
  706. if pain['legL'] > 70:
  707. pl '<b><font color="red">Your left leg is in extreme pain.</font></b>'
  708. elseif pain['legL'] > 40:
  709. pl 'Your left leg is very sore.'
  710. else
  711. pl 'Your left leg hurts.'
  712. end
  713. end
  714. if pain['legR'] > 0:
  715. if pain['legR'] > 70:
  716. pl '<b><font color="red">Your right leg is in extreme pain.</font></b>'
  717. elseif pain['legR'] > 40:
  718. pl 'Your right leg is very sore.'
  719. else
  720. pl 'Your right leg hurts.'
  721. end
  722. end
  723. if pain['feet'] > 0:
  724. if pain['feet'] > 70:
  725. pl '<b><font color="red">Your feet are in extreme pain.</font></b>'
  726. elseif pain['feet'] > 40:
  727. pl 'Your feet are very sore.'
  728. else
  729. pl 'Your feet hurt.'
  730. end
  731. end
  732. if pain['toes'] > 0:
  733. if pain['toes'] > 70:
  734. pl '<b><font color="red">Your toes are in extreme pain.</font></b>'
  735. elseif pain['toes'] > 40:
  736. pl 'Your toes are very sore.'
  737. else
  738. pl 'Your toes foot hurt.'
  739. end
  740. end
  741. if pain['shoulders'] > 0:
  742. if pain['shoulders'] > 70:
  743. pl '<b><font color="red">Your shoulders are in extreme pain.</font></b>'
  744. elseif pain['shoulders'] > 40:
  745. pl 'Your shoulders are very sore.'
  746. else
  747. pl 'Your shoulders hurt.'
  748. end
  749. end
  750. if pain['armL'] > 0:
  751. if pain['armL'] > 70:
  752. pl '<b><font color="red">Your left arm is in extreme pain.</font></b>'
  753. elseif pain['armL'] > 40:
  754. pl 'Your left arm is very sore.'
  755. else
  756. pl 'Your left arm hurts.'
  757. end
  758. end
  759. if pain['armR'] > 0:
  760. if pain['armR'] > 70:
  761. pl '<b><font color="red">Your right arm is in extreme pain.</font></b>'
  762. elseif pain['armR'] > 40:
  763. pl 'Your right arm is very sore.'
  764. else
  765. pl 'Your right arm hurts.'
  766. end
  767. end
  768. if pain['hands'] > 0:
  769. if pain['hands'] > 70:
  770. pl '<b><font color="red">Your hands are in extreme pain.</font></b>'
  771. elseif pain['hands'] > 40:
  772. pl 'Your hands are very sore.'
  773. else
  774. pl 'Your hands hurt.'
  775. end
  776. end
  777. if pain['fingers'] > 0:
  778. if pain['fingers'] > 70:
  779. pl '<b><font color="red">Your fingers are in extreme pain.</font></b>'
  780. elseif pain['fingers'] > 40:
  781. pl 'Your fingers are very sore.'
  782. else
  783. pl 'Your fingers hurt.'
  784. end
  785. end
  786. if pain['chest'] > 0:
  787. if pain['chest'] > 70:
  788. pl '<b><font color="red">Your chest is in extreme pain.</font></b>'
  789. elseif pain['chest'] > 40:
  790. pl 'Your chest is very sore.'
  791. else
  792. pl 'Your chest hurts.'
  793. end
  794. end
  795. if pain['breasts'] > 0:
  796. if pain['breasts'] > 70:
  797. pl '<b><font color="red">Your breasts are in extreme pain.</font></b>'
  798. elseif pain['breasts'] > 40:
  799. pl 'Your breasts are very sore.'
  800. else
  801. pl 'Your breasts hurt.'
  802. end
  803. end
  804. if pain['nipples'] > 0:
  805. if pain['nipples'] > 70:
  806. pl '<b><font color="red">Your nipples are in extreme pain.</font></b>'
  807. elseif pain['nipples'] > 40:
  808. pl 'Your nipples are very sore.'
  809. else
  810. pl 'Your nipples hurt.'
  811. end
  812. end
  813. if pain['ribs'] > 0:
  814. if pain['ribs'] > 70:
  815. pl '<b><font color="red">Your ribs are in extreme pain.</font></b>'
  816. elseif pain['ribs'] > 40:
  817. pl 'Your ribs are very sore.'
  818. else
  819. pl 'Your ribs hurt.'
  820. end
  821. end
  822. if pain['tummy'] > 0:
  823. if pain['tummy'] > 70:
  824. pl '<b><font color="red">Your tummy is in extreme pain.</font></b>'
  825. elseif pain['tummy'] > 40:
  826. pl 'Your tummy is very sore.'
  827. else
  828. pl 'Your tummy hurts.'
  829. end
  830. end
  831. if pain['pubic'] > 0:
  832. if pain['pubic'] > 70:
  833. pl '<b><font color="red">Your pubis is in extreme pain.</font></b>'
  834. elseif pain['pubic'] > 40:
  835. pl 'Your pubis is very sore.'
  836. else
  837. pl 'Your pubis hurts.'
  838. end
  839. end
  840. if pain['vaginal'] + (vgape * 8) > 0:
  841. if pain['vaginal'] + (vgape * 8) > 70:
  842. pl '<b><font color="red">You have very sore vagina, you can hardly even walk, while trying to keep your feet apart.</font></b>'
  843. elseif pain['vaginal'] + (vgape * 8) > 40:
  844. pl '<b><font color="red">You have a sore vagina and you can hardly keep your feet together.</font></b>'
  845. else
  846. pl '<b><font color="red">You have a sore vagina and you can hardly keep your feet together.</font></b>'
  847. end
  848. end
  849. if pain['clitoris'] > 0:
  850. if pain['clitoris'] > 70:
  851. pl '<b><font color="red">Your clitoris is in extreme pain.</font></b>'
  852. elseif pain['clitoris'] > 40:
  853. pl 'Your clitoris is very sore.'
  854. else
  855. pl 'Your clitoris hurts.'
  856. end
  857. end
  858. if pain['urethra'] > 0:
  859. if pain['urethra'] > 70:
  860. pl '<b><font color="red">Your urethra is in extreme pain.</font></b>'
  861. elseif pain['urethra'] > 40:
  862. pl 'Your urethra is very sore.'
  863. else
  864. pl 'Your urethra hurts.'
  865. end
  866. end
  867. if pain['cervix'] > 0:
  868. if pain['cervix'] > 70:
  869. pl '<b><font color="red">Your cervix is in extreme pain.</font></b>'
  870. elseif pain['cervix'] > 40:
  871. pl 'Your cervix is very sore.'
  872. else
  873. pl 'Your cervix hurts.'
  874. end
  875. end
  876. end
  877. if $ARGS[0] = 'clothes':
  878. clr
  879. if defaultcoat = 0:
  880. pl 'You have no default coat set.'
  881. else
  882. pl 'Your current default coat is Coat<<defaultcoat>>.'
  883. !make sure to sync these with [outdoors]~364
  884. if defaultcoat < 4:
  885. pl 'It''ll keep you fairly warm down to -10C.'
  886. elseif defaultcoat = 4 or defaultcoat = 5 or defaultcoat = 8 or defaultcoat = 10 or defaultcoat = 12:
  887. pl 'It will handle temperatures down to -20C.'
  888. elseif defaultcoat = 6 or defaultcoat = 7 or defaultcoat = 9 or defaultcoat = 11:
  889. pl 'You will be nice and warm even in the depths of winter.'
  890. else
  891. pl 'Your health will suffer if you don''t wear a coat in the winter.'
  892. end
  893. pl ''
  894. end
  895. if $clothingworntype = 'nude' and towel = 1 and tanga = 0:
  896. view 'images/clothes/towel.jpg'
  897. pl'You are only wearing a towel'
  898. elseif $clothingworntype = 'nude' and tanga = 1:
  899. view 'images/clothes/nude.jpg'
  900. pl'You are only wearing panties'
  901. elseif $clothingworntype = 'nude' and tanga = 0:
  902. view 'images/clothes/nude1.jpg'
  903. pl'You are completely naked.'
  904. else
  905. view FUNC('$clothing_image', $clothingworntype, clothingwornnumber)
  906. if PClobimbo = 1:pl 'You are dressed like a bimbo.'
  907. pl 'You are wearing ' + FUNC('$short_description', $clothingworntype) + '<<clothingwornnumber>>''.'
  908. if $clothingworntype ! 'coat' and $clothingworntype ! 'swimwear':
  909. gs 'clothing_attributes', $clothingworntype, clothingwornnumber
  910. gs 'clothing_descriptions'
  911. pl '<<$description>>'
  912. else
  913. FUNC('$clothing_name', $clothingworntype, clothingwornnumber)
  914. end
  915. end
  916. end
  917. if $ARGS[0] = 'body':
  918. if musle >= salo:
  919. !!muscular type
  920. if bedra < 60:view 'images/body/fit.jpg'
  921. if bedra >= 60 and bedra < 70:view 'images/body/fit1.jpg'
  922. if bedra >= 70 and bedra < 80:view 'images/body/fit2.jpg'
  923. if bedra >= 80 and bedra < 90:view 'images/body/fit3.jpg'
  924. if bedra >= 90 and bedra < 100:view 'images/body/fit4.jpg'
  925. if bedra >= 100 and bedra < 110:view 'images/body/fit5.jpg'
  926. if bedra >= 110 and bedra < 120:view 'images/body/fit6.jpg'
  927. if bedra >= 120:view 'images/body/fit7.jpg'
  928. else
  929. !!bold type
  930. ! Updated to be consistent with current images
  931. if bedra < 60:
  932. view 'images/body/fat.jpg'
  933. elseif bedra < 70:
  934. view 'images/body/fat1.jpg'
  935. elseif bedra < 80:
  936. view 'images/body/fat2.jpg'
  937. elseif bedra < 90:
  938. view 'images/body/fat3.jpg'
  939. elseif bedra < 100:
  940. view 'images/body/fat4.jpg'
  941. elseif bedra < 110:
  942. view 'images/body/fat5.jpg'
  943. elseif bedra < 120:
  944. view 'images/body/fat6.jpg'
  945. else
  946. view 'images/body/fat7.jpg'
  947. end
  948. end
  949. end
  950. if $ARGS[0] = 'tattooarm':
  951. view 'images/body/arms/tatarm<<tatarm>>.jpg'
  952. end
  953. if $ARGS[0] = 'tattooass':
  954. view 'images/body/ass/tatass<<tatass>>.jpg'
  955. end
  956. if $ARGS[0] = 'tattooback':
  957. view 'images/body/back/tatback<<tatback>>.jpg'
  958. end
  959. if $ARGS[0] = 'tattoobelly':
  960. view 'images/body/belly/tatblly<<tatblly>>.jpg'
  961. end
  962. if $ARGS[0] = 'tattoobreast':
  963. view 'images/body/breasts/tatbrst<<tatbrst>>.jpg'
  964. end
  965. if $ARGS[0] = 'tattoochest':
  966. view 'images/body/chest/tatchst<<tatchst>>.jpg'
  967. end
  968. if $ARGS[0] = 'tattooface':
  969. view 'images/body/face/tatfce<<tatfce>>.jpg'
  970. end
  971. if $ARGS[0] = 'tattoofoot':
  972. view 'images/body/foot/tatankle<<tatankle>>.jpg'
  973. end
  974. if $ARGS[0] = 'tattooleg':
  975. view 'images/body/legs/tatleg<<tatleg>>.jpg'
  976. end
  977. if $ARGS[0] = 'tattoolip':
  978. view 'images/body/lip/tatlip<<tatlip>>.jpg'
  979. end
  980. if $ARGS[0] = 'tattooneck':
  981. view 'images/body/neck/tatnck<<tatneck>>.jpg'
  982. end
  983. if $ARGS[0] = 'tattoovag':
  984. view 'images/body/pubic/tatvag<<tatvag>>.jpg'
  985. end
  986. if $ARGS[0] = 'tattooshoulder':
  987. view 'images/body/shoulder/tatshldr<<tatlech>>.jpg'
  988. end
  989. if $ARGS[0] = 'tattooside':
  990. view 'images/body/side/tatside<<tatside>>.jpg'
  991. end
  992. if $ARGS[0] = 'tattootramp':
  993. view 'images/body/trampStamp/tatlowbck<<tatupb>>.jpg'
  994. end
  995. if $ARGS[0] = 'tattoounder':
  996. view 'images/body/underBreast/tatundbreast<<tatarm>>.jpg'
  997. end
  998. if $ARGS[0] = 'tattoowrist':
  999. view 'images/body/wrists/tatwrst<<tatarm>>.jpg'
  1000. end
  1001. if $ARGS[0] = 'tattoos':
  1002. clr
  1003. tatcounter = 0
  1004. if tatarm > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooarm''">Tattoo on your arm</a>'
  1005. if tatass > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooass''">Tattoo on your ass</a>'
  1006. if tatback > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooback''">Tattoo on your back</a>'
  1007. if tatblly > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoobelly''">Tattoo on your belly</a>'
  1008. if tatbrst > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoobreast''">Tattoo on your breast</a>'
  1009. if tatchst > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoochest''">Tattoo on your chest</a>'
  1010. if tatfce > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooface''">Tattoo on your face</a>'
  1011. if tatankle > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoofoot''">Tattoo on your foot</a>'
  1012. if tatleg > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooleg''">Tattoos on your leg</a>'
  1013. if tatlip > 0:tatcounter = 1 & pl '<a href="exec: gs ''obj_din'', ''tattoolip''">Tattoo on your lip</a>'
  1014. if tatneck > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooneck''">Tattoo on your neck</a>'
  1015. if tatvag > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoovag''">Tattoos on your groin</a>'
  1016. if tatplech > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooshoulder''">Tattoo on your shoulder</a>'
  1017. if tatside > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattooside''">Tattoo on your side</a>'
  1018. if tatupb > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattootramp''">Your tramp stamp</a>'
  1019. if tatunder > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoounder''">Tattoo under your breasts</a>'
  1020. if tatwrist > 0:tatcounter = 1 & pl'<a href="exec: gs ''obj_din'', ''tattoowrist''">Tattoo on your wrist</a>'
  1021. if tatcounter = 0:
  1022. pl'You have a pristine body. Not in terms of debauchery, but in terms of tattoos.'
  1023. end
  1024. end
  1025. if $ARGS[0] = 'piercing':
  1026. clr
  1027. if pirsA = 0 and pirsB = 0 and pirsC = 0 and pirsD = 0 and pirsE = 0 and pirsF = 0 and pirsN = 0 and pirsG = 0 and pirsGL = 0:
  1028. pl 'You have no piercings.'
  1029. elseif pirsA ! 1 and pirsB ! 1 and pirsC ! 1 and pirsD ! 1 and pirsE ! 1 and pirsF ! 1 and pirsN ! 1 and pirsG ! 1 and pirsGL ! 1:
  1030. pl 'You are not wearing any piercings'
  1031. end
  1032. if pirsA = 1:pl 'Your tongue is pierced and inserted in it is a barbell that you constantly feel in the mouth. <a href="exec:view ''images/picb/pirsa.jpg''">See</a>'
  1033. if pirsB = 1:pl 'Your lower lip is pierced, and ring is inserted. <a href="exec:view ''images/picb/pirsb.jpg''">See</a>'
  1034. if pirsC = 1:pl 'On your ears hang earrings. <a href="exec:view ''images/picb/pirsc.jpg''">See</a>'
  1035. if pirsD = 1:pl 'You have a small ring in the nose. <a href="exec:view ''images/picb/pirsd.jpg''">See</a>'
  1036. if pirsE = 1:pl 'Barbell is inserted into your eyebrow. <a href="exec:view ''images/picb/pirse.jpg''">See</a>'
  1037. if pirsF = 1:pl 'You have pierced nipples with barbells inserted. <a href="exec:view ''images/picb/pirsf.jpg''">See</a>'
  1038. if pirsN = 1:pl 'Your navel is pierced and barbell is inserted. <a href="exec:view ''images/picb/pirsn.jpg''">See</a>'
  1039. if pirsG = 1 and pirsGL ! 1:pl 'Your labia are pierced and several rings hang from them. <a href="exec:view ''images/picb/pirsg.jpg''">See</a>'
  1040. if pirsG ! 1 and pirsGL = 1:pl 'Your clitoris is pierced and barbell is inserted through it.<a href="exec:view ''images/picb/pirscli.jpg''">See</a>'
  1041. if pirsG = 1 and pirsGL = 1:pl 'Your clitoris and labia are pierced, there is barbell inserted in your clit and rings hanging from your labia.<a href="exec:view ''images/picb/pirscligub.jpg''">See</a>'
  1042. end
  1043. if $ARGS[0] = 'records':
  1044. clr
  1045. if housr > 0:pl'You live in a two-room apartment, in a residential area. Rent for the apartment is subtracted automatically, in sum of 3000 <b>₽</b> plus electric bill on 25th of each month.'
  1046. nl
  1047. if workPTU > 2:pl'You work as a teacher at the Lycée. Working days Mon-Sat, with 14.00 to 16.00. Salary 300r/day. Dress code - office clothes, Strict. The road from the apartment to the Lyceum takes 2 hours 10 minutes.'
  1048. nl
  1049. if (work = 1 or cheatWork = 1) and workKafe > 0:pl'You are working as a waitress in a cafe. You need to come to work between 11 and 12, working days: Tuesday, Wednesday and Thursday. At work, you can receive tips from customers, and payment is received on 25th of each month.'
  1050. nl
  1051. if (work = 1 or cheatWork = 1) and workhosp > 0:pl'You work as a nurse in the clinic. You need to come to work between 8 and 9, during the week. Salary is automatically transferred on 25th of each month.'
  1052. nl
  1053. if (work = 1 or cheatWork = 1) and worksalon > 0:pl'You work in a salon as masseuse. You need to come to work with 9 to 10, working days, Monday, Wednesday, Friday. Salary is automatically transferred on 25th of each month.'
  1054. nl
  1055. if (work = 1 or cheatWork = 1) and workSec > 0:pl'You work as a secretary in the office. At work you need to come up 9, during the week. Salary is automatically transferred on 25th of each month.'
  1056. nl
  1057. if (work = 1 or cheatWork = 1) and tanwork > 0:pl'You work as a governess for Tanya. Salary is automatically transferred on 25th of each month.'
  1058. nl
  1059. if (work = 1 or cheatWork = 1) and young_shop_work = 1:pl'You work as a store clerk in Keys Pussy. Work starts at 15, every day except Saturday and Sunday. The salary shall be issued once a week on Fridays.'
  1060. nl
  1061. if (work = 1 or cheatWork = 1) and workFabrika = 1:pl'You work as a seamstress in a factory in Pavlovsky. Work is every day except Saturday and Sunday. Salary is automatically transferred on 25th of each month.'
  1062. nl
  1063. if workrin = 1:pl'You are working on the market in Arthur''s tent as clothing saleswoman. Work on Tuesday, Thursday and Saturday, starting at 8 AM. Salary depends on sales.'
  1064. nl
  1065. if maidqw = 1:pl'You can work in Pavlovsky hotel as a maid. Work is every day from 16 to 19. Salary is 250 plus tips.'
  1066. nl
  1067. if stripwork >= 1:pl'You can work as a stripper, free schedule, every day from 15 to midnight. No salary, only tips.'
  1068. nl
  1069. if pfilmSTOP = 1:pl'<<$pfilmstory_new>>'
  1070. if film > 0:pl'You are working as pornographic actress under the name <<$pfname>>, Filmography:'
  1071. pl'<<$pfilmhistory>>'
  1072. nl
  1073. if bumtolik = 4:pl'You have been asked to help the homeless at the Mercy Clinic in the northern region.'
  1074. nl
  1075. if bumtolik >= 5:pl'You volunteer at the Mercy Clinic working with the homeless. Working hours are from 9 to 17, Saturday and Sunday.'
  1076. nl
  1077. if husband > 0:pl'You have been married for <<husbanday>> days. Your husband <<$husName>> <<$husBody>> <<$husFat>> <<$husHair>>. Member <<husDick>> Relationship <<husband>>.'
  1078. if kid > 0:
  1079. i = 0
  1080. if kid = 1:
  1081. pl 'You have a child, a <<$polreb[0]>> named <<$kidname[0]>>. Born <<daykid[0]>>-<<monthkid[0]>>-<<yearkid[0]>>. Aged <<kidage[0]>>.'
  1082. else
  1083. pl 'You have children:'
  1084. :LoopKidCounter
  1085. if i <= kid + 1:
  1086. pl ' a <<$polreb[i]>> named <<$kidname[i]>>. Born <<daykid[i]>>-<<monthkid[i]>>-<<yearkid[i]>>. Aged <<kidage[i]>>.'
  1087. i += 1
  1088. jump 'LoopKidCounter'
  1089. end
  1090. end
  1091. nl
  1092. end
  1093. nl
  1094. if $bfsex > 0:pl'<<$bfsex>>'
  1095. nl
  1096. if bfA > 1:pl'Your guy <<$boyA>> <<$boybodyA>> <<$boybodA>> <<$boyfaceA>>.<<$boyA>> <<$boyCloA>> Relationship <<bfA>>, met <<dayA>> time.'
  1097. if harakBoyA = 0 and bfA > 1:pl'He''s calm and self-possessed character.'
  1098. if harakBoyA = 1 and bfA > 1:pl'He has a cheerful and sociable character.'
  1099. if harakBoyA = 2 and bfA > 1:pl'He''s short-tempered and rigid.'
  1100. if bfB > 1:pl'Your guy <<$boyB>> <<$boybodyB>> <<$boybodB>> <<$boyfaceB>>.<<$boyB>> <<$boyCloB>> Relationship <<bfB>>, met <<dayB>> time.'
  1101. if bfC > 1:pl'Your guy <<$boyC>> <<$boybodyC>> <<$boybodC>> <<$boyfaceC>>.<<$boyC>> <<$boyCloC>> Relationship <<bfC>>, met <<dayC>> time.'
  1102. nl
  1103. gs'Menu.Create','zapisMenu'
  1104. gs'Menu.Add','zapisMenu','Recording from avtodatoy','','MenuLoc','zapisosn'
  1105. gs'Menu.Add','zapisMenu','Make a record in the 1th line','','MenuLoc','zapis'
  1106. gs'Menu.Add','zapisMenu','With a red line 1th line','','MenuLoc','ot'
  1107. gs'Menu.Add','zapisMenu','Make a record in the 2th line','','MenuLoc','zapis2'
  1108. gs'Menu.Add','zapisMenu','With a red line 2th line','','MenuLoc','ot2'
  1109. gs'Menu.Add','zapisMenu','Make a record in the 3th line','','MenuLoc','zapis3'
  1110. gs'Menu.Add','zapisMenu','With a red line 3th line','','MenuLoc','ot3'
  1111. gs'Menu.Add','zapisMenu','Make a record in the 4th line','','MenuLoc','zapis4'
  1112. gs'Menu.Add','zapisMenu','With a red line 4th line','','MenuLoc','ot4'
  1113. gs'Menu.Add','zapisMenu','Make a record in the 5th line','','MenuLoc','zapis5'
  1114. gs'Menu.Add','zapisMenu','With a red line 5th line','','MenuLoc','ot5'
  1115. gs'Menu.Add','zapisMenu','Make a record in the 6th line','','MenuLoc','zapis6'
  1116. gs'Menu.Add','zapisMenu','With a red line 6th line','','MenuLoc','ot6'
  1117. gs'Menu.Add','zapisMenu','Make a record in the 7th line','','MenuLoc','zapis7'
  1118. gs'Menu.Add','zapisMenu','With a red line 7th line','','MenuLoc','ot7'
  1119. gs'Menu.Add','zapisMenu','Make a record in the 8th line','','MenuLoc','zapis8'
  1120. gs'Menu.Add','zapisMenu','With a red line 8th line','','MenuLoc','ot8'
  1121. gs'Menu.Add','zapisMenu','Make a record in the 9th line','','MenuLoc','zapis9'
  1122. gs'Menu.Add','zapisMenu','With a red line 9th line','','MenuLoc','ot9'
  1123. gs'Menu.Add','zapisMenu','Make a record in the 10th line','','MenuLoc','zapis10'
  1124. gs'Menu.Add','zapisMenu','With a red line 10th line','','MenuLoc','ot10'
  1125. gs'Menu.Create','disMenu'
  1126. gs'Menu.Add','disMenu','Delete entry to 1th row','','MenuLoc','diszapis'
  1127. gs'Menu.Add','disMenu','Delete entry to 2th row','','MenuLoc','diszapis2'
  1128. gs'Menu.Add','disMenu','Delete entry to 3th row','','MenuLoc','diszapis3'
  1129. gs'Menu.Add','disMenu','Delete entry to 4th row','','MenuLoc','diszapis4'
  1130. gs'Menu.Add','disMenu','Delete entry to 5th row','','MenuLoc','diszapis5'
  1131. gs'Menu.Add','disMenu','Delete entry to 6th row','','MenuLoc','diszapis6'
  1132. gs'Menu.Add','disMenu','Delete entry to 7th row','','MenuLoc','diszapis7'
  1133. gs'Menu.Add','disMenu','Delete entry to 8th row','','MenuLoc','diszapis8'
  1134. gs'Menu.Add','disMenu','Delete entry to 9th row','','MenuLoc','diszapis9'
  1135. gs'Menu.Add','disMenu','Delete entry to 10th row','','MenuLoc','diszapis10'
  1136. pl'<a href="exec: gs''Menu.Call'',''zapisMenu''">Make a record</a> or <a href="exec: gs''Menu.Call'',''disMenu''">delete the record</a>'
  1137. pl'<<$zapisOsn>>'
  1138. pl'<<$zapis>>'
  1139. pl'<<$zapis2>>'
  1140. pl'<<$zapis3>>'
  1141. pl'<<$zapis4>>'
  1142. pl'<<$zapis5>>'
  1143. pl'<<$zapis6>>'
  1144. pl'<<$zapis7>>'
  1145. pl'<<$zapis8>>'
  1146. pl'<<$zapis9>>'
  1147. pl'<<$zapis10>>'
  1148. end
  1149. if $ARGS[0] = 'exit':
  1150. '<center><b>YOU JUST had to use emergency exit, this is only for use when you get a BLANK SCREEN.</b></center>'
  1151. *nl
  1152. '<center><b>DO NOT use this option without a good reason, doing so can cause instability and could damage your save game.</b></center>'
  1153. *nl
  1154. '<center><b>If this was the result of a bug in the game, then please report the issue and when / how it was trigger with as much info as you can on the tfgamesite.com forum.</b></center>'
  1155. *nl
  1156. cla
  1157. if StoryLine = 1:act 'Go to Pavlovsk':gt 'pavResidential'
  1158. act 'Go to the street':gt 'street'
  1159. end
  1160. if $ARGS[0] = 'new':
  1161. killobj
  1162. oldobjmenu = 0
  1163. addobj '<img src="images/pic/icon/pers.png">'
  1164. addobj '<img src="images/pic/icon/look.png">'
  1165. addobj '<img src="images/pic/icon/proch.png">'
  1166. addobj '<img src="images/pic/icon/menu.png">'
  1167. addobj '<img src="images/pic/icon/phone.png">'
  1168. if bag > 0:addobj '<img src="images/pic/icon/purse.png">'
  1169. end
  1170. if $ARGS[0] = 'old':
  1171. killobj
  1172. oldobjmenu = 1
  1173. addobj '<font color = green>Character</font>'
  1174. addobj 'Skills'
  1175. addobj 'Statistics'
  1176. if magik > 0:addobj 'Magic'
  1177. addobj 'Face'
  1178. addobj 'Body'
  1179. addobj 'Clothing'
  1180. addobj 'Tattoos'
  1181. addobj 'Piercing'
  1182. addobj 'Phone'
  1183. if bag > 0:addobj 'Purse'
  1184. addobj 'Notebook'
  1185. addobj 'Refresh'
  1186. addobj 'The new menu'
  1187. addobj 'Cheat menu'
  1188. addobj 'Emergency exit'
  1189. if disable_autosave = 1:
  1190. addobj 'Enable autosave'
  1191. else
  1192. addobj 'Disable autosave'
  1193. end
  1194. end
  1195. if $ARGS[0] = 'autosave':
  1196. if oldobjmenu = 0:
  1197. if disable_autosave = 1:
  1198. disable_autosave = 0
  1199. else
  1200. disable_autosave = 1
  1201. end
  1202. elseif oldobjmenu = 1:
  1203. if disable_autosave = 1:
  1204. disable_autosave = 0
  1205. delobj 'Enable autosave'
  1206. addobj 'Disable autosave'
  1207. else
  1208. disable_autosave = 1
  1209. delobj 'Disable autosave'
  1210. addobj 'Enable autosave'
  1211. end
  1212. end
  1213. gs'stat'
  1214. end
  1215. if $ARGS[0] = 'steroids':
  1216. if steroid_dose > 0 and rand(1,5) <= steroid_dose:clit_size += 1
  1217. end
  1218. --- obj_din ---------------------------------