
71 posts
Australia
joined
#1
Dialog Stuffup
In my map iv created a dialog and everything but when i test the map all that happens is the game pauses and the dialog box doesnt appear.

1,574 posts
Why do you want to know?
joined
#2
Possible Issues:
-Event is Map Initialization:
Never use Dialog Buttons with Map Initialization, use Time Elapsed Event
-No use of the Dialog - Show/Hide function:
Not using the Dialog - Show function results in the Dialog button not appearing.
I hope this helped, and good luck with your map.


71 posts
Australia
joined
#3
Thanks that fixed it.
-Cosmonaut