27 lines
1,005 B
Plaintext
27 lines
1,005 B
Plaintext
~ start
|
|
|
|
if not get_save_value("ambiQuestStarted", false):
|
|
Bradrek: This sucks.
|
|
Bradrek: I'm the best I deserve the best.
|
|
Bradrek: But I don't even have a ball.
|
|
Bradrek: I can't wait until everything comes to me and I have what I deserve.
|
|
=> END
|
|
|
|
if not get_save_value("sealBallRetrieved", false):
|
|
Bradrek: I still don't have a ball, which is what I deserve.
|
|
Bradrek: Because I'm the best.
|
|
Bradrek: But for now I'm holding onto this note, it's a pretty cool note.
|
|
=> END
|
|
|
|
if not DialogueBoxManager.currentSpeaker.note_check():
|
|
Bradrek: Ha ha! I finally got a ball, like I deserve.
|
|
Bradrek: It just came to me, I didn't have to work for it at all.
|
|
Bradrek: That's because I'm the best and I deserve this ball.
|
|
Bradrek: Here you can have this note, it's not actually that cool.
|
|
do DialogueBoxManager.currentSpeaker.give_note()
|
|
=> END
|
|
|
|
Bradrek: This ball is the best, it came to me because I'm the best.
|
|
Bradrek: If any less best balls come to me I'll toss them to you to take care of.
|
|
|
|
=> END |