Scripts Level 0 (Whale Song) - wrote another section in POST SHOW scene.

This commit is contained in:
Heather Jackson 2026-04-02 09:14:29 -04:00
parent f0e1328eea
commit 79954394b6
3 changed files with 46 additions and 16 deletions

View File

@ -26,8 +26,8 @@
/*NOTES about community channels in Harmony /*NOTES about community channels in Harmony
They're read-only for the player. They're read-only for the player.
All the messages are already there when the player visits the channel. All the messages are already there when the player visits the channel. They do not appear one-by-one in real time like a dialogue scene.
The player can scroll through and read them. The player can scroll through and read them all, or ignore them.
*/ */
=== ALL_FOR_ALL === === ALL_FOR_ALL ===
@ -86,6 +86,8 @@ In less than an hour, {band_name}'s song reached a critical mass, and the govern
/*NOTES about DMs in Harmony /*NOTES about DMs in Harmony
These are real-time conversations between the characters, so players can choose the characters responses. These are real-time conversations between the characters, so players can choose the characters responses.
The message lines will show up one-by-one, just like in a dialogue scene. The message lines will show up one-by-one, just like in a dialogue scene.
Messages from past levels remain visible. The player can scroll back to read them.
Messages from current level need to be clicked to progress, just like a regular dialogue conversation.
*/ */
=== DM_BAND_CHAT === === DM_BAND_CHAT ===

View File

@ -51,7 +51,7 @@ FERN: Go see for yourself!
+ [HARMONY] + [HARMONY]
//Players click on the "Harmony" button to see the communities they now have access to. //Players click on the "Harmony" button to see the communities they now have access to.
-> HARMONY -> -> HARMONY ->
//In this ink script, Harmony is its own file that acts like a "tunnel", meaning it points back to wherever scene the player came from. //In this ink script, Harmony is its own file that acts like a "tunnel", meaning it points back to whatever scene the player came from.
- -
{L0_song == "Whale Song in Whaleish": {L0_song == "Whale Song in Whaleish":
@ -89,31 +89,59 @@ FERN: Want me to sign you up too?
-> RELATIONSHIP -> RELATIONSHIP
= IDEALISTS = IDEALISTS
//HJ: I'm running out of time so I just paraphrased this section...
Vez is annoyed that people are placing bets on whether they and Skyler will get back together. VEZ: We failed. Whales are still not part of the Bandocracy, and everyone's just gossiping about whether Skyler and I will hook up again.
SKYLER: That's a win, Vez! Gossip means the fans care!
VEZ: About <i>us</i>, but not the whales. Our song was supposed to make them care about the whales!
+ VEZ: I sang in English so people would understand!
+ VEZ: I should've sang in Whaleish.
MICAH: It might not have made a difference.
-
AKAI: HUMANS SUCK!
MICAH: True. People don't always listen to the message.
FERN: Maybe they did but they're just not ready to commit yet?
SKYLER: You talking about humans and whales, or me and Vez?
{Skyler_growth >= 0: {Skyler_growth >= 0:
Like Fern, who bet that they'd get back together. FERN: Both?
What? Fern just really wants them to give love a second chance! They were such a hot couple! FERN: Give love a second chance! You were such a hot couple!
- else: - else:
Fern bet that Vez and Skyler wouldn't get back together. FERN: (sadly) Both.
Vez says that was a smart bet.
Onmniscent narrator comments that Skyler looks disappointed but also determined.
} }
Fern directs the band back to the bright side - <i>All For All</i> REALLY LOVED Whale Song. MICAH: Fern's right, though. {Skyler_growth >= 0:About humans and whales, not Vez and Skyler.}
MICAH: People didn't say "no" to the whales. Not yet.
Micah points out that their song didn't convince the bureaucritics to change anything, though. VEZ: Wow, Micah, did you just look on the bright side?!
The whales still aren't part of the Bandocracy.
Fern - not yet! They still could be. Sometime... soonish? MICAH: Fern must be rubbing off on me.
FERN: See! People are capable of change! So, we didn't fail, we just didn't win right away.
-> RELATIONSHIP -> RELATIONSHIP
= RELATIONSHIP = RELATIONSHIP
#PlaySFX: Akai_excited #PlaySFX: Akai_excited
AKAI: THERE IS NO ENCORE! AKAI: THERE IS NO ENCORE!
AKAI: (sigh) Time to go. I'm not programmed to pack up the gear, by the way. {IDEALISTS:
FERN: I disagree! It was only our first show.
AKAI: An encore is not the same as another kick at the can.
AKAI: But I'm not here to debate semantics with you. And...
- else:
AKAI: (sigh) Time to go.
}
AKAI: I'm not programmed to pack up the gear, {IDEALISTS:either|by the way}.
#RemChar: Akai #RemChar: Akai

View File

@ -1,7 +1,7 @@
=== PRACTICE_L1 === === PRACTICE_L1 ===
#Environment: PracticeSpace #Environment: PracticeSpace
This is the next day. Perhaps a couple characters show up earlier? Or as they trickle in, tuning their instruments, notifications for DMs in Harmony pop up. This is the next day. Perhaps a couple characters show up earlier? As they trickle in, tuning their instruments, notifications for DMs in Harmony pop up.
~ DM_micah_fern_L0 = true ~ DM_micah_fern_L0 = true
// ^This unlocks the beginning of the DM conversation between Micah and Fern. // ^This unlocks the beginning of the DM conversation between Micah and Fern.