right here,s my problem a downloaded a tutorial and followed it exactly but offcourse makeing it the way i wanted it to look but i realy have no idea how to put the commands to the buttons the tutorial just doesent explain it in a way that i understand lol so if any1 know and could give me a few exaples to get me on my way that'ed be realy good thaks for your help in andvance .
snake1
Edited Nov 28, 2004 3:46 AM by snake1
Glitch
Historical / Guest
on *:sclick:table_name:button_id:{ kick $chan $nick }
Sclick means single click (theres also a dclick for double click)
table_name is the dialog name
button id is the id of the button in dialog studio
after that there its the command that you want to do (I used kick)
Theres a lot of other things for it but thats just a basic look.
Glitch
Historical / Guest
Well its the same command no matter what way your using to create your dialogs 
lol thats a shame i though my life might have gotten a lil bit easyer 
Edited Nov 28, 2004 4:23 AM by snake1
i tryed the code u gave me m8 but it dont workany other ideas ?
the code should be as followed
on *:DIALOG:<dialog name>:<event>:<id relation>: { command }
e.g.
on *:DIALOG:test:sclick:1: { echo -at hello }
e.g. 2
on *:DIALOG:test:init:*: { echo -at hello2 }
Edited Nov 28, 2004 10:30 AM by The Gate Keeper