- Joined
- Sep 28, 2009
- Messages
- 222
hi guys
i am to dump to check the dialog result of a custom dialog.
my test trigger:
anyone has an idea how to check it? its quite usefull because then you dont have to create a new dialog for simple yes/no decisions.
i am to dump to check the dialog result of a custom dialog.
my test trigger:
-
custom dialog test
-
Events
-
Timer - Elapsed time is 0.0 Game Time seconds
-
-
Local Variables
-
Conditions
-
Actions
-
UI - Display a Query custom dialog with Title No Text and Text No Text for (All players) (Pause game)
-
General - If (Conditions) then do (Actions) else do (Actions)
-
If
-
(Custom dialog result) == Yes
-
-
Then
-
UI - Display "yes" for (All players) to Subtitle area
-
-
Else
-
UI - Display "no" for (All players) to Subtitle area
-
-
-
-
anyone has an idea how to check it? its quite usefull because then you dont have to create a new dialog for simple yes/no decisions.