Parcourir la source

[changed] when you change your home you can now see in which home you are living

julzor il y a 4 ans
Parent
commit
0f24290077
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      locations/obj_din.qsrc

+ 3 - 1
locations/obj_din.qsrc

@@ -238,8 +238,10 @@ if $ARGS[0] = 'cur_home':
 	!'<center><img src="images/system/icon/description.png"><br></center>'
 	'<center><h1><<$pcs_firstname>>''s Home Location</h1></center>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr><td>'
-	act 'Return to main description': gt 'obj_din', 'description'
 	*nl
+	'Your current home is <<$home_name>>.'
+	*nl
+	act 'Return to main description': gt 'obj_din', 'description'	
 !!This is correct it just looks wrong
 	if home_owned[1] > 0: 'Set current home as <a href="exec:gs ''set_home'', 1 & gs ''obj_din'', ''cur_home''">City residential apartment</a>'
 	if home_owned[2] = 1: 'Set current home as <a href="exec:gs ''set_home'', 2 & gs ''obj_din'', ''cur_home''">Parent''s home in Pavlovsk</a>'