I am getting an 'exception' page trying to go on date with mom & sis. Ignore works to bring me back to the game but does not hlp me get on wiith the date. attached is the full overview. Thanks in advance for any help.
label Overview:
scene expression "Overview/Misc/Home-" + str(Hour) + Timeday + ".jpg"
hide screen ScreenBG
$ initShowScreens("S" + Location)
with ffade
$ renpy.pause(hard=True)
$ initJumpTo("Overview")
label after_load:
$ renpy.music.stop("music")
$ renpy.music.stop("musicM")
$ renpy.music.stop("musicS")
$ renpy.music.stop("musicMain")
$ renpy.music.stop("musicZ", 3)
$ savedVersion = config.version
return
screen SOverviewR():
imagemap:
ground "Overview/Misc/Main.png"
hover "Overview/Misc/Main-Hover.png"
hotspot (5, 5, 42, 49) action Quit(confirm=True) tooltip "Quit"
hotspot (97, 5, 46, 49) action ShowMenu("save") tooltip "Save"
hotspot (145, 5, 46, 49) action ShowMenu("load") tooltip "Load"
hotspot (719, 5, 46, 49) action [Function(initHideScreens, "SOverview", "SOffice", "SSchool", "SMap"), Function(DiaryDefVal), Function(initShowScreens, "SDiary")] tooltip "Diary"
hotspot (767, 5, 47, 49) action [Function(initHideScreens, "SOverview", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "gameHelper")] tooltip "Helper"
#hotspot (816, 5, 47, 49) action [Function(initHideScreens, "SOverview", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "Spycams")] tooltip "Spycams"
hotspot (865, 5, 47, 49) action [Function(initHideScreens, "SOverview", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "cellphone")] tooltip "Cellphone"
###Money
frame:
pos(291, 6)
xysize(140, 47)
background None
padding (0, 0)
vbox:
xfill True
yfill True
text "Balance" xalign 0.5 yalign 0.5 size 19 xoffset -5
text "[Money]$" xalign 0.5 yalign 0.5 size 19 xoffset -5
###Patreon
frame:
pos(531, 6)
xysize(140, 47)
background None
padding (0, 0)
button:
xfill True
yfill True
tooltip "Work"
vbox:
xfill True
yfill True
text "Income" xalign 0.5 yalign 0.5 size 19 yoffset -4
text "[Income]$" xalign 0.5 yalign 0.5 size 19 yoffset -4
action [Function(initHideScreens, "SOverview", "SOffice", "SSchool", "SMap"), Function(initJumpTo, "Computerlabel")]
###Hour
imagebutton:
pos(958, 6)
tooltip "Pass the time"
idle "Overview/Time/[Hour][Timeday].png"
hover im.MatrixColor("Overview/Time/" + str(Hour) + Timeday + ".png", im.matrix.brightness(0.07))
action Function(initAddHour)
###Day
imagebutton:
pos(1109, 6)
tooltip "Pass the day"
idle "Overview/Time/[WeekDay].png"
hover im.MatrixColor("Overview/Time/" + WeekDay + ".png", im.matrix.brightness(0.07))
action [Function(initAddDay), Function(initJumpTo, "End_Day")]
$ tooltip = GetTooltip()
if tooltip:
python:
count = 0
count = Text(tooltip).size()
count1 = int(count[0]) + 52
add "gui/button/choice_idle_background.png" at xysized(count1, 70) ypos 50
text "[tooltip]" xpos 25 ypos 66
screen SOverview():
add "Overview/Misc/Home-" + str(Hour) + Timeday + ".jpg"
use SOverviewR
button:
area(0, 65, 505, 365)
tooltip MName + "'s Bedroom"
action Function(initJumpTo, "MBedroom")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(525, 64, 388, 366)
tooltip "Your Bedroom"
action Function(initJumpTo, "PBedroom")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(932, 64, 475, 365)
tooltip SName + "'s Bedroom"
action Function(initJumpTo, "SBedroom")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(8, 686, 171, 381)
tooltip "Bathroom"
action Function(initJumpTo, "Bathroom")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(210, 686, 169, 382)
tooltip "Toilet"
action Function(initJumpTo, "Toilet")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(708, 676, 700, 399)
tooltip "Lounge"
action Function(initJumpTo, "Lounge")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(404, 680, 301, 395)
tooltip "Kitchen"
action Function(initJumpTo, "Kitchen")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
button:
area(0, 497, 87, 122)
tooltip "Leave"
action Function(initJumpTo, "Map")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
###Sarah
button:
pos (1344, 6)
xysize (283, 47)
tooltip "Relationship: " + str(Sarah.Relationship) + " Affection: " + str(Sarah.AffectionP)
action Function(initNothing)
frame:
pos(1344, 6)
xysize(47, 47)
background "Overview/Topright/Sarah-DP-Level1.png"
frame:
pos(1391, 6)
xysize(49, 47)
background "Overview/Topright/Level-" + initGetRelationship(Sarah) + ".png"
frame:
pos(1440, 6)
xysize(187, 47)
background "Overview/Topright/Affection-" + initGetAffection(Sarah) + ".png"
###Shannon
button:
pos (1631, 6)
xysize (283, 47)
tooltip "Relationship: " + str(Shannon.Relationship) + " Affection: " + str(Shannon.AffectionP)
action Function(initNothing)
frame:
pos(1631, 6)
xysize(47, 47)
background "Overview/Topright/Shannon-DP-Level1.png"
frame:
pos(1678, 6)
xysize(49, 47)
background "Overview/Topright/Level-" + initGetRelationship(Shannon) + ".png"
frame:
pos(1727, 6)
xysize(187, 47)
background "Overview/Topright/Affection-" + initGetAffection(Shannon) + ".png"
button:
area(1419, 54, 501, 1026)
tooltip "Pool"
action Function(initJumpTo, "Pool")
idle_background Frame("Overview/Misc/Overview-Ground.png")
hover_background Frame("Overview/Misc/Overview-Hover.png")
if not renpy.variant("pc"):
imagebutton:
idle "Overview/Misc/android_menu.png"
hover im.MatrixColor("Overview/Misc/android_menu.png", im.matrix.brightness(0.05))
align (1.0, 1.0) xoffset -20 yoffset -20
tooltip "Menu"
action Show("SOverviewA")
add "Overview/Misc/Sarah-Marker-Level1.png" pos initGetLocation("Sarah") xoffset -15
add "Overview/Misc/Shannon-Marker-Level1.png" pos initGetLocation("Shannon") xoffset -15
screen SOverviewA:
modal True
add "gui/Menubg.png"
button:
action Hide("SOverviewA")
button:
area(288, 153, 1351, 775)
action Function(initNothing)
vbox:
pos (332, 250)
xysize (1258, 688)
hbox:
imagebutton:
idle "Overview/Android/Patreon.png"
hover im.MatrixColor("Overview/Android/Patreon.png", im.matrix.brightness(0.08))
action [Function(initHideScreens, "SOverview", "SOverviewA", "SOffice", "SSchool", "SMap"), Function(initJumpTo, "Computerlabel")]
null width 118
imagebutton:
idle "Overview/Android/Diary.png"
hover im.MatrixColor("Overview/Android/Diary.png", im.matrix.brightness(0.08))
action [Function(initHideScreens, "SOverview", "SOverviewA", "SOffice", "SSchool", "SMap"), Function(DiaryDefVal), Function(initShowScreens, "SDiary")]
null width 118
imagebutton:
idle "Overview/Android/Profile.png"
hover im.MatrixColor("Overview/Android/Profile.png", im.matrix.brightness(0.08))
action [Function(initHideScreens, "SOverview", "SOverviewA", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "gameHelper")]
null width 118
imagebutton:
idle "Overview/Android/Cam.png"
hover im.MatrixColor("Overview/Android/Cam.png", im.matrix.brightness(0.08))
action [Function(initHideScreens, "SOverview", "SOverviewA", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "Spycams")]
null width 118
imagebutton:
idle "Overview/Android/SMS.png"
hover im.MatrixColor("Overview/Android/SMS.png", im.matrix.brightness(0.08))
action [Function(initHideScreens, "SOverview", "SOverviewA", "SOffice", "SSchool", "SMap"), Function(initShowScreens, "cellphone")]
hbox:
imagebutton:
idle "Overview/Android/Save.png"
hover im.MatrixColor("Overview/Android/Save.png", im.matrix.brightness(0.08))
action ShowMenu("save")
null width 130
imagebutton:
idle "Overview/Android/Time/[Hour][Timeday].png"
hover im.MatrixColor("Overview/Android/Time/" + str(Hour) + Timeday + ".png", im.matrix.brightness(0.05))
action [Function(initHideScreens, "SOverviewA"), Function(initAddHour)]
null width 30
imagebutton:
idle "Overview/Android/Day/[WeekDay].png"
hover im.MatrixColor("Overview/Android/Day/" + WeekDay + ".png", im.matrix.brightness(0.05))
action [Function(initHideScreens, "SOverviewA"), Function(initAddDay), Function(initJumpTo, "End_Day")]
null width 130
imagebutton:
idle "Overview/Android/Load.png"
hover im.MatrixColor("Overview/Android/Load.png", im.matrix.brightness(0.08))
action ShowMenu("load")
textbutton "Cheats" action [Function(DiaryDefVal), ShowMenu("Cheats")] xalign 0.5 text_size 50
screen ScreenBG(From, What=None, Action="Screen"):
use expression From
if What != None:
use say(None, What)
button:
xfill True
yfill True
if Action == "Screen":
action [Hide("ScreenBG"), Show(From)]
elif Action == "Call":
action Return()
else:
action [Hide("ScreenBG"), Function(initJumpTo, PreviousLocation)]
else:
button:
background "Map/Misc/10-16.png"
action Function(initNothing)
label WorkInProgress:
"This is a work in progress."
$ initJumpTo("Overview")