123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329 |
- # pirsingsalon
- $pirsyaz = {
- cls
- minut += 30
- money -= 5000
- pirsA = 1
- gs 'pain', 7, 'pierce', 'tongue'
- gs 'stat'
- '<center><img src="images/etogame/pirsing.jpg"></center>'
- 'Master pierced your tongue and inserted a barbell.'
- act 'Leave':gt $curloc
- }
- $pirsgub = {
- cls
- minut += 30
- money -= 6000
- pirsB = 1
- gs 'pain', 7, 'pierce', 'lips'
- gs 'stat'
- '<center><img src="images/etogame/pirsing2.jpg"></center>'
- 'Master pierced your lip and inserted a ring.'
- act 'Leave':gt $curloc
- }
- $pirsysh = {
- cls
- minut += 30
- money -= 3000
- pirsC = 1
- gs 'pain', 7, 'pierce', 'ears'
- gs 'stat'
- 'Master pierced your ears inserted earrings.'
- act 'Leave':gt $curloc
- }
- $pirsnos = {
- cls
- minut += 30
- money -= 5000
- pirsD = 1
- gs 'pain', 7, 'pierce', 'nose'
- gs 'stat'
- 'Master pierced your nose and inserted a ring.'
- act 'Leave':gt $curloc
- }
- $pirsbro = {
- cls
- minut += 30
- money -= 5000
- pirsE = 1
- gs 'pain', 7, 'pierce', 'eyebrows'
- gs 'stat'
- 'Master pierced your eyebrow inserted a barbell.'
- act 'Leave':gt $curloc
- }
- $pirssos = {
- cls
- minut += 30
- money -= 10000
- pirsF = 1
- gs 'pain', 7, 'pierce', 'nipples'
- gs 'stat'
- 'Master pierced your nipples and inserted rings.'
- act 'Leave':gt $curloc
- }
- $pirsvla = {
- cls
- minut += 30
- money -= 25000
- pirsG = 1
- gs 'pain', 7, 'pierce', 'labia'
- gs 'stat'
- 'Master pierced your labia and inserted rings.'
- act 'Leave':gt $curloc
- }
- $pirspyp = {
- cls
- minut += 30
- money -= 10000
- pirsN = 1
- gs 'pain', 7, 'pierce', 'tummy'
- gs 'stat'
- 'Master pierced your navel and inserted a barbell.'
- act 'Leave':gt $curloc
- }
- $pirsclit = {
- cls
- minut += 30
- money -= 25000
- pirsGL = 1
- gs 'pain', 7, 'pierce', 'clitoris'
- gs'stat'
- 'Master pierced your clitoris and inserted a rod.'
- act 'Escape':gt $curloc
- }
- $tatyadd = {
- cla
- cls
- gs 'stat'
-
- act 'Go back':killvar 'n' & gt $curloc
- '<center>'
- if tatlip = 0:
-
- n = 1
- :looptatlip
- *p '<a href="exec:n = <<n>> & dynamic $maketatlip"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatlip<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 3:jump 'looptatlip'
- *nl
-
- end
-
- if tatplech = 0:
-
- n = 1
- :looptatplech
- *p '<a href="exec:n = <<n>> & dynamic $maketatplech"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatplech<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 4:jump 'looptatplech'
- *nl
-
- end
- if tatback = 0:
-
- n = 1
- :looptatback
- *p '<a href="exec:n = <<n>> & dynamic $maketatback"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatb<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 4:jump 'looptatback'
- *nl
-
- end
-
- if tatupb = 0:
-
- n = 1
- :looptatlowerback
- *p '<a href="exec:n = <<n>> & dynamic $maketatupb"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatupb<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 4:jump 'looptatlowerback'
- *nl
-
- end
-
- if tatvag = 0:
-
- n = 1
- :looptatvag
- *p '<a href="exec:n = <<n>> & dynamic $maketatvag"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatvag<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 6:jump 'looptatvag'
- *nl
-
- end
-
- if tatleg = 0:
-
- n = 1
- :looptatleg
- *p '<a href="exec:n = <<n>> & dynamic $maketatleg"><div style="width:100%; max-width:200px; max-height:200px;"><img src="images/body/tatleg<<n>>.jpg" height="200" /></div></a>'
- n += 1
- if n <= 4:jump 'looptatleg'
- *nl
-
- end
- '</center>'
- }
- $maketatlip = {
-
- view 'images/body/tatlip<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatlip = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
- $maketatplech = {
-
- view 'images/body/tatplech<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatplech = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
- $maketatback = {
-
- view 'images/body/tatb<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatback = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
- $maketatupb = {
-
- view 'images/body/tatupb<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatupb = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
- $maketatvag = {
-
- view 'images/body/tatvag<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatvag = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
-
- $maketatleg = {
-
- view 'images/body/tatleg<<n>>.jpg'
-
- act 'Make me a tattoo':
- cla
- tatleg = n
- money -= 8000
- minut += 60
- vaf += 10
- gs 'stat'
- dynamic $tatyadd
- end
-
- }
- $permtatbro={
- cls
- minut += 60
- money -= 6000
- browper = 1
- gs 'stat'
- 'You now have a permanent eyebrow tattoo.'
- act 'Leave':gt $curloc
- }
- gs 'stat'
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- '<center><b>Tattoo & Piercing Salon</b></center>'
- '<center><img src="images/etogame/pirsingstudia.JPG"></center>'
- 'Small studio where owner works by himself.'
- if money >= 8000:'<a href="exec:dynamic $tatyadd">Tattoo - 8000 <b>₽</b></a>'
- if money >= 6000 and browper = 0:'<a href="exec: dynamic $permtatbro">Permanent eyebrows tattoo - 6000 <b>₽</b></a>'
- if browper = 1:'You already have an eyebrow tattoo.'
- if pirsA = 0 and money >= 5000:'<a href="exec:dynamic $pirsyaz">Tongue piercing - 5000 rub.</a>.'
- if pirsB = 0 and money >= 6000:'<a href="exec:dynamic $pirsgub">Lip piercing - 6000 rub.</a>.'
- if pirsC = 0 and money >= 3000:'<a href="exec:dynamic $pirsysh">Ear piercings - 3000 rub.</a>.'
- if pirsD = 0 and money >= 5000:'<a href="exec:dynamic $pirsnos">Nose piercing - 5000 rub.</a>.'
- if pirsE = 0 and money >= 5000:'<a href="exec:dynamic $pirsbro">Eyebrow piercing - 5000 rub.</a>.'
- if pirsF = 0 and money >= 10000:'<a href="exec:dynamic $pirssos">Nipple piercings - 10000 <b>₽</b>.</a>.'
- if pirsN = 0 and money >= 10000:'<a href="exec:dynamic $pirspyp">Navel piercing - 10000 <b>₽</b>.</a>.'
- if pirsG = 0 and money >= 25000:'<a href="exec:dynamic $pirsvla">Labia piercings - 25000 <b>₽</b>.</a>.'
- if pirsGL = 0 and money >= 25000:'<a href="exec:dynamic $pirsclit">Clitoris piercing - 25000 <b>₽</b></a>'
- if hour < 12 or hour > 20:
- cls
- 'Shop is closing and you are asked to leave.'
- act 'Leave':minut += 5 & gt 'nord'
- exit
- end
- act 'Leave':gt 'nord'
- --- pirsingsalon ---------------------------------
|