123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- # budgetclothes
- if $ARGS[0] = 'start':
- $metka = $ARGS[0]
- $loc = 'budgetclothes'
- $menu_loc = 'budgetclothes'
- $menu_arg = 'start'
- menu_off = 0
- $location_type = 'event'
- '<center><b><font color="maroon">Welcome to G & M - Clothes for all your needs</font></b></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/gandm/shop.jpg"</center>'
- clr
- gs 'stat'
- gs 'themes', 'indoors'
- act 'Leave the store':
- cla
- $shoplocation = ''
- if torg = 1:
- minut += 3
- gt 'torgcentr'
- else
- gt 'pavIndustrial'
- end
- end
-
- act 'Visit clothing department':
- cla
- menu_off = 1
-
- act 'Return':gt 'budgetclothes', 'start'
-
- act 'View cheap clothing':
- minut += 5
- gt 'budgetclothes', 'clothes'
- end
-
- act 'View office wear':
- minut += 5
- gt 'budgetclothes', 'office'
- end
- act 'View uniforms':
- minut += 5
- gt 'budgetclothes', 'uniform'
- end
- act 'View school uniforms':
- minut += 5
- gt 'budgetclothes', 'school'
- end
- end
- act 'Visit shoe department':
- cla
- menu_off = 1
-
- act 'Return':gt 'budgetclothes', 'start'
-
- act 'View regular shoes':
- minut += 5
- gt 'budgetclothes', 'shoes'
- end
- act 'View exercise shoes':
- minut += 5
- gt 'budgetclothes', 'trainers'
- end
- end
- act 'View panties':
- minut += 5
- gt 'budgetclothes', 'panties'
- end
- act 'View bras':
- minut += 5
- gt 'budgetclothes', 'bras'
- end
- act 'View purses':
- minut += 5
- gt 'budgetclothes', 'purses'
- end
- act 'View coats':
- minut += 5
- gt 'budgetclothes', 'coats'
- end
- end
- if $ARGS[0] = 'clothes':
- $metka = 'clothes'
- $loc = 'budgetclothes'
- $menu_loc = 'budgetclothes'
- $menu_arg = 'clothes'
- menu_off = 0
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing G&M cheap clothing</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- i = Clothingstock + 1
- if Clothingstock - 18 > 0:
- i -= 18
- elseif Clothingstock - 12 > 0:
- i -= 12
- elseif Clothingstock - 6 > 0:
- i -= 6
- end
- :loopcheap
- if cheap[i] = 0:
- gs 'clothing_attributes', 'cheap', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''cheapclo''"><img src="images/pc/clothing/1cheap/<<i>>.jpg" height="250" /></a>'
-
- end
- i += 6
- if i = 3: i = 9
- if i = 10: i = 16
- if i = 45: i = 57
- if i = 80:i = 86
- if i = 414:i = 415
- if i <= 414:jump 'loopcheap'
- end
- if $ARGS[0] = 'cheapclo':
- cla
- menu_off = 1
- if cheap[i] ! 0:
- msg 'You already own these clothes.'
- gt 'budgetclothes', 'clothes'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'cheap',i, 1000
- end
- if $ARGS[0] = 'office':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'office'
- menu_off = 0
- $metka = $ARGS[0]
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing G&M office clothing</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- if Clothingstock > 15:
- i = 3
- elseif Clothingstock > 7:
- i = 2
- else
- i = 1
- end
- :loopoffice
- if office[i] = 0:
- gs 'clothing_attributes', 'office', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''officeclo''"><img src="images/pc/clothing/5office/<<i>>.jpg" height="250" /></a>'
- end
- i += 3
- if i <= 101:jump 'loopoffice'
- end
- if $ARGS[0] = 'officeclo':
- cla
- menu_off = 1
- if office[i] ! 0:
- msg 'You already own these clothes.'
- gt 'budgetclothes', 'office'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'office',i, 2000
- end
- if $ARGS[0] = 'uniform':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'uniform'
- menu_off = 0
- $metka = $ARGS[0]
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing G&M uniforms</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- if Clothingstock > 15:
- i = 1
- elseif Clothingstock > 7:
- i = 2
- else
- i = 3
- end
- :loopuniform
- if uniform[i] = 0:
- gs 'clothing_attributes', 'uniform', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''uniformclo''"><img src="images/pc/clothing/10uniform/<<i>>.jpg" height="250" /></a>'
- end
- i += 3
- if i <= 49:jump 'loopuniform'
- end
- if $ARGS[0] = 'uniformclo':
- cla
- menu_off = 1
- if uniform[i] ! 0:
- msg 'You already own these clothes.'
- gt 'budgetclothes', 'uniform'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'uniform',i, 2000
- end
- if $ARGS[0] = 'school':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'school'
- menu_off = 0
- $metka = $ARGS[0]
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- '<center><b><font color="maroon">Viewing G&M school uniforms</font></b></center>'
- *nl
- gs 'clothing_QV', 'shop_header'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- if Clothingstock > 15:
- i = 1
- elseif Clothingstock > 7:
- i = 2
- else
- i = 3
- end
- :loopschool
- if school[i] = 0:
- gs 'clothing_attributes', 'school', i
- gs 'clothing_QV', 'shop_filter'
-
- if clothingfilter_risk = 1 and clothingfilter_pandb = 1 and clothingfilter_norm2 = 1: *p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''schoolclo''"><img src="images/pc/clothing/6school/<<i>>.jpg" height="250" /></a>'
- end
- i += 3
- if i = 6:i = 9
- if i <= 62:jump 'loopschool'
- end
- if $ARGS[0] = 'schoolclo':
- cla
- menu_off = 1
- if school[i] ! 0:
- msg 'You already own these clothes.'
- gt 'budgetclothes', 'school'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'school',i, 1500
- end
- if $ARGS[0] = 'shoes':
- $metka = 'shoes'
- $loc = 'budgetclothes'
- $menu_loc = 'budgetclothes'
- $menu_arg = 'shoes'
- menu_off = 0
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- if Clothingstock > 15:
- i = 1
- elseif Clothingstock > 7:
- i = 2
- else
- i = 3
- end
- :loopgandm_shoes
- if sgandm[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''budget_shoes''"><img src="images/pc/shoes/g&m/<<i>>.jpg" height="250" /></a>'
- i += 3
- if i = 6:i = 9
- if i <= 51:jump 'loopgandm_shoes'
- end
- if $ARGS[0] = 'budget_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'gandm',i, 700
- if $ARGS[0] = 'trainers':
- $metka = 'trainers'
- $loc = 'budgetclothes'
- $menu_loc = 'budgetclothes'
- $menu_arg = 'trainers'
- menu_off = 0
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- if Clothingstock > 11:
- i = 1
- else
- i = 2
- end
- :looptrainers_shoes
- if strainers[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''training_shoes''"><img src="images/pc/shoes/trainers/<<i>>.jpg" height="250" /></a>'
- i += 2
- if i = 21:i = 23
- if i <= 29:jump 'looptrainers_shoes'
- end
- if $ARGS[0] = 'training_shoes': gt 'shoes', 'view_shoe_item', 'shop', 'trainers',i, 800
- if $ARGS[0] = 'coats':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'coats'
- menu_off = 0
- $metka = $ARGS[0]
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- i = 2
- :loopcoats
- if coat[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''coatsclo''"><img src="images/pc/clothing/11coat/<<i>>.jpg" height="250" /></a>'
- i += 1
- if i = 5:i = 6
- if i = 9:i = 10
- if i = 11:i = 12
- if i <= 19:jump 'loopcoats'
- end
- if $ARGS[0] = 'coatsclo':
- cla
- menu_off = 1
- if coat[i] ! 0:
- msg 'You already own these clothes.'
- gt 'budgetclothes', 'coats'
- end
- gt 'clothing', 'view_clothing_item', 'shop', 'coat',i, 1000
- end
- if $ARGS[0] = 'purses':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'purses'
- menu_off = 0
- $metka = 'purses'
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- i = 1
- :looppurses
- if cheap_purse[i] = 0:*p '<a href="exec: i = <<i>> & gt ''budgetclothes'', ''purses2''"><img src="images/pc/purses/cheap/<<i>>.jpg" height="250" /></a>'
- i += 1
- if i <= 14:jump 'looppurses'
- end
- if $ARGS[0] = 'purses2': gt 'purses', 'view_purse_item', 'shop', 'cheap',i, 1500
- if $ARGS[0] = 'panties':
- $metka = 'panties'
- $loc = 'budgetclothes'
- $menu_loc = 'budgetclothes'
- $menu_arg = 'panties'
- menu_off = 0
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- i = 1
- :looppanties
- if cheap_panties[i] = 0:*p '<a href="exec: gt ''panties'', ''view_panty_item'', ''shop'', ''cheap'', <<i>>, 300"><img src="images/pc/panties/basic/<<i>>.jpg" height="250" /></a>'
- i += 1
- if i = 7: i = 8
- if i = 9: i = 10
- if i = 21: i = 22
- if i = 37: i = 38
- if i <= 37:jump 'looppanties'
- end
- if $ARGS[0] = 'bras':
- $menu_loc = 'budgetclothes'
- $menu_arg = 'bras'
- menu_off = 0
- $metka = 'bras'
- $loc = 'budgetclothes'
- *clr & cla
- gs'stat'
- act 'Return':
- cla
- minut += 1
- gt 'budgetclothes', 'start'
- end
- i = 1
- :loopbras
- if cheap_bras[i] = 0:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''shop'', ''cheap'', <<i>>, 300"><img src="images/pc/bras/basic/<<i>>.jpg" height="250" /></a>'
- i += 1
- if i = 11: i = 13
- if i = 16: i = 17
- if i = 18: i = 19
- if i <= 19:jump 'loopbras'
- end
- --- budgetclothes ---------------------------------
|