Well i try again then ..
One of the problems was fixed by myself, so i have one single one left (so far)
I've made a dialog were i have a input box, An edit box to be more specific
I've got 3 boxes

Here is my dialog code:
As u can, i have some text in them allready:Let>comma=,
Dialog>Dialog1
Caption=Marcdk's Advanced Abuse Bot
Width=390
Height=251
Top=274
Left=192
Close=0
Resize=0
Label=Choose Your Settings:,16,16,true
Label=Game Type:,24,40,true
Label=Race:,104,40,true
ListBox=Race,96,56,49,70,Human%CRLF%Orc%CRLF%Undead%CRLF%Nightelf%CRLF%Random
ListBox=Game,24,57,57,30,Invite%CRLF%Accept
Button=Start Bot,264,24,75,25,1
Label=Stop Bot: Press Alt + Escape,232,56,true
Button=Read This,264,80,75,25,20
Edit=msEdit1,208,120,129,Hi%comma% gl hf
Edit=msEdit2,208,152,129,Please leave%comma% we next!
Edit=msEdit3,208,184,129,Okay u next !
Label=Messege 1,152,128,true
Label=Messege 2,152,160,true
Label=Messege 3,152,192,true
Memo=Marcdk,16,152,121,49,This Bot Was Made By: Marcdk, Enjoy!
Label=Language:,160,40,true
ComboBox=Language,160,56,65,English%CRLF%German%CRLF%French%CRLF%Russian%CRLF%Polish%CRLF%Italian
EndDialog>Dialog1
Hi, gl hf
Leave please, we next!
Okay u next!
-------
So i want that, the user of the bot can type something in these boxes, and then it will send the result later in my script

Press enter
Send>"first result"
press enter
wait>10
press enter
Send>"second result"
press enter
wait>10
Send>"third result"
Press enter
How do i do this? I tried to read the readme, but could't find anything about it, im not that good coder yet, so sry if this is a dumb question
Hope anyone can help me
