I have an error when I want to read the MC's dad's message with the phone in the bookstore, does anyone else have that error?
ERROR:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 98, in script
$ result = ui.interact()
File "game/season2/scripts/freeroam/episode6/ep6_freeroam_library.rpy", line 98, in <module>
$ result = ui.interact()
File "game/scripts/phone/chat/chat_dad.rpy", line 1, in execute
screen app_chat_dad:
File "game/scripts/phone/chat/chat_dad.rpy", line 1, in execute
screen app_chat_dad:
File "game/scripts/phone/chat/chat_dad.rpy", line 86, in execute
vpgrid:
File "game/scripts/phone/chat/chat_dad.rpy", line 104, in execute
if freeRoamID == "ep2_4" and not ep2_HitOnDadInText:
File "game/scripts/phone/chat/chat_dad.rpy", line 163, in execute
vbox xalign 0.503 yalign 0.05:
File "game/scripts/phone/chat/chat_dad.rpy", line 168, in execute
for x in chat_dad_history_is_them:
File "game/scripts/phone/chat/chat_dad.rpy", line 169, in execute
if x != None and chat_dad_history[count] != None and chat_dad_history[count] != "":
IndexError: list index out of range