123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- # sportShop
- if $ARGS[0] = 'start':
- $location_type = 'public_indoors'
- cla
- clr
- *clr
- minut += 5
- gs 'stat'
- if night_mode = 1:
- fcolor = rgb(255, 255, 255)
- bcolor = rgb(0, 0, 0)
- lcolor = rgb(106, 90, 205)
- else
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- end
- '<center><b><font color="maroon">Danilovich sporting goods</font></b></center>'
- '<center><img src="images/locations/city/citycenter/mall/sportshop/sportshop.jpg"></center>'
- act 'Leave':
- cla
- minut += 5
- gt 'torgcentr'
- end
- act 'View sports clothes':
- cla
- minut += 5
- gt 'sportshop', 'clo'
- end
- act 'View swimwear':
- cla
- minut += 5
- gt 'sportshop', 'swim'
- end
- if skak = 0 and money >= 500:
- act 'Buy skipping rope (500 <b>₽</b>)':
- cla
- minut += 5
- money -= 500
- skak = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- end
- if obruch = 0 and money >= 1500:
- act 'Buy hoop (1,500 <b>₽</b>)':
- cla
- minut += 5
- money -= 1500
- obruch = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- end
- if bookYog = 0 and money >= 1500:
- act 'Buy benefits of yoga (1,500 <b>₽</b>)':
- cla
- minut += 5
- money -= 1500
- bookYog = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- end
- end
- if $ARGS[0] = 'clo':
- $metka = 'clo'
- $loc = 'sportShop'
- cls
- gs'stat'
- '<center><b><font color="maroon">Sportswear - one size fits all</font></b></center>'
- *nl
- $Headerstring = '<TH>Prostitute clothing '
- if clothingfilter_prost = 0:
- $Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt ''sportShop'', ''clo''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_prost = 0 & gt ''sportShop'', ''clo''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Bimbo clothing '
- if clothingfilter_bimbo = 0:
- $Headerstring += '<a href="exec:clothingfilter_bimbo = 1 & gt ''sportShop'', ''clo''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_bimbo = 0 & gt ''sportShop'', ''clo''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Clothing you are comfortable wearing '
- if clothingfilter_comf = 0:
- $Headerstring += '<a href="exec:clothingfilter_comf = 1 & gt ''sportShop'', ''clo''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_comf = 0 & gt ''sportShop'', ''clo''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Daring clothing '
- if clothingfilter_daring = 0:
- $Headerstring += '<a href="exec:clothingfilter_daring = 1 & gt ''sportShop'', ''clo''">Included</a></TH>'
- else
- $Headerstring += 'g<a href="exec:clothingfilter_daring = 0 & gt ''sportShop'', ''clo''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Too daring for you clothing '
- if clothingfilter_too_daring = 0:
- $Headerstring += '<a href="exec:clothingfilter_too_daring = 1 & gt ''sportShop'', ''clo''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_too_daring = 0 & gt ''sportShop'', ''clo''">Excluded</a></TH>'
- end
- act 'Return':
- cla
- minut += 5
- gt 'sportshop', 'start'
- end
- if Clothingstock > 16:
- i = 1
- elseif Clothingstock > 8:
- i = 2
- else
- i = 3
- end
- :loopexercise
- if exercise[i] = 0:
- gs 'clothing_attributes', 'exercise', i
- if clothingfilter_comf = 0 and CloExhibit + 10 < pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''exercise''"><img src="images/pc/clothing/7exercise/<<i>>.jpg" height="250" /></a>'
- elseif clothingfilter_daring = 0 and CloExhibit + 10 >= pcs_exhibition and CloExhibit <= pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''exercise''"><img src="images/pc/clothing/7exercise/<<i>>.jpg" height="250" /></a>'
- elseif clothingfilter_too_daring = 0 and CloExhibit > pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''exercise''"><img src="images/pc/clothing/7exercise/<<i>>.jpg" height="250" /></a>'
- end
- end
- i += 3
- if i <= 113:jump 'loopexercise'
- end
- if $ARGS[0] = 'exercise': gt 'clothing', 'view_clothing_item', 'shop', 'exercise',i, 4000
- if $ARGS[0] = 'swim':
- $metka = 'swim'
- $loc = 'sportShop'
- cls
- gs'stat'
- '<center><b><font color="maroon">Swimwear - one size fits all</font></b></center>'
- *nl
- $Headerstring = '<TH>Prostitute clothing '
- if clothingfilter_prost = 0:
- $Headerstring += '<a href="exec:clothingfilter_prost = 1 & gt ''sportShop'', ''swim''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_prost = 0 & gt ''sportShop'', ''swim''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Bimbo clothing '
- if clothingfilter_bimbo = 0:
- $Headerstring += '<a href="exec:clothingfilter_bimbo = 1 & gt ''sportShop'', ''swim''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_bimbo = 0 & gt ''sportShop'', ''swim''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Clothing you are comfortable wearing '
- if clothingfilter_comf = 0:
- $Headerstring += '<a href="exec:clothingfilter_comf = 1 & gt ''sportShop'', ''swim''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_comf = 0 & gt ''sportShop'', ''swim''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Daring clothing '
- if clothingfilter_daring = 0:
- $Headerstring += '<a href="exec:clothingfilter_daring = 1 & gt ''sportShop'', ''swim''">Included</a></TH>'
- else
- $Headerstring += 'g<a href="exec:clothingfilter_daring = 0 & gt ''sportShop'', ''swim''">Excluded</a></TH>'
- end
- $Headerstring += '<TH>Too daring for you clothing '
- if clothingfilter_too_daring = 0:
- $Headerstring += '<a href="exec:clothingfilter_too_daring = 1 & gt ''sportShop'', ''swim''">Included</a></TH>'
- else
- $Headerstring += '<a href="exec:clothingfilter_too_daring = 0 & gt ''sportShop'', ''swim''">Excluded</a></TH>'
- end
- act 'Return':
- cla
- minut += 5
- gt 'sportshop', 'start'
- end
- !!4 is in he supermarket, so skipped
- if Clothingstock > 18:
- i = 1
- elseif Clothingstock > 12:
- i = 2
- elseif Clothingstock > 6:
- i = 3
- else
- i = 8
- end
- :loopswim
- if swimwear[i] = 0:
- gs 'clothing_attributes', 'swimwear', i
- if clothingfilter_comf = 0 and CloExhibit + 10 < pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''swim1''"><img src="images/pc/clothing/12swimwear/<<i>>.jpg" height="250" /></a>'
- elseif clothingfilter_daring = 0 and CloExhibit + 10 >= pcs_exhibition and CloExhibit <= pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''swim1''"><img src="images/pc/clothing/12swimwear/<<i>>.jpg" height="250" /></a>'
- elseif clothingfilter_too_daring = 0 and CloExhibit > pcs_exhibition:
- if (clothingfilter_prost = 0 or CloStyle ! 4) and (clothingfilter_bimbo = 0 or CloBimbo = 0): *p '<a href="exec: i = <<i>> & gt ''sportshop'', ''swim1''"><img src="images/pc/clothing/12swimwear/<<i>>.jpg" height="250" /></a>'
- end
- end
- i += 4
- if i <= 135:jump 'loopswim'
- end
- if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'shop', 'swimwear',i, 4000
- --- sportShop ---------------------------------
|