HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

dialog trigger...

08-26-2003, 09:37 PM#1
noobelite
1)is there a way to get the player number of who clicks a dialog button?
2) can you show a dialog box to more then 1 person?
08-26-2003, 09:57 PM#2
noobelite
lol... just went looking and found eternal-agony's post about this same thing with the clicking... sorry..

anyways

i am still wondering if u can display a dialog to more then 1 person at the same time though..

(ps i apologize for double post)
08-26-2003, 10:51 PM#3
Raptor--
create a dialog array, and a loop

for intA = 1 to 10
+add a dialog button X to MENU_dialogMain[intA]
+set last created button to MENU_dbButton1[intA]
+etc...
+show MENU_dialogMain[intA] to player(intA)