20 lines
595 B
Plaintext
20 lines
595 B
Plaintext
=== PERFORM_WHALESONG ===
|
|
#Environment: Erosion_show
|
|
|
|
{vocals_whalesong == "Whaleish":
|
|
~ mood_guitarist--
|
|
~ mood_keyboardist++
|
|
~ song_stance_rebels++
|
|
~ L0_song = "Whaleish Whale Song"
|
|
- else:
|
|
~ mood_guitarist++
|
|
~ mood_keyboardist--
|
|
~ song_stance_people++
|
|
~ L0_song = "Whale Song"
|
|
}
|
|
|
|
Once the song is done...
|
|
|
|
Trigger responses based on mood variables. Honestly, for Level 0 I don't think either guitarist nor keys needs to do say anything extra at the end of the show. But as the mood variables and relationship variables build, they will!
|
|
|
|
-> POSTSHOW_WHALESONG |