|
@@ -6,11 +6,17 @@
|
|
A mirror hangs on the wall near the front door.
|
|
A mirror hangs on the wall near the front door.
|
|
|
|
|
|
<<set _familyLocations = $npcs.locationGroup(['A28','A29','A33','A34'])>>
|
|
<<set _familyLocations = $npcs.locationGroup(['A28','A29','A33','A34'])>>
|
|
|
|
+ <<npcList _familyLocations.beach "# may be at the lake." "# may be at the lake.">>
|
|
|
|
+ <<npcList _familyLocations.communityCenter "# is at the community center." "# are at the community center.">>
|
|
|
|
+ <<npcList _familyLocations.garage "# is at the garage." "# are at the garage.">>
|
|
<<npcList _familyLocations.home "# should be somewhere in the apartment." "# should be somewhere in the apartment.">>
|
|
<<npcList _familyLocations.home "# should be somewhere in the apartment." "# should be somewhere in the apartment.">>
|
|
- <<npcList _familyLocations.work "# is at work." "# are at work.">>
|
|
|
|
- <<npcList _familyLocations.school "# is at school." "# are at school.">>
|
|
|
|
|
|
+ <<npcList _familyLocations.luda "# is visiting your aunt." "# are visiting your aunt.">>
|
|
<<npcList _familyLocations.outdoors "# is somewhere outside." "# are somewhere outside.">>
|
|
<<npcList _familyLocations.outdoors "# is somewhere outside." "# are somewhere outside.">>
|
|
|
|
+ <<npcList _familyLocations.party "# is at a party." "# are at a party.">>
|
|
|
|
+ <<npcList _familyLocations.school "# is at school." "# are at school.">>
|
|
|
|
+ <<npcList _familyLocations.supermarket "# is buying groceries." "# are buying groceries.">>
|
|
<<npcList _familyLocations.trackfield "# is at the football field." "# are at the football field.">>
|
|
<<npcList _familyLocations.trackfield "# is at the football field." "# are at the football field.">>
|
|
|
|
+ <<npcList _familyLocations.work "# is at work." "# are at work.">>
|
|
<<npcList _familyLocations.undefined "You don't know, where # is." "You don't know, where # are.">>
|
|
<<npcList _familyLocations.undefined "You don't know, where # is." "You don't know, where # are.">>
|
|
|
|
|
|
/*<<if getvar("$locat['Fam_inGad']") == 1>>
|
|
/*<<if getvar("$locat['Fam_inGad']") == 1>>
|