mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-22 10:00:27 +01:00
LeftStage var handling fix from lazysnake
This commit is contained in:
parent
b8c035b305
commit
1e4d2f9f4b
1 changed files with 3 additions and 2 deletions
|
@ -306,6 +306,7 @@ hide trish with moveoutleft
|
||||||
|
|
||||||
"But Reed obviously doesn’t understand cable management."
|
"But Reed obviously doesn’t understand cable management."
|
||||||
|
|
||||||
|
define LeftStage = False
|
||||||
menu:
|
menu:
|
||||||
"Leave the stage as-is":
|
"Leave the stage as-is":
|
||||||
jump LeaveStageAsIs
|
jump LeaveStageAsIs
|
||||||
|
@ -319,7 +320,7 @@ $ anonscore += 1
|
||||||
|
|
||||||
"Probably better to let sleeping fossils lie."
|
"Probably better to let sleeping fossils lie."
|
||||||
|
|
||||||
define LeftStage = "1"
|
$ LeftStage = True
|
||||||
|
|
||||||
jump PostCableConundrum
|
jump PostCableConundrum
|
||||||
|
|
||||||
|
@ -417,7 +418,7 @@ F "We’ve got sweet music to play."
|
||||||
|
|
||||||
scene moebackrooms
|
scene moebackrooms
|
||||||
|
|
||||||
if LeftStage == "1":
|
if LeftStage:
|
||||||
show trish neutral at tleft
|
show trish neutral at tleft
|
||||||
show fang neutral at scenter
|
show fang neutral at scenter
|
||||||
show reed neutral flip at rright
|
show reed neutral flip at rright
|
||||||
|
|
Loading…
Reference in a new issue