Anyone else having a crash bug when they try to play the bottle game?
File "game/scenes/aratoRoute/bottleGame.rpy", line 206, in execute
text "Bottle Game Points = [bottleGamePoints]/???" size 70 xpos 0.03 ypos 0.01 font "Beach Vibe.ttf" outlines [(3, "#000000", 0, 0)] color "#eae86b"
NameError: Name 'bottleGamePoints' is not defined.
File "game/scenes/aratoRoute/bottleGame.rpy", line 206, in execute
text "Bottle Game Points = [bottleGamePoints]/???" size 70 xpos 0.03 ypos 0.01 font "Beach Vibe.ttf" outlines [(3, "#000000", 0, 0)] color "#eae86b"
NameError: Name 'bottleGamePoints' is not defined.
Last edited: