25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
=== PRACTICE_L1 ===
|
|
#Environment: PracticeSpace
|
|
|
|
This is the next level. Happens a few days later. Perhaps a couple characters show up earlier than others for practice? As they trickle in, tuning their instruments, notifications for DMs in Harmony pop up.
|
|
|
|
~ DM_vez_skyler_L0 = true
|
|
~ DM_micah_fern_L0 = true
|
|
~ DM_band_L0 = true
|
|
// ^This unlocks the beginning of the DM conversations.
|
|
|
|
#HarmonyNotification
|
|
// ^Shows the player there are new messages available.
|
|
|
|
// Because DM conversations between characters are mandatory, the player must click to go to Harmony. --- NEW THOUGHT! DMs can cover the time that's passed, and in that case they don't have to be immediate conversations. Later we can use DMs as real-time conversations, but it's not necessary here. Hence, checking Harmony is optional!
|
|
|
|
+ [HARMONY]
|
|
-> HARMONY ->
|
|
+ [PC ignores notification]
|
|
#Wait: 5
|
|
//This is a command we used in LongStory. It may not be the best command to use, but it signifies that if the player doesn't click on the Harmony button within 5 seconds, the scene moves on.
|
|
-
|
|
|
|
Then this new day and band practice begins in earnest...
|
|
|
|
-> DONE //for now |