Author |
Message |
Topic: zMUD COM question |
xXDELKARRXx
Replies: 1
Views: 4714
|
Forum: zMUD General Discussion Posted: Thu Jan 28, 2010 2:11 am Subject: zMUD COM question |
I'm going to ultimately use it for cMUD, but I have done this in VB6 before on zMUD so I started there. If anyone knows the exact CLSID and UUID to use in CoCreateInstance, I'd love to hear that! Any ... |
Topic: If & Alarm question |
xXDELKARRXx
Replies: 5
Views: 8159
|
Forum: zMUD General Discussion Posted: Thu Jan 28, 2010 1:55 am Subject: If & Alarm question |
Good call, |
Topic: If & Alarm question |
xXDELKARRXx
Replies: 5
Views: 8159
|
Forum: zMUD General Discussion Posted: Thu Jan 28, 2010 1:10 am Subject: If & Alarm question |
Oh, I thought you wanted it to run again after 1 second...
#ONINPUT {^sipmed$} {#IF (@heal == 0) {sippotion1;#VAR heal 1;#ALARM +1 {#VAR heal 0}} { ... |
Topic: If & Alarm question |
xXDELKARRXx
Replies: 5
Views: 8159
|
Forum: zMUD General Discussion Posted: Wed Jan 27, 2010 11:59 pm Subject: If & Alarm question |
#ALIAS sipmed {#IF (@heal == 1) {sippotion1;#VAR heal 0} {#ALARM +1 {sipmed};#VAR heal 1}}
#VAR heal {0} {0}
I hope this is ... |
Topic: zMUD COM question |
xXDELKARRXx
Replies: 1
Views: 4714
|
Forum: zMUD General Discussion Posted: Wed Jan 27, 2010 5:14 pm Subject: zMUD COM question |
I've spent 2 days searching for the answer to this...lol. Hopefully it's at least half clear. :)
I'm attempting, unsuccessfully, to create an instance of zMUD in C++. Could someone more knowledgeab ... |
|