In my storygame, I'm trying to make it so that instead of showing a variable's integer value (0,1,2,3,n) I want it to show a string value (yes, no,etc)
Is there a way to do this using scripting?
I know that if you declare a variable, you can do a min and max value and display it by doing %%VARIABLE%% but can you do the same thing using a string value instead of an integer?
Thanks!