Doh, i made a mistake.. forgot the "Dialog1."msEdit5
Thanks for the help Works perfect
Search found 19 matches
- Thu Sep 04, 2008 5:02 pm
- Forum: Technical / Scripting
- Topic: Is this possible with Macro Scheduler?
- Replies: 4
- Views: 4927
- Thu Sep 04, 2008 4:14 pm
- Forum: Technical / Scripting
- Topic: Is this possible with Macro Scheduler?
- Replies: 4
- Views: 4927
- Wed Sep 03, 2008 7:18 pm
- Forum: Technical / Scripting
- Topic: Is this possible with Macro Scheduler?
- Replies: 4
- Views: 4927
Is this possible with Macro Scheduler?
Okay, so what i'm asking is, if it's possible to send mousemoves using variables. So if i have a dialog with some editboxes, is it possible for the user to insert hes own mousemove values? Here is some code, so you might understand my issue. Mousemove>%MsEdit1% wait>%MsEdit2% Send>q wait>2 press ent...
- Tue Sep 02, 2008 2:18 pm
- Forum: Technical / Scripting
- Topic: Showing the mouseposition in a macro
- Replies: 2
- Views: 3762
- Sun Aug 31, 2008 4:29 pm
- Forum: Technical / Scripting
- Topic: Showing the mouseposition in a macro
- Replies: 2
- Views: 3762
Showing the mouseposition in a macro
Hey, i was wondering.. If i want to make a macro which shows the mouse posistion in the bot.. So when i move the mouse it changes. I have seen an example of this. but i deleted it, and can't find it again. It was a macro which could read text from diffrent windows. In macro scheduler you can set the...
- Wed Jul 16, 2008 7:42 pm
- Forum: Technical / Scripting
- Topic: Help with a counting script
- Replies: 5
- Views: 8166
- Mon Jul 14, 2008 7:08 pm
- Forum: Technical / Scripting
- Topic: Help with a counting script
- Replies: 5
- Views: 8166
Okay so here is my dialog box: http://img135.imageshack.us/img135/7066/lol67rp3.jpg IF the box at the bottom is checked, the script will run as many times as shown in the edit box, when it hits the number, it jumps to another label called shutdown. (it will shutdown the game when the number is reach...
- Sun Jul 13, 2008 4:19 pm
- Forum: Technical / Scripting
- Topic: Help with a counting script
- Replies: 5
- Views: 8166
- Fri Jul 11, 2008 8:47 pm
- Forum: Technical / Scripting
- Topic: Help with a counting script
- Replies: 5
- Views: 8166
Help with a counting script
Okay, so im kinda stuck with this, i have a script with i want to add a value everytime it goes trough a loop, then when the values equals the number set in the dialog, it will go to another label.. Okay so here is a piece of my script. I hope anyone can help my out as this really bothers me. I mark...
- Fri Jul 11, 2008 7:45 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
- Wed Jul 09, 2008 8:14 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
- Wed Jul 09, 2008 8:14 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
Still doesn't work as i want it to, im getting tired of this problem Here is my code, just copy it, and run it, and see for yourself, it doesn't work as it should do :/ Let>comma=, Dialog>dialog1 Caption=A little program Width=445 Height=250 Top=204 Left=148 Max=1 Min=1 Close=0 Resize=0 Button=Start...
- Wed Jul 09, 2008 6:15 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
- Tue Jul 08, 2008 9:13 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
When i run the script, if i choose the first delay to like 600, so the value is higher then 200 the notepad STILL opens. That's not what i want :/ If the value which is choosen is bigger then 200 or smaller den 10 a Messagemodal (MDL) Has to appear, but how do i do that? From the script i have right...
- Tue Jul 08, 2008 7:38 pm
- Forum: Technical / Scripting
- Topic: Help with an IF statement please
- Replies: 17
- Views: 15160
No errors :D Thanks for the fast reply, its amazing how good support you give here.. But another problem appeared.. Label>solobot Let>dialog1.Delay1=10 Let>dialog1.Delay2=10 Let>dialog1.Delay3=15 Let>TotalDelay={%dialog1.Delay1%+%dialog1.Delay2%+%dialog1.Delay3%} If>{(%TotalDelay% > 200) OR (%TotalD...