HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Dialog Problem

11-02-2007, 09:45 PM#1
zetanno
I create the variable for a dialog and dialog button .Change the name of dialog ,create dialog buttons ,set dialog buttons as variables and finally create a trigger that must show me the dialog. In game i don't see a dialog but my game stops. Whats the problem?
11-02-2007, 09:51 PM#2
legend_tisman
Post the code?
11-02-2007, 10:01 PM#3
CommanderZ
I guess dialogs cannot be created at map init, use 0.01 time elapsed instead
11-03-2007, 01:28 AM#4
Anopob
Your game stops probably because you're testing the game in single player, in which dialogs and menus (F10 etc.) pause the game. And if you want just in case clear the dialog before you declare everything.
11-03-2007, 06:39 AM#5
zetanno
Look...to show my dialog i use a trigger with game elapsed time is x .But i create
a simple dialog with a title and 2 buttons.If you push one u get something if u push the other u get something else