|
@@ -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>'
|