Pārlūkot izejas kodu

Merge branch 'master' of http://git.tfgamessite.com/Gumball/girllife-ecv

KevinSmarts 8 gadi atpakaļ
vecāks
revīzija
6c24b7ef1a
1 mainītis faili ar 11 papildinājumiem un 11 dzēšanām
  1. 11 11
      locations/agentned

+ 11 - 11
locations/agentned

@@ -9,17 +9,17 @@ if $ARGS[0] = 'start':
 	gs'dina'
 	'<center><b><font color = maroon>Agentsvo property</font></b></center>'
 	'<center><img src="images/pic/agenstvo.jpg"></center>'
-	'The head office of the largest real estate agencies in the area.'
-	'At the reception you notice Banner, which is written in large print:'
-	'"SW. clients! Please note, that all transactions of purchase-sales made exclusively through non-cash means of payment."'
+	'The head office of the largest real estate agency in the area.'
+	'At the reception you notice a banner, which is written in large print:'
+	'"SW. clients! Please note, that all transactions of purchases and sales are made exclusively through your bank account."'
 	''
 	if ArendHouseSL > 0:'You have <B><<ArendHouseSL>> days</B> rental.' 
-	if BuyHous ! 1 and money >= 6000 and ArendHouseSL = 0: '<a href="exec:GT ''agentned'',''rent''">Rent an apartment in a residential area</a>'
+	if BuyHous ! 1 and money >= 6000 and ArendHouseSL = 0: '<a href="exec:GT ''agentned'',''rent''">Rent an apartment in the residential area</a>'
 	if BuyHous ! 1 and money >= 6000 and ArendHouseSL = 0 and arnksg = 1: '<a href="exec:GT ''agentned'',''rent2''">Rent an apartment in the old town</a>'
-	if karta >= 2000000 and BuyHous < 1 or karta >= 2000000 and BuyHous > 1:'<a href="exec:GT ''agentned'',''buy''">To buy an apartment</a> for 2 million. <b>₽</b>.'
+	if karta >= 2000000 and BuyHous < 1 or karta >= 2000000 and BuyHous > 1:'<a href="exec:GT ''agentned'',''buy''">Buy an apartment</a> for 2 million <b>₽</b>.'
 	if BuyHous = 1 and housr = 1:'<a href="exec:GT ''agentned'',''sell''">Sell ​​apartment</a> for 1 million. <b>₽</b>.'
-	if karta >= 30000 and dachaest = 0:'Buy <a href="exec:GT ''agentned'',''buy_dacha''">holiday cottage</a> in a small village, for 30 th.RUB.'
-	if karta >= 1500000 and placeMansion = 0:'<a href="exec:GT ''agentned'',''buy_Mansion''">Buy land for cottage</a> for 1,5 million.RUB.'
+	if karta >= 30000 and dachaest = 0:'Buy a <a href="exec:GT ''agentned'',''buy_dacha''">holiday cottage</a> in a small village, for 30 thousand <b>₽</b>.'
+	if karta >= 1500000 and placeMansion = 0:'<a href="exec:GT ''agentned'',''buy_Mansion''">Buy land for cottage</a> for 1,5 million <b>₽</b>.'
 	''
 
 	act '<B>Logout</B>':gt'down'
@@ -35,7 +35,7 @@ if $ARGS[0] = 'buy':
 	gs'stat'
 	'<center><b><font color = maroon>Agentsvo property</font></b></center>'
 	'<center><img src="images/pic/agenstvo_paperwork.jpg"></center>'
-	'You spend half an hour filling in the paperwork to buy an apartment in a residential area. 2 000 0000 <b>₽</b> are removed from your bank account.'
+	'You spend half an hour filling in the paperwork to buy an apartment in the residential area. 2 000 0000 <b>₽</b> are removed from your bank account.'
 
 	act '<B>Logout</B>':gt'agentned', 'start'
 end
@@ -50,7 +50,7 @@ if $ARGS[0] = 'sell':
 	gs'stat'
 	'<center><b><font color = maroon>Agentsvo property</font></b></center>'
 	'<center><img src="images/pic/agenstvo_paperwork.jpg"></center>'
-	'You spend half an hour filling in the paperwork for the sale of your apartment in a residential area. 1 000 0000 <b>₽</b> have been paid into your bank account.'
+	'You spend half an hour filling in the paperwork for the sale of your apartment in the residential area. 1 000 0000 <b>₽</b> have been paid into your bank account.'
 
 	act '<B>Logout</B>':gt'agentned', 'start'
 end
@@ -97,7 +97,7 @@ if $ARGS[0] = 'buy_dacha':
 	gs'stat'
 	'<center><b><font color = maroon>Agentsvo property</font></b></center>'
 	'<center><img src="images/pic/agenstvo_paperwork.jpg"></center>'
-	'You spend half an hour filling in the paperwork for the purchase of a cottage with a garden on the co-op 5km up the north road. From your bank account 30 0000 <b>₽</b> have been paid.'
+	'You spend half an hour filling in the paperwork for the purchase of a cottage with a garden on the co-op 5km up the north road. 30 0000 <b>₽</b> have been removed from your bank account.'
 
 	act '<B>Logout</B>':gt'agentned', 'start'
 end
@@ -111,7 +111,7 @@ if $ARGS[0] = 'buy_Mansion':
 	gs'stat'
 	'<center><b><font color = maroon>Agentsvo property</font></b></center>'
 	'<center><img src="images/pic/agenstvo_paperwork.jpg"></center>'
-	'You spend half an hour filling in the paperwork for the purchase of lot for building a mansion 1km up the north road. From your bank account 1 500 0000 <b>₽</b> have been paid.'
+	'You spend half an hour filling in the paperwork for the purchase of a lot for building a mansion 1km up the north road. 1 500 0000 <b>₽</b> have been removed from your bank account.'
 
 	act '<B>Logout</B>':gt'agentned', 'start'
 end