Author |
Message |
Topic: Scripting |
hpacez
Replies: 3
Views: 1357
|
Forum: zMUD General Discussion Posted: Fri Mar 10, 2006 9:22 am Subject: Scripting |
Hi everyone,
Another question regarding VBScripting: How do you transform data from the MUD so it can be used in a script, and vica versa from the scripts processing back to the command line to gener ... |
Topic: Basic script |
hpacez
Replies: 5
Views: 2536
|
Forum: zMUD General Discussion Posted: Thu Mar 09, 2006 10:06 pm Subject: Basic script |
Thank you Taz,
Now I have confidence that's its me screwing up (Cause it worked, of course)! |
Topic: Basic script |
hpacez
Replies: 5
Views: 2536
|
Forum: zMUD General Discussion Posted: Thu Mar 09, 2006 1:41 am Subject: Basic script |
I see, thanks for the clarification on that... I'm still getting troubles with a simple response.write("hello world") though... Could you write the most simple verified hello world in VBScript that I ... |
Topic: Basic script |
hpacez
Replies: 5
Views: 2536
|
Forum: zMUD General Discussion Posted: Wed Mar 08, 2006 7:54 am Subject: Basic script |
Am I correct in assuming the aliases section is where a script is made?
I don't see a 'script' editor or any loader, so I'm kind of confused on how to create and use one for zMUD... At first I create ... |
Topic: Microsoft OCX error |
hpacez
Replies: 1
Views: 1116
|
Forum: zMUD General Discussion Posted: Wed Mar 08, 2006 7:27 am Subject: Found the answer! |
Well, after searching for a bit, I found the answer!
The problem was that the ocx file wasn't registered.
So the remedy is:
Start Menu -> Run
type:
regsvr32 msscript.ocx
Voila! Make ... |
Topic: Microsoft OCX error |
hpacez
Replies: 1
Views: 1116
|
Forum: zMUD General Discussion Posted: Wed Mar 08, 2006 7:19 am Subject: Microsoft OCX error |
Hi all,
I am trying to run a VBScript in zMUD, however, when I do I always get a popup box which states:
Cannot locate msscript.ocx scripting object
Please download it from www.microsoft.com to e ... |
|