| View previous topic :: View next topic |
| Author |
Message |
Reload Guest
|
Posted: Thu Nov 09, 2006 10:16 pm Post subject: IS there a way to Reload script in, program |
|
|
| just wondering is there a way to reload a script durning a program like every 4 seconds , or so ? idk , just wondering = ) |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
Posted: Thu Nov 09, 2006 10:19 pm Post subject: |
|
|
Have you tried SetTimer and Reload? _________________
 |
|
| Back to top |
|
 |
Reload Guest
|
Posted: Thu Nov 09, 2006 10:26 pm Post subject: |
|
|
| How do i do that? , thanks for replying = ) |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
|
| Back to top |
|
 |
quicktest
Joined: 30 Jul 2004 Posts: 42
|
Posted: Thu Nov 09, 2006 10:49 pm Post subject: |
|
|
| Just want to chime in with my 0.02 cent idea; I use #SingleInstance Force to achieve a similar goal, so I can relaunch my script after editing without manually exiting the previous one. |
|
| Back to top |
|
 |
Reload Guest
|
Posted: Thu Nov 09, 2006 10:52 pm Post subject: |
|
|
If you dont , mind , could u make one that makes it reload every 3 seconds ? , if not , its ok
nothing a good Read wont cure |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
Posted: Thu Nov 09, 2006 10:59 pm Post subject: |
|
|
The SetTimer interval is measured in milliseconds, so just replace the 4000 with 3000. _________________
 |
|
| Back to top |
|
 |
Reload Guest
|
Posted: Thu Nov 09, 2006 11:22 pm Post subject: |
|
|
| How do i add it to a Exsiting macro, do i like just put the whole thing before the , original code , or under the original?? |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
Posted: Thu Nov 09, 2006 11:41 pm Post subject: |
|
|
The SetTimer command has to be in the Auto-Execute section. The label and Reload can go anywhere else. _________________
 |
|
| Back to top |
|
 |
|