18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
=== PERFORM_WHALESONG ===
|
|
#Background: venue_erosion_performance
|
|
|
|
{vocals_whalesong == "Whaleish":
|
|
~ mood_guitarist--
|
|
~ mood_keyboardist++
|
|
~ song_stance_rebels++
|
|
- else:
|
|
~ mood_guitarist++
|
|
~ mood_keyboardist--
|
|
~ song_stance_people++
|
|
}
|
|
|
|
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 |