What am I doing wrong here?
Main .MCL file:
Include file:
Error window:
How am I supposed to arrange the tags so this will work?
Main .MCL file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient>
<!-- Saved on Wednesday, July 03, 2002, 2:46 PM -->
<!-- MuClient version 3.23 -->
<!-- Written by Nick Gammon -->
<!-- Home Page: http://www.muclient.com/ -->
<muclient>
<include name="E:\User\Magnum\MUSHclient\Worlds\- Defaults -\Magnum Script Tools.xml" />
<world
muclient_version="3.23"
world_file_version="15"
date_saved="2002-07-03 14:46:52"
yadda, yadda
Include file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient []>
<!-- ===============================================================
SCRIPT TOOLS
This include file is a library of assorted script subroutines
that are general purpose, and may be called from a variety of
plugins.
=========================================================== -->
<muclient>
<script>
<![CDATA[
My old script file in here.
]]>
</script>
</muclient>
Error window:
Line 14: Tag not used: <script> (muclient)
How am I supposed to arrange the tags so this will work?