class Gamefic::Scene::ActiveChoice

A scene that presents a list of optional choices. The scene can still attempt to process input that does not match any of the options.

Authors can use the ‘without_selection` class method to select one of three actions to take when the user does not enter one of the options: `:perform`, `:recue`, or `:continue`.