|
@@ -344,28 +344,12 @@ if $shoplocation = 'clothing':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- !! This is not being done as a stock item because it needs to set the palto string value
|
|
|
- if palto < 2:
|
|
|
- 'A winter coat is available for 10,000 rubles'
|
|
|
- if money >= 10000:
|
|
|
- act 'Purchase a winter coat for 10,000 rubles.':
|
|
|
- cla
|
|
|
- money -= 10000
|
|
|
- palto = 2
|
|
|
- $palto = 'winter coat'
|
|
|
- 'You bought a coat.'
|
|
|
-
|
|
|
- act 'Move away from the counter':gt'shop'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
if money >= 2500:
|
|
|
- if profi[1] = 0:
|
|
|
+ if office[1] = 0:
|
|
|
act 'Inspect Office clothes number 1':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/profi1.jpg"></center>'
|
|
|
+ '<center><img src="images/Clothing/5office/Office1.jpg"></center>'
|
|
|
'Office clothes.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
@@ -374,19 +358,19 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- profi[1] = 1
|
|
|
- profiH[1] = 60
|
|
|
- profiB[1] = bedra
|
|
|
+ office[1] = 1
|
|
|
+ officeH[1] = 60
|
|
|
+ officeB[1] = bedra
|
|
|
gt'shop', '<font color="green">You bought <b>Office clothes number 1</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if profi[2] = 0:
|
|
|
+ if office[2] = 0:
|
|
|
act 'Inspect Office clothes number 2':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/profi2.jpg"></center>'
|
|
|
+ '<center><img src="images/Clothing/5office/Office2.jpg"></center>'
|
|
|
'Office clothes.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
@@ -395,40 +379,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- profi[2] = 1
|
|
|
- profiH[2] = 60
|
|
|
- profiB[2] = bedra
|
|
|
+ office[2] = 1
|
|
|
+ officeH[2] = 60
|
|
|
+ officeB[2] = bedra
|
|
|
gt'shop', '<font color="green">You bought <b>Office clothes number 2</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if sarafan[1] = 0:
|
|
|
- act 'Inspect Colorful sundress':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/sarafan1.jpg"></center>'
|
|
|
- 'Simple sundress, its main advantage is its dimensionless.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- sarafan[1] = 1
|
|
|
- sarafanH[1] = 60
|
|
|
- gt 'shop', '<font color="green">You bought <b>colorful sundress</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if sarafan[2] = 0:
|
|
|
- act 'Inspect Light sundress':
|
|
|
+ if cheap[68] = 0:
|
|
|
+ act 'Inspect cheap clothes 102':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/sarafan2.jpg"></center>'
|
|
|
- 'Simple sundress, its main advantage is its dimensionless.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap68.jpg"></center>'
|
|
|
+ 'A cheap skirt and top.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -436,19 +400,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- sarafan[2] = 1
|
|
|
- sarafanH[2] = 60
|
|
|
- gt 'shop', '<font color="green">You bought <b>Light sundress</b>.</font>'
|
|
|
+ cheap[68] = 1
|
|
|
+ cheapH[68] = 60
|
|
|
+ cheapB[68] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 68</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if short[1] = 0:
|
|
|
- act 'Inspect Black shorts with a purple t-shirt':
|
|
|
+ if cheap[3] = 0:
|
|
|
+ act 'Inspect cheap clothes 3':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/short1.jpg"></center>'
|
|
|
- 'Black shorts with a purple jersey.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap3.jpg"></center>'
|
|
|
+ 'A cheap skirt and top.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -456,20 +421,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- short[1] = 1
|
|
|
- shortH[1] = 60
|
|
|
- shortB[1] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Black shorts with a purple t-shirt</b>.</font>'
|
|
|
+ cheap[3] = 1
|
|
|
+ cheapH[3] = 60
|
|
|
+ cheapB[3] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 3</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if short[2] = 0:
|
|
|
- act 'Inspect Black shorts with a striped t-shirt':
|
|
|
+ if cheap[80] = 0:
|
|
|
+ act 'Inspect cheap clothes 80':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/short2.jpg"></center>'
|
|
|
- 'Black shorts with striped jersey.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap80.jpg"></center>'
|
|
|
+ 'Cheap shorts and top.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -477,20 +442,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- short[2] = 1
|
|
|
- shortH[2] = 60
|
|
|
- shortB[2] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Black shorts with a striped t-shirt</b>.</font>'
|
|
|
+ cheap[80] = 1
|
|
|
+ cheapH[80] = 60
|
|
|
+ cheapB[80] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 80</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if short[3] = 0:
|
|
|
- act 'Inspect Black shorts with a black jersey':
|
|
|
+ if cheap[10] = 0:
|
|
|
+ act 'Inspect cheap clothes 10':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/short3.jpg"></center>'
|
|
|
- 'Black shorts with a black T-shirt.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap10.jpg"></center>'
|
|
|
+ 'A cheap dress.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -498,20 +463,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- short[3] = 1
|
|
|
- shortH[3] = 60
|
|
|
- shortB[3] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Black shorts with a black jersey</b>.</font>'
|
|
|
+ cheap[10] = 1
|
|
|
+ cheapH[10] = 60
|
|
|
+ cheapB[10] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 10</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if short[4] = 0:
|
|
|
- act 'Inspect Pink shorts with a pink jersey':
|
|
|
+ if cheap[45] = 0:
|
|
|
+ act 'Inspect cheap clothes 45':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/short4.jpg"></center>'
|
|
|
- 'pink shorts with the pink jersey.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap45.jpg"></center>'
|
|
|
+ 'Cheap jeans and top.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -519,20 +484,20 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- short[4] = 1
|
|
|
- shortH[4] = 60
|
|
|
- shortB[4] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pink shorts with a pink jersey</b>.</font>'
|
|
|
+ cheap[45] = 1
|
|
|
+ cheapH[45] = 60
|
|
|
+ cheapB[45] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 45</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if short[5] = 0:
|
|
|
- act 'Inspect White shorts with a white bodice':
|
|
|
+ if cheap[51] = 0:
|
|
|
+ act 'Inspect cheap clothes 51':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/short5.jpg"></center>'
|
|
|
- 'white shorts with a white bodice.'
|
|
|
+ '<center><img src="images/Clothing/1cheap/cheap51.jpg"></center>'
|
|
|
+ 'Cheap leggings and top.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -540,41 +505,41 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- short[5] = 1
|
|
|
- shortH[5] = 60
|
|
|
- shortB[5] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>White shorts with a white bodice</b>.</font>'
|
|
|
+ cheap[51] = 1
|
|
|
+ cheapH[51] = 60
|
|
|
+ cheapB[51] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>cheap clothes 51</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if skirt[1] = 0:
|
|
|
- act 'Inspect White skirt with a colorful blouse':
|
|
|
+ if swimwear[4] = 0:
|
|
|
+ act 'Inspect swimwear 4':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/skirt1.jpg"></center>'
|
|
|
- 'White skirt with a colorful blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
+ '<center><img src="images/Clothing/12swimwear/Swimwear4.jpg"></center>'
|
|
|
+ 'Swimwear.'
|
|
|
+ 'Costs 1,000 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
|
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- skirt[1] = 1
|
|
|
- skirtH[1] = 60
|
|
|
- skirtB[1] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>White shirt with a colorful blouse</b>.</font>'
|
|
|
+ swimwear[4] = 1
|
|
|
+ swimwearH[4] = 60
|
|
|
+ swimwearB[4] = bedra
|
|
|
+ gt 'shop', '<font color="green">You bought <b>swimwear 4</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if skirt[2] = 0:
|
|
|
- act 'Inspect Black skirt with a red sweater':
|
|
|
+ if exercise[4] = 0:
|
|
|
+ act 'Inspect exercise clothes 4':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/skirt2.jpg"></center>'
|
|
|
- 'Black skirt with a red sweater.'
|
|
|
+ '<center><img src="images/Clothing/7exercise/Exercise4.jpg"></center>'
|
|
|
+ 'Exercise clothes.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -582,20 +547,19 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- skirt[2] = 1
|
|
|
- skirtH[2] = 60
|
|
|
- skirtB[2] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Black skirt with a red sweater</b>.</font>'
|
|
|
+ exercise[4] = 1
|
|
|
+ exerciseH[4] = 60
|
|
|
+ gt 'shop', '<font color="green">You bought <b>exercise clothes 4</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if skirt[3] = 0:
|
|
|
- act 'Inspect White skirt with a striped shirt':
|
|
|
+ if exercise[20] = 0:
|
|
|
+ act 'Inspect exercise clothes 20':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/skirt3.jpg"></center>'
|
|
|
- 'White skirt with a striped shirt.'
|
|
|
+ '<center><img src="images/Clothing/7exercise/Exercise20.jpg"></center>'
|
|
|
+ 'Exercise clothes.'
|
|
|
'Costs 2,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
@@ -603,157 +567,29 @@ if $shoplocation = 'clothing':
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
money -= 2500
|
|
|
- skirt[3] = 1
|
|
|
- skirtH[3] = 60
|
|
|
- skirtB[3] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>White skirt with a striped shirt</b>.</font>'
|
|
|
+ exercise[20] = 1
|
|
|
+ exerciseH[20] = 60
|
|
|
+ gt 'shop', '<font color="green">You bought <b>exercise clothes 31</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if skirt[4] = 0:
|
|
|
- act 'Inspect Skin black skirt with a red blouse':
|
|
|
+ if coat[1] = 0:
|
|
|
+ act 'Inspect coat 1':
|
|
|
cla
|
|
|
*clr
|
|
|
- '<center><img src="images/clothes/skirt4.jpg"></center>'
|
|
|
- 'Black skirt under the skin with a red blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
+ '<center><img src="images/Clothing/11coat/Coat1.jpg"></center>'
|
|
|
+ 'A coat.'
|
|
|
+ 'Costs 7,500 rubles.'
|
|
|
|
|
|
act 'Leave':gt 'shop'
|
|
|
|
|
|
act 'Buy':
|
|
|
cla
|
|
|
- money -= 2500
|
|
|
- skirt[4] = 1
|
|
|
- skirtH[4] = 60
|
|
|
- skirtB[4] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Skin black skirt with a red blouse</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if skirt[5] = 0:
|
|
|
- act 'Inspect Black skirt with a white blouse':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/skirt5.jpg"></center>'
|
|
|
- 'Black skirt with a white blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- skirt[5] = 1
|
|
|
- skirtH[5] = 60
|
|
|
- skirtB[5] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Black skirt with a white blouse</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if pants[1] = 0:
|
|
|
- act 'Inspect Pants with a blouse number 1':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/pants1.jpg"></center>'
|
|
|
- 'Pants with a blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- pants[1] = 1
|
|
|
- pantsH[1] = 60
|
|
|
- pantsB[1] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pants with a blouse number 1</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if pants[2] = 0:
|
|
|
- act 'Inspect Pants with a blouse number 2':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/pants2.jpg"></center>'
|
|
|
- 'Pants with a blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- pants[2] = 1
|
|
|
- pantsH[2] = 60
|
|
|
- pantsB[2] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pants with a blouse number 2</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if pants[3] = 0:
|
|
|
- act 'Inspect Pants with a blouse number 3':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/pants3.jpg"></center>'
|
|
|
- 'Pants with a blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- pants[3] = 1
|
|
|
- pantsH[3] = 60
|
|
|
- pantsB[3] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pants with a blouse number 3</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if pants[4] = 0:
|
|
|
- act 'Inspect Pants with a blouse number 4':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/pants4.jpg"></center>'
|
|
|
- 'Pants with a blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- pants[4] = 1
|
|
|
- pantsH[4] = 60
|
|
|
- pantsB[4] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pants with a blouse number 4</b>.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- end
|
|
|
-
|
|
|
- if pants[5] = 0:
|
|
|
- act 'Inspect Pants with a blouse number 5':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img src="images/clothes/pants5.jpg"></center>'
|
|
|
- 'Pants with a blouse.'
|
|
|
- 'Costs 2,500 rubles.'
|
|
|
-
|
|
|
- act 'Leave':gt 'shop'
|
|
|
-
|
|
|
- act 'Buy':
|
|
|
- cla
|
|
|
- money -= 2500
|
|
|
- pants[5] = 1
|
|
|
- pantsH[5] = 60
|
|
|
- pantsB[5] = bedra
|
|
|
- gt 'shop', '<font color="green">You bought <b>Pants with a blouse number 5</b>.</font>'
|
|
|
+ money -= 5000
|
|
|
+ coat[1] = 1
|
|
|
+ coatH[1] = 60
|
|
|
+ gt 'shop', '<font color="green">You bought <b>coat 1</b>.</font>'
|
|
|
end
|
|
|
end
|
|
|
end
|