Download Avalanches & GOKI2 can download the latest environment from the Assets link of Avalanches-GOKI2-Release2.x.y.y.zip based on the release tag on the following site (written as Avalanches (GOKI2) release version 2.x.y.y). https://github.com/halo1234/Avalanches/releases Choices In the previous "Introduction to ModADV" series, we completed the basic screen settings that make up a game. From this point on, we will start a new series that dives deeper into the "gaming experience"! The first installment explains the choice function (ModSelect) , which allows you to implement "scenario branching," the core appeal of ADV (adventure games). There is a module called ModSelect that manages choices. First, load the module. ; Choices @load_module name=ModSelect Now you can use choices. Choice Settings You can preset various sound effects and button sizes for choices.…