Author |
Message |
Topic: double pastes and double loggings |
bluedrache
Replies: 12
Views: 4416
|
Forum: zMUD General Discussion Posted: Mon Jul 10, 2006 2:44 am Subject: double pastes and double loggings |
... it is an issue with specific versions of the RichEdit dll that is supplied by MS. Please take the time to look into it.
When isn't it MS' fault? :twisted: |
Topic: Script Psudeocode for AFK bot. Discuss Please? |
bluedrache
Replies: 9
Views: 4108
|
Forum: zMUD General Discussion Posted: Sun Jul 09, 2006 4:57 am Subject: Script Psudeocode for AFK bot. Discuss Please? |
So.... a better way to write it would be
#TRIGGER {} {} // trigger on anything
#CONDITION {} {} {Wait|Param=5*60*1000} // wait five minutes. |
Topic: Script Psudeocode for AFK bot. Discuss Please? |
bluedrache
Replies: 9
Views: 4108
|
Forum: zMUD General Discussion Posted: Sun Jul 09, 2006 12:10 am Subject: Script Psudeocode for AFK bot. Discuss Please? |
Then that's not what I want. I want something that pauses the execution of the script and #wait is the only thing that will do that. |
Topic: Script Psudeocode for AFK bot. Discuss Please? |
bluedrache
Replies: 9
Views: 4108
|
Forum: zMUD General Discussion Posted: Sat Jul 08, 2006 3:55 pm Subject: Script Psudeocode for AFK bot. Discuss Please? |
Ok, #ALARM. I'll change that.....Fixed syntax error with #Slow ... was using parenthesis, not braces. *smacks forehead*
Ok, on #Alarm...I've read TFM, but ... it's still confusing.
instead of ... |
Topic: Script Psudeocode for AFK bot. Discuss Please? |
bluedrache
Replies: 9
Views: 4108
|
Forum: zMUD General Discussion Posted: Sat Jul 08, 2006 3:59 am Subject: Script Psudeocode for AFK bot. Discuss Please? |
Ah, I wrote it in SciTE, actually, and didn't have zMUD available for syntax checking, just a quick and dirty ditty that may grow into....a monster!!! Ahh!!! Thank you though, I'll fix that.
Ok, ... |
Topic: Script Psudeocode for AFK bot. Discuss Please? |
bluedrache
Replies: 9
Views: 4108
|
Forum: zMUD General Discussion Posted: Fri Jul 07, 2006 5:42 pm Subject: Script Psudeocode for AFK bot. Discuss Please? |
Yup, it's probably "just another AFK bot", but as a noob, I find these type of scripts excellent for jumping in and getting one's feet wet.
This is MUD specific, so I'm going to post pseudocode for ... |
|