43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
=== PERFORM_WHALESONG ===
|
|
#Environment: Erosion_show
|
|
|
|
{vocals_whalesong == "Whaleish":
|
|
~ mood_guitarist--
|
|
~ mood_keyboardist++
|
|
~ song_stance_rebels++
|
|
~ L0_song = "Whaleish Whale Song"
|
|
-> WHALEISH_LYRICS
|
|
- else:
|
|
~ mood_guitarist++
|
|
~ mood_keyboardist--
|
|
~ song_stance_people++
|
|
~ L0_song = "Whale Song"
|
|
-> HUMAN_LYRICS
|
|
}
|
|
|
|
= WHALEISH_LYRICS
|
|
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_WHALES
|
|
+ [Perform Whale Song with Whaleish lyrics]
|
|
-> STAGE_CHATTER_WHALES
|
|
|
|
= HUMAN_LYRICS
|
|
#PlayerControlUntil: SongDone, JumpToPath: PERFORM_WHALESONG.STAGE_CHATTER_WHALES
|
|
+ [Perform Whale Song with human-language lyrics]
|
|
-> STAGE_CHATTER_HUMANS
|
|
|
|
= STAGE_CHATTER_WHALES
|
|
//NOTE: On-stage comments that are not voiced will seem weird after hearing the song performed. Discuss with team soon, because if we take these out, I need to know. Though Mir will probably suggest testing it.
|
|
|
|
FERN: We love you, whales!
|
|
|
|
VEZ: <i>(in Whaleish) Welcome to the Bandocracy!</i> #PlaySound: Whaleish_welcome
|
|
|
|
-> POSTSHOW_WHALESONG
|
|
|
|
= STAGE_CHATTER_HUMANS
|
|
|
|
SKYLER: Yeah! Rock on!
|
|
|
|
VEZ: Welcome to the Bandocracy!
|
|
|
|
-> POSTSHOW_WHALESONG |