| Author |
Message |
Topic: Chat System v1.00 |
BlackOut
Replies: 15
Views: 2079
|
Forum: Scripts & Functions Posted: Thu Nov 02, 2006 6:34 am Subject: Chat System v1.00 |
Nice script... I like it!
Appending a time stamp to the username in the display would be nice. |
Topic: Problems With A Taskbar Flashing Script |
BlackOut
Replies: 2
Views: 348
|
Forum: Ask for Help Posted: Mon Oct 30, 2006 5:43 pm Subject: Problems With A Taskbar Flashing Script |
Nick,
That's what I was after. Thank you much!  |
Topic: how to make it wait |
BlackOut
Replies: 7
Views: 172
|
Forum: Ask for Help Posted: Mon Oct 30, 2006 8:30 am Subject: how to make it wait |
If I understand what you are asking, you want to use SetTimer as follows:
SetTimer, MySub, 5000
return
MySub:
;Do something here
return
The number 5000 is the important part, as th ... |
Topic: Problems With A Taskbar Flashing Script |
BlackOut
Replies: 2
Views: 348
|
Forum: Ask for Help Posted: Mon Oct 30, 2006 7:24 am Subject: Problems With A Taskbar Flashing Script |
Hello,
I have read the documentation and have written several functioning scripts (though nothing too spectacular). I have searched the forum, and cannot find the solution to my problem. I want to ... |
| |