"fortTulipMusic": type: world debug: true default constants: whiteNote: l@364.0,68.0,161.0,world redNote: l@362.0,68.0,161.0,world goldNote: l@360.0,68.0,161.0,world blueNote: l@358.0,68.0,161.0,world correctNotes: 2|3|1|4|2 events: on player clicks note_block: - if == false { - flag player noteBoxList:0|0|0|0|0 - flag player tulipFirstNote:true } - if == { - if < 5 { - flag currentNote:++ - narrate "You clicked on the white note. Count: " - flag player noteBoxList[]:1 } else { - flag currentNote:1 - narrate "You clicked on the white note. Count: " - flag player noteBoxList[]:1 } } - if == { - if < 5 { - flag currentNote:++ - narrate "You clicked on the red note. Count: " - flag player noteBoxList[]:2 } else { - flag currentNote:1 - narrate "You clicked on the red note. Count: " - flag player noteBoxList[]:2 } } - if == { - if < 5 { - flag currentNote:++ - narrate "You clicked on the gold note. Count: " - flag player noteBoxList[]:3 } else { - flag currentNote:1 - narrate "You clicked on the gold note. Count: " - flag player noteBoxList[]:3 } } - if == { - if < 5 { - flag currentNote:++ - narrate "You clicked on the blue note. Count: " - flag player noteBoxList[]:4 } else { - flag currentNote:1 - narrate "You clicked on the blue note. Count: " - flag player noteBoxList[]:4 } }