浏览代码

[added] Estate agent will ask you if you want to change new property to your home with a pop up to make things muh clearer.

KevinSmarts 4 年之前
父节点
当前提交
a12d697812
共有 1 个文件被更改,包括 35 次插入5 次删除
  1. 35 5
      locations/agentned.qsrc

+ 35 - 5
locations/agentned.qsrc

@@ -301,7 +301,13 @@ if $ARGS[0] = 'rent_cityres':
 				karta -= home_rent[1]
 			end
 			home_owned[1] = 1
-			if ARRSIZE('home_owned') = 0: gs 'set_home', 1
+			if ARRSIZE('home_owned') = 0:
+				gs 'set_home', 1
+			else
+				$set_homeyn = input("Whould you like to set this as your new home? (yes/no)")
+				if $set_homeyn = 'yes': gs 'set_home', 1
+				killvar '$set_homeyn'
+			end
 			ArendHouseSL += ArendHouseSL_due
 			gs'stat'
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
@@ -349,7 +355,13 @@ if $ARGS[0] = 'rent_pushkin':
 				karta -= home_rent[4]
 			end
 			home_owned[4] = 1
-			if ARRSIZE('home_owned') = 0: gs 'set_home', 4
+			if ARRSIZE('home_owned') = 0:
+				gs 'set_home', 4
+			else
+				$set_homeyn = input("Whould you like to set this as your new home? (yes/no)")
+				if $set_homeyn = 'yes': gs 'set_home', 4
+				killvar '$set_homeyn'
+			end
 			ArendHouseSL4 += ArendHouseSL_due
 			gs'stat'
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
@@ -385,7 +397,13 @@ if $ARGS[0] = 'buy_cityres':
 	minut += 30
 	karta -= home_value[1]
 	home_owned[1] = 2
-	if ARRSIZE('home_owned') = 0: gs 'set_home', 1
+	if ARRSIZE('home_owned') = 0:
+		gs 'set_home', 1
+	else
+		$set_homeyn = input("Whould you like to set this as your new home? (yes/no)")
+		if $set_homeyn = 'yes': gs 'set_home', 1
+		killvar '$set_homeyn'
+	end
 	gs'stat'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
@@ -402,7 +420,13 @@ if $ARGS[0] = 'buy_dacha':
 	minut += 30
 	karta -= home_value[3]
 	home_owned[3] = 1
-	if ARRSIZE('home_owned') = 0: gs 'set_home', 3
+	if ARRSIZE('home_owned') = 0:
+		gs 'set_home', 3
+	else
+		$set_homeyn = input("Whould you like to set this as your new home? (yes/no)")
+		if $set_homeyn = 'yes': gs 'set_home', 3
+		killvar '$set_homeyn'
+	end
 	etoexhib = 0
 	gs'stat'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
@@ -420,7 +444,13 @@ if $ARGS[0] = 'buy_Mansion':
 	minut += 30
 	karta -= home_value[5]
 	home_owned[5] = 1
-	if ARRSIZE('home_owned') = 0: gs 'set_home', 5
+	if ARRSIZE('home_owned') = 0:
+		gs 'set_home', 5
+	else
+		$set_homeyn = input("Whould you like to set this as your new home? (yes/no)")
+		if $set_homeyn = 'yes': gs 'set_home', 5
+		killvar '$set_homeyn'
+	end
 	gs'stat'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'