You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.1 KiB
80 lines
1.1 KiB
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
|
|
|
|
|
|
|
|
|