| 07-11-2006, 06:03 PM | #1 |
i need to creat a pop up board, where player 1 can make one of two selestions. the selesction sets off a trigger. but i dont know how to make the board plz help |
| 07-11-2006, 08:00 PM | #4 |
Dialogs are awful. Ask yourself if you really want to be using them. To below: They're ugly, slow, and interact in a singularly frustrating way with chat. |
| 07-11-2006, 08:38 PM | #5 |
hi ! why do u think that dialogs are awful ? (this shouldnt be any spam) :D so far n3m |
| 07-12-2006, 12:34 AM | #7 |
i hit a snag. the dialog comes up. but the buttons for it dont |
| 07-12-2006, 03:11 PM | #8 |
Hide the dialog at the beggining of the creating, and show them when the buttons are created. Trigger: Actions:
![]() Dialog - Hide YourDialog for SomePlayer
![]() Dialog - Clear YourDialog
![]() Dialog - Change the title of YourDialog to (Your Title)
![]() Dialog - Create a dialog button for YourDialog labelled Option 1 Text
![]() Set Option1 = (Last created dialog Button)
![]() Dialog - Create a dialog button for YourDialog labelled Option 2 Text
![]() Set Option2 = (Last created dialog Button)
![]() Dialog - Show YourDialog for SomePlayer |
| 07-12-2006, 07:56 PM | #9 |
ok, ill try it. and if you dont hear back form me. that means it worked |
| 07-12-2006, 08:32 PM | #10 |
You could return ad say thanks instead :P |
| 07-14-2006, 12:38 AM | #11 |
i could come back and say thanks but it didnt work. so im just going to screw around with it for awile. and if it doesnt work. ill find a new way to make my tirgger |
| 07-14-2006, 01:04 AM | #12 |
Be sure that you are not creating (displaying is actually the problem, but in most situations it is best to do it all at the same time) the dialog at "Map Initialization", then it won't work - Instead do it after 0.00 seconds has elapsed. |
