Is it possible to generate dialogue options by combining variables?
Is it possible to embed dialogue commands like "option-off 4" in functions?
1. I don't think there's a way to generate new dialog options at runtime, if this is what you mean. As far as I know you also can't change option texts.
2. You can switch dialog options on and of with Dialog.SetOptionState
Well, that's half the battle. Thanks!