add the pizzeria conversation back in

This commit is contained in:
yuni 2024-03-20 05:59:32 +01:00
parent de47a87a27
commit 20fd163aba

View file

@ -52,3 +52,28 @@ chat "hialien"
label "imbad" label "imbad"
goto "pizza" goto "pizza"
chat "pizzeria"
name "Space Pizza™"
msg 2 "Requesting permission to communicate..."
label "INIT"
lvl "info"
goto "b"
msg 5 "Welcome to Space Pizza™, best pizza all across the Jovian rings!"
label "b"
goto "c"
msg 10 "Would you like to order today's special Miracle Spacefungi? Freshly blended pizza smoothie ready for your space suit feeding tube!"
label "c"
goto "d"
choice 3 "Pizza... smoothie? I think I'll pass..."
label "d"
goto "yourloss"
msg 3 "Your loss, mate"
label "yourloss"
goto "end"
msg 10 "Hello? Is anyone there? Is this a prank?"
label "d"
goto "end"
msg 0 "Disconnected."
label "end"
level "info"
goto "EXIT"