@anschwww
Yep, old wrong variable name there, 'timelisa_start' instead of 'timestart_lisa', thanks for reporting. This one can just be ignored. This did not pop up for me during testing because I used old saves instead of playing a new game. The old variable name was still defined in there. She is supposed to say:
"I am here from 7:00 to 14:00. After that Pamela takes over."
Yep, old wrong variable name there, 'timelisa_start' instead of 'timestart_lisa', thanks for reporting. This one can just be ignored. This did not pop up for me during testing because I used old saves instead of playing a new game. The old variable name was still defined in there. She is supposed to say:
"I am here from 7:00 to 14:00. After that Pamela takes over."
Code:
$ timelisa_start = gametime.time(hour=7)
$ timelisa_end = gametime.time(hour=14)
if met_pamela_on_pubbeach:
Lisa lisa "The studio is open from [timeopen] to [timeclose]."
Lisa smile "I am here from [timestart_lisa] to [timestart_end]. After that Pamela takes over."