45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
=== PERFORM_WHALESONG ===
|
|
#Environment: Erosion_show
|
|
|
|
//No idea how we're doing the art for this yet, whether the characters will be drawn into the environment or if we're making performing poses for them.
|
|
|
|
{vocals_whalesong == "Whaleish":
|
|
~ mood_guitarist--
|
|
~ mood_keyboardist++
|
|
~ song_stance_iconoclasts++
|
|
~ L0_song = "Whale Song in Whaleish"
|
|
-> WHALEISH_LYRICS
|
|
- else:
|
|
~ mood_guitarist++
|
|
~ mood_keyboardist--
|
|
~ song_stance_idealists++
|
|
~ L0_song = "Whale Song"
|
|
-> HUMAN_LYRICS
|
|
}
|
|
|
|
= WHALEISH_LYRICS
|
|
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_WHALES
|
|
+ [Perform Whale Song with Whaleish lyrics]
|
|
-> STAGE_CHATTER_ICONOCLASTS
|
|
|
|
= HUMAN_LYRICS
|
|
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_HUMANS
|
|
+ [Perform Whale Song with only human-language lyrics]
|
|
-> STAGE_CHATTER_IDEALISTS
|
|
|
|
|
|
= STAGE_CHATTER_ICONOCLASTS
|
|
|
|
FERN: We love you, whales!
|
|
|
|
VEZ: (in Whaleish) <i>Welcome to the Bandocracy!</i> #PlaySound: Whaleish_welcome
|
|
|
|
-> POSTSHOW_WHALESONG
|
|
|
|
= STAGE_CHATTER_IDEALISTS
|
|
|
|
SKYLER: Yeah! Rock on!
|
|
|
|
VEZ: Welcome to the Bandocracy!
|
|
|
|
-> POSTSHOW_WHALESONG |