
Well in my bot i have some diffrent languages that u can choose from in the dialog
these languages contains diffrent keys to be pressed in a label im making
I got this:
Later in my script i need the bot to press 'e' followed by a 'q' IF english is selected, as u can see if german is selected it presses: 'e' followed by a 'b'Label>Language
If>dialog1.english
key1=e
key2=q
endif
If>dialog1.german
key1=e
key2=b
label>end

-I have these languages in a combobox
Can anyone please help me with this? its probably very easy to make, but i cant figureing it out...
