It's Cow Game! Version 2.04!
This commit is contained in:
commit
a9e1ed9ddd
3148 changed files with 95332 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
~ start
|
||||
Jonald: *Jonald stares intently with a fierce gaze*
|
||||
Jonald: Welcome to my office.
|
||||
- I need Juice => JuiceInquiry
|
||||
- Silica Gel? => SilicaGel
|
||||
- Bye => Bye
|
||||
|
||||
~ JuiceInquiry
|
||||
if DialogueBoxManager.currentSpeaker.ingredients_check():
|
||||
Jonald: Excellent. You've got the ingredients.
|
||||
Jonald: *Jonald takes your juices and stares into the distance for a moment*
|
||||
Jonald: Here you go. Enjoy The Ultimate Juice.
|
||||
do DialogueBoxManager.currentSpeaker.give_ultimate_juice()
|
||||
- I need Juice => JuiceInquiry
|
||||
- Silica Gel? => SilicaGel
|
||||
- Bye => Bye
|
||||
Jonald: Wonderful. All you need to do is bring me the following:
|
||||
Jonald: 1 Banana Juice.
|
||||
Jonald: 1 Iron Ingot Juice.
|
||||
Jonald: And 1 Silica Gel Juice. All Unmodified.
|
||||
Jonald: Bring this to me and I will make you The Ultimate Juice.
|
||||
- Silica Gel? => SilicaGel
|
||||
- Bye => Bye
|
||||
|
||||
~ SilicaGel
|
||||
Jonald: I wrote down where to find Silica Gel on this form here you can have it.
|
||||
do DialogueBoxManager.currentSpeaker.give_taxes()
|
||||
Jonald: I got it grubbed up I was eating snacks.
|
||||
Jonald: You'll have to find a way to clean it.
|
||||
Jonald: This info is very important. I wrote it on many forms. Got them all grubbed up.
|
||||
Jonald: Come back if you need another one.
|
||||
- I need Juice => JuiceInquiry
|
||||
- Bye => Bye
|
||||
|
||||
~ Bye
|
||||
Jonald: Goodbye.
|
||||
=> END
|
||||
Loading…
Add table
Add a link
Reference in a new issue