federated-love/game/chapter2.rpy

81 lines
1.1 KiB
Plaintext
Executable File

label chapter2:
scene fediverse
show pleroma smug with dissolve
"Dialogue and presentation of the fediverse"
jump exploration
label exploration:
if grumb_played and weeble_played:
menu:
"Where do you want to go?"
"bungle":
jump bungle
"FCE":
jump FCE
"I Want something different":
jump mastodon
else:
menu:
"bungle":
jump bungle
"FCE":
jump FCE
label bungle:
scene bg bungle
weeble "Placeholder dialogue"
python:
weeble_played = True
jump exploration
label FCE:
scene bg FCE
grumb "Placeholder dialogue"
python:
grumb_played = True
jump exploration
label mastodon:
scene bg mastodon
grumb "Right on"
"description of the events"
jump chapter3