Hello, I would like to see the content printed immediately if I click the button in the two situations below.
Situation 1.
Code: Select all
sample text....
@choice "sample text" goto:script.sample
sample text....
In this situation, there is no @stop command to show the texts below choice button.
When I chick that choice button, script don't go immediately to "sample" label, but after click the next script.
What should I do to respond immediately in @choice command without @stop command?
Situation 2.
In "Play Script On Unity Event", I make button to play "sample" script.
When I chick that button, script don't go immediately to "sample" script, but after click the next script.
What should I do to respond immediately in "Play Script On Unity Event"?
Thank you.