Steven Cowles
Results
2
comments of
Steven Cowles
You can create a "sticky" choice by using a `+`, instead of an `*`. For example: ``` === firstSection === + {conditionFor1st} 1stChoice -> 1stRoom + {conditionFor2st} 2stChoice -> 2stRoom...
As far as I'm aware - the way to handle this within inky is create a "dummy" ink function. So: ``` === function add_cash(amount) ~ return ``` Should cover it....