[New Tool] Ren’Py Match Statement by HyJyncks
From the Github page:
The bulk of this file is a simple implementation of a match-like workflow for renpy script. It uses the same match case and _ keywords, _ being the wildcard. As of right now it only supports cases in blocks, meaning you need a colon, return and indent to process what happens. The statement compares a variable against the cases and returns the block of renpy code to advance the script.
You must log in or register to comment.