HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

dialog problem

08-02-2003, 05:26 PM#1
Vilex
ok i made a difficulty dialog my problem is the last trigger the reaction trigger its like if/else/none i want it to be like if dialog buttom EASY is clicked then do set player greens handicap to 100% and else do nothing but i cant find it to make it work i try to find the if buttom clicked but cant
08-02-2003, 06:19 PM#2
Red Slayer
"Dialog Button Comprasion"
08-03-2003, 03:37 PM#3
Vilex
i did that then for the action i did set player 12 handicap to 300% and when i was in game it didnt work
08-03-2003, 05:02 PM#4
weaaddar
offtopic:
Your sig is epilepsy-cilous
08-03-2003, 05:10 PM#5
hodi
Quote:
Originally posted by weaaddar
offtopic:
Your sig is epilepsy-cilous


Na, I´m eptileptic and I feel fine watching it... :D
08-03-2003, 05:16 PM#6
Pesmerga
Action - Create dialog button for (last created dialog)
Action - Set (last created dialog button) to DiaDiff[1]
Action - Create dialog button for (last created dialog)
Action - Set (last created dialog button) to DiaDiff[2]
Action - Create dialog button for (last created dialog)
Action - Set (last created dialog button) to DiaDiff[3]

(use variable array)
08-03-2003, 05:22 PM#7
Vilex
i have... next post il post what i did exactly
08-03-2003, 05:50 PM#8
weaaddar
just edit your post, no need to keep posting on it. As a dialog expert I could help you if I saw your trigger.
08-03-2003, 05:54 PM#9
Pesmerga
Trigger 1

Event - Elasped game time = 2 seconds
Action - Create dialog with name (Difficulty)
Action - Change name of (last created dialog) to Difficulty
Action - Create dialog button with name EASY
Action - Set (last created dialog button) to Difficulty[1]
Action - Create dialog button with name Medium
Action - Set (last created dialog button) to Difficulty[2]
Action - Create dialog button with name Hard
Action - Set (last created dialog button) to Difficulty[3]
Action - Show (last created Dialog)


Trigger 2

Event - A dialog button is clicked
Condition - (Clicked dialog button) equal to Difficulty[1]
Action - Blah
08-03-2003, 05:58 PM#10
Vilex
OMFG Pesmerga u did exactly how my triggers where set up...
but for action i had.Set player 12 handicap to 200% and it didnt work
08-03-2003, 06:12 PM#11
Raptor--
are u sure its a problem with the dialog, and not the actions then? does the dialog run the action statements? use a msg and see if its actually running the statements then
08-03-2003, 07:04 PM#12
Pesmerga
Dark, I hacked into your computer and saw your triggers :ggani:
08-03-2003, 07:10 PM#13
Vilex
WHAT!?!?!? you dont know what map it was lol
08-03-2003, 07:12 PM#14
Pesmerga
Eh, Um, I looked through all of them. Oh, I also skipped your C:/Gay folderemote_sweat
08-03-2003, 10:08 PM#15
chemo
Dark use some of chrydgods triggers, in cube defence (unprotected), there u can see how he set the handicap, btw, ur dialog triggers are fine, but the error is the handicap trigger....