constants.vbs

Posted by Hoss on Sun 26 Dec 2004 10:58 PM — 12 posts, 35,430 views.

USA #0
Hey sorry to be a bug but when I loaded up mush today it and then I loaded my world and it gave me this lovly message...

Line 8: E:\MUSHclient\worlds\constants.vbs was not found. (include file not loaded)

but I check where it was looking and the only "worlds" folder was a folder created after installing 3.63 but was empty besides the plugins folder which containted constants.vbs... Should I move the constants into the world folder or what?

Hoss
Australia Forum Administrator #1
Yes, I would move it, or copy it.
USA #2
All right I copied it over just to get a new errorish thingy:

Line 6: Tag not used: <script> ()

Any Ideas on what to do?

Hoss
Australia Forum Administrator #3
Line 6 of what? The world file? A plugin?
USA #4
I would have to assume it's line 6 of a world file because it didn't name anywhere.... Any ideas on what to do?

Hoss
USA #5
Is there a <script> tag in your world file? There shouldnt be. Thats just for plugins. Take a look in your world file and find out.
If its there, remove it (and look for its matching </script>).

Any idea how it got there?

Probably a good idea to peruse your world file and look for other abnormalities as well.
USA #6
Umm I hate to sound like an Idiot but how do I search my world file for that?

Hoss
USA #7
Open up your world file in any text editor (either open the text editor, then open the file, or right click the world file in windows and open with... then choose program, then pick any text editor).

And then use the find function of that program (or since its on line six, just count down six lines and have a look).
USA #8
All right I did what you said and interesting enoug there is no <script>... Here's the first 19 or so you can see for yourself...

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Tuesday, December 28, 2004, 4:40 PM -->
<!-- MuClient version 3.63 -->
<!-- Written by Nick Gammon -->
<!-- Home Page: http://www.muclient.com/ -->
<muclient>
<include name="constants.vbs" />
<world
muclient_version="3.63"
world_file_version="15"
date_saved="2004-12-28 16:40:44"

auto_say_override_prefix="-"
auto_say_string="say "
chat_name="Name-not-set"
command_stack_character=";"
id="706f1d95baa8a6e2a7c87c23"
input_font_name="FixedSys"
mapping_failure="Alas, you cannot go that way."

Any ideas now?

Hoss
USA #9
check out your constants.vbs file.
Australia Forum Administrator #10
Remove the line:

<include name="constants.vbs" />

from your world file. Don't know what it is doing there. :)
USA #11
Thanks Guys Everything is Working Perfectly

Hoss