And second question

Where to redefine the type of display of the timer? For example two UISLider dispersing in different directions.
In the dialogue entry before the response menu, use the SetTimeout() sequencer command. For example:Evgeny wrote:I'm set a Response Timeout in the Dialogue Manager's Input Settings to 5, but I'm need timeout only for one question in dialog. How to do this?
Code: Select all
SetTimeout(5); Delay({{end}})
Code: Select all
SetTimeout(0); Delay({{end}})
Customize Assets/Dialogue System/Third Party Support/NGUI/Scripts/NGUI Dialogue UI/NGUI Dialogue Controls/NGUITimer.cs.Evgeny wrote:Where to redefine the type of display of the timer? For example two UISLider dispersing in different directions.