|
@@ -4,28 +4,28 @@ $loc = $CURLOC
|
|
|
clr
|
|
|
gs 'stat'
|
|
|
gs 'time'
|
|
|
-'<center><h4>market</h4></center>'
|
|
|
+'<center><h4>Market</h4></center>'
|
|
|
'<center><img src="images/pic/Grinok.jpg"></center>'
|
|
|
'This small market is location near the station.'
|
|
|
|
|
|
act 'Go back to the station':minut += 3 & gt 'vokzalG'
|
|
|
|
|
|
if hour < 12 or hour > 18:
|
|
|
- 'In the market there is no one.'
|
|
|
+ 'There is no one in the market.'
|
|
|
if arturQW = 1 and (week = 6 or week = 7) and hour < 12:
|
|
|
- act 'Wait for Arthur':hour = 12 & gt 'grinok'
|
|
|
+ act 'Wait for Arthur to arrive':hour = 12 & gt 'grinok'
|
|
|
end
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
-'In the market the sellers of goods and beckoning shoppers.'
|
|
|
+'In the market the sellers of goods are beckoning shoppers.'
|
|
|
|
|
|
act 'Wander through the market':
|
|
|
cls
|
|
|
minut += 15
|
|
|
gs 'stat'
|
|
|
|
|
|
- 'Stroll on the market for hot deals (0:15)'
|
|
|
+ 'You are strolling through the market looking for good deals.'
|
|
|
if arturKnow = 0:
|
|
|
temp = rand(0, 6)
|
|
|
else
|
|
@@ -33,14 +33,14 @@ act 'Wander through the market':
|
|
|
end
|
|
|
|
|
|
if temp = 0:
|
|
|
- kosmpay = rand(3, 8) * 100
|
|
|
- 'You see that sell pretty cheap cosmetics for <<kosmpay>> rubles.'
|
|
|
+ tovpay = rand(3, 8) * 100
|
|
|
+ 'You see that cosmetics are for sale for <<tovpay>> rubles.'
|
|
|
|
|
|
- if money >= kosmpay:
|
|
|
+ if money >= tovpay:
|
|
|
act 'Buy':
|
|
|
cls
|
|
|
minut += 15
|
|
|
- money -= kosmpay
|
|
|
+ money -= tovpay
|
|
|
kosmetica += rand(10, 40)
|
|
|
gs 'stat'
|
|
|
gt $curloc
|
|
@@ -48,7 +48,7 @@ act 'Wander through the market':
|
|
|
end
|
|
|
elseif temp = 1:
|
|
|
tovpay = rand(2, 5) * 100
|
|
|
- 'You see that sell for Vitaminki <<tovpay>> rubles.'
|
|
|
+ 'You see vitamins for sale for <<tovpay>> rubles.'
|
|
|
|
|
|
if money >= tovpay:
|
|
|
act 'Buy':
|
|
@@ -61,7 +61,7 @@ act 'Wander through the market':
|
|
|
end
|
|
|
elseif temp = 2:
|
|
|
tovpay = rand(2, 8) * 10
|
|
|
- 'You see that sell condoms <<tovpay>> rubles.'
|
|
|
+ 'You see a booth selling condoms for <<tovpay>> rubles.'
|
|
|
|
|
|
if money >= tovpay:
|
|
|
act 'Buy':
|
|
@@ -74,7 +74,7 @@ act 'Wander through the market':
|
|
|
end
|
|
|
elseif temp = 3:
|
|
|
tovpay = rand(5, 10) * 100
|
|
|
- 'You see that sell lip balm for <<tovpay>> rubles.'
|
|
|
+ 'There is lip balm for sale for <<tovpay>> rubles.'
|
|
|
|
|
|
if money >= tovpay:
|
|
|
act 'Buy':
|
|
@@ -87,11 +87,11 @@ act 'Wander through the market':
|
|
|
end
|
|
|
elseif temp = 4:
|
|
|
tovpay = rand(1, 5) * 1000
|
|
|
- 'You see that sell for handbag <<tovpay>> rubles.'
|
|
|
+ 'You see someone selling a handbag for <<tovpay>> rubles.'
|
|
|
|
|
|
if bag = 0:
|
|
|
if money >= tovpay:
|
|
|
- act 'buy':
|
|
|
+ act 'Buy':
|
|
|
cls
|
|
|
minut += 15
|
|
|
bag = 1
|
|
@@ -100,11 +100,11 @@ act 'Wander through the market':
|
|
|
end
|
|
|
end
|
|
|
else
|
|
|
- 'Hmm, you already have a bag, why do you need another.'
|
|
|
+ 'But you already have a bag, so you move on.'
|
|
|
end
|
|
|
elseif temp = 5:
|
|
|
if pornmarkonce = 0:pornmarkonce = 1
|
|
|
- 'Strolling on the market you accidentally wander into the far corner where they sell porn.'
|
|
|
+ 'Strolling through the market you accidentally wander into the far corner where they sell porn.'
|
|
|
|
|
|
act 'Go to the area with the porn':gt 'Gpornmark'
|
|
|
else
|
|
@@ -117,7 +117,7 @@ act 'Wander through the market':
|
|
|
end
|
|
|
|
|
|
if pornmarkonce = 1:
|
|
|
- act 'Go to the area with porn':gt 'Gpornmark'
|
|
|
+ act 'Go to the area with the porn':gt 'Gpornmark'
|
|
|
end
|
|
|
|
|
|
if arturKnow = 1 and arturQW = 0:
|
|
@@ -127,10 +127,10 @@ elseif arturQW = 1 and (week = 6 or week = 7):
|
|
|
act 'Go to Arthur':gt 'arturRinok', 'work_1'
|
|
|
end
|
|
|
elseif arturQW = 2:
|
|
|
- if hour = 16 and minut >= 0 and minut <= 30:
|
|
|
+ if hour = 16 and minut <= 30:
|
|
|
act 'Go to Arthur':gt 'arturRinok', 'work_2'
|
|
|
elseif hour < 16:
|
|
|
- act 'Wait Arthur':hour = 16 & gt 'Grinok'
|
|
|
+ act 'Wait for Arthur to arrive':hour = 16 & minut = 0 & gt 'Grinok'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -147,20 +147,20 @@ act 'Go to the book tray':
|
|
|
money -= 150
|
|
|
f_book += 1
|
|
|
gs 'stat'
|
|
|
- 'You bought the book for fantasy 150 rubles.'
|
|
|
+ 'You bought the fantasy book for 150 rubles.'
|
|
|
|
|
|
act 'Leave':gt $curloc
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if money >= 300:
|
|
|
- act 'Buy ladies'' novel (300 rubles)':
|
|
|
+ act 'Buy romance novel (300 rubles)':
|
|
|
cls
|
|
|
minut += 15
|
|
|
money -= 300
|
|
|
w_book += 1
|
|
|
gs 'stat'
|
|
|
- 'You bought a ladies'' novel for 300 rubles.'
|
|
|
+ 'You bought a romance novel for 300 rubles.'
|
|
|
|
|
|
act 'Leave':gt $curloc
|
|
|
end
|