Browse Source

[changed] added a daystart based on feedback from BG to the randomness of Anya schedule

Anya 2 years ago
parent
commit
7386e95601
1 changed files with 8 additions and 2 deletions
  1. 8 2
      locations/family_schedule.qsrc

+ 8 - 2
locations/family_schedule.qsrc

@@ -68,7 +68,10 @@ if sister_indorf = 0:
 				anyaloc['inroom'] = 1
 			else
 				!!Personal activities: Relaxing in bedroom 15, at the community center 10
-				anyaloc = func('shortgs', 'rand_pick', '', 10, 15)
+				if anyarand1 ! daystart:
+					anyaloc = func('shortgs', 'rand_pick', '', 10, 15)
+					anyarand1 = daystart
+				end
 				if anyaloc = 15:
 					anyaloc['athome'] = 1
 					anyaloc['inroom'] = 1
@@ -97,7 +100,10 @@ if sister_indorf = 0:
 				anyaloc['inroom'] = 0
 			else
 				!!Goes out to hang out with friends 13/Roma 14 (this could be random so sometimes she stays home to give Sveta more time to talk to her 15)
-				anyaloc = func('shortgs', 'rand_pick', '', 13, 14, 15)
+				if anyarand2 ! daystart:
+					anyaloc = func('shortgs', 'rand_pick', '', 13, 14, 15)
+					anyarand2 = daystart
+				end
 				if anyaloc = 15:
 					anyaloc['athome'] = 1
 					anyaloc['inroom'] = 1