#22, by Yug_EtsapMonday, 27. January 2014, 21:38 12 years ago
Yeah, I thought of doing it exactly that way, but the thing is - every dialog is going to be unique. There'll be unique text for each choice, and the results will also be unique. In order to do it this way, I'd have to store the choice text into variables before I call the script that displays them and I think that's kind of redundant. If I'm going to add a line that stores into a variable, I might as well just add the line that fills in the text directly. Calling the interface is also a single line, so there's no need to put it in a separate script.
Calling a script to check what the answer is is also pointless, I think, because each outcome will be different.
Although, this way would be very useful if I had any animations during the whole process, so I don't have to describe them every time.