123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- # sportShop
- if $ARGS[0] = 'start':
- $location_type = 'public_indoors'
- cls
- menu_off = 1
- gs 'stat'
- gs 'themes', 'indoors'
- '<center><b><font color="maroon">Danilovich sporting goods</font></b></center>'
- '<center><img src="images/locations/city/citycenter/mall/sportshop/sportshop.jpg"></center>'
- *nl
- 'As soon as you enter, a high energy song with a thumping baseline fills your eardrums, making you feeling pumped and awake. The store is sleek and professional, the walls and floors advertising all different kinds of sporting equipment and attire. The room is filled with beautifully fit people shopping, their bodies varying from big and muscular to lean and trim. If they don''t inspire you to want to work out, the posters advertising past and present famous athletes is motivating as hell.'
- *nl
- if refillable_bottle = 0 and money >= 1000 and bag > 0:
- 'You could buy a high-quality <a href="exec:minut += 5 & money -= 1000 & refillable_bottle = 1 & gt ''sportShop'', ''start''">water bottle (1000 <b>₽</b>)</a> that you can carry around in your purse.'
- elseif refillable_bottle = 0 and (money < 1000 or bag = 0):
- 'The shop sells high-quality water bottles for 1,000 <b>₽</b>. You could carry one around in '+iif(bag > 0, 'your', 'a')+' purse.'
- end
-
- act 'Leave':
- cla
- minut += 3
- gt 'torgcentr'
- end
- act 'View sports clothing':
- cla
- minut += 5
- gt 'sportshop', 'clo'
- end
- act 'View sports bras':
- cla
- minut += 5
- gt 'sportshop', 'bras'
- end
-
- act 'View sports panties':
- cla
- minut += 5
- gt 'sportshop', 'panties'
- end
-
- act 'View exercise shoes':
- minut += 5
- gt 'sportshop', 'trainers'
- end
- act 'View swimwear':
- cla
- minut += 5
- gt 'sportshop', 'swim'
- end
- if skak = 0 and money >= 500:
- act 'Buy a skipping rope (500 <b>₽</b>)':
- cla
- minut += 5
- money -= 500
- skak = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- elseif skak = 0:
- act 'Buy a skipping rope (<font color="red">500 <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to buy that.</font>'
- end
- if obruch = 0 and money >= 1500:
- act 'Buy a hula hoop (1,500 <b>₽</b>)':
- cla
- minut += 5
- money -= 1500
- obruch = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- elseif obruch = 0:
- act 'Buy a hula hoop (<font color="red">1500 <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to buy that.</font>'
- 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
- elseif bookYog = 0:
- act 'Buy "Benefits of yoga" (<font color="red">1500 <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to buy that.</font>'
- end
-
- if konki = 0 and money >= 3000:
- act 'Buy some ice skates (3000 <b>₽</b>)':
- cla
- minut += 5
- money -= 3000
- konki = 1
- act 'Pick up a package':gt 'sportshop', 'start'
- end
- elseif konki = 0:
- act 'Buy some ice skates (<font color="red">3000 <b>₽</b></font>)': '<br><font color="red">You don''t have enough money to buy that.</font>'
- end
- end
- if $ARGS[0] = 'clo':
- $loc_arg = 'clo'
- $loc = 'sportShop'
- cls
- gs'stat'
- '<center><b><font color="maroon">Sportswear - one size fits all</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'sportshop', 'start'
- end
- clothingfilter['qualitycheck'] = 7
- :loopquality2
- if Clothingstock > 16:
- i = 1
- elseif Clothingstock > 8:
- i = 2
- else
- i = 3
- end
- :loopexercise
- if exercise[i] = 0:
- gs 'clothing_attributes', 'exercise', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *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 <= 260:jump 'loopexercise'
- if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality2'
- end
- if $ARGS[0] = 'exercise': gt 'clothing', 'view_clothing_item', 'shop', 'exercise',i, 2000
- if $ARGS[0] = 'trainers':
- $loc_arg = 'trainers'
- $loc = 'sportShop'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'sportShop', 'start'
- end
- i = 1
- :looptrainers_shoes
- if strainers[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sportShop'', ''training_shoes''"><img src="images/pc/shoes/trainers/<<i>>.jpg" height="250" /></a>'
- i += 1
- if i <= 30:jump 'looptrainers_shoes'
- end
- if $ARGS[0] = 'training_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'trainers',i, 1500
- if $ARGS[0] = 'swim':
- $loc_arg = 'swim'
- $loc = 'sportShop'
- cls
- gs'stat'
- '<center><b><font color="maroon">Swimwear - one size fits all</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'sportshop', 'start'
- end
- clothingfilter['qualitycheck'] = 7
- :loopquality
- !!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
- gs 'clothing_QV', 'shop_filter'
- if clothingfilter['quality'] = 0 or clothingfilter['qualitycheck'] = CloQuality:
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *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 <= 213:jump 'loopswim'
- if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
- end
- if $ARGS[0] = 'swim1': gt 'clothing', 'view_clothing_item', 'shop', 'swimwear',i, 1750
- if $ARGS[0] = 'panties':
- $loc_arg = 'panties'
- $loc = 'sportShop'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'sportShop', 'start'
- end
- i = 1
- :loopsport_panties
- if sport_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sportShop'', ''panties2''"><img src="images/pc/panties/sport/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 8:jump 'loopsport_panties'
- end
- if $ARGS[0] = 'panties2':
- cla
-
- if sport_panties[i] ! 0:
- msg 'You already own these panties.'
- gt 'sportShop', 'panties'
- end
- gt 'panties', 'view_panty_item', 'shop', 'sport',i, 1000
- end
- if $ARGS[0] = 'bras':
- $loc_arg = 'bras'
- $loc = 'sportShop'
- cls
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'sportShop', 'start'
- end
- i = 1
- :loopsport_bras
- if sport_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''sportShop'', ''bras2''"><img src="images/pc/bras/sport/<<i>>.jpg" height="150" /></a> '
- i += 1
- if i <= 8:jump 'loopsport_bras'
- end
- if $ARGS[0] = 'bras2':
- cla
-
- if sport_bras[i] ! 0:
- msg 'You already own this bra.'
- gt 'sportShop', 'bras'
- end
- gt 'bras', 'view_bra_item', 'shop', 'sport',i, 1000
- end
- --- sportShop ---------------------------------
|