function error I can't get rid of.

Posted by Indradragon on Sat 09 Dec 2006 12:11 PM — 2 posts, 11,778 views.

#0
When I open my world and it loads the plugin, it generates this error:

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

And in the game when I do a command that calls on a function
I get this error:

I type .clan and it shows this:
Alias function "DisplayClanChat" not found or had a previous error.

I type .worsh and it shows this:
Alias function "DisplayWorshipper" not found or had a previous error.

I type .gain and it shows this:
Alias function "DisplayGains" not found or had a previous error.

Yet, it shows under those error messages the output that I want it to show. So the functions are working. I don't get why they are showing if they are working.

Here is the plugin: (I linked it because it is long)

http://www.flyingpigbatik.com/lensmoor/LensmoorPlugin.xml
#1
Nevermind. I figured it out. I somehow had dual instances of the aliases that call on the script function. I removed those and it removed the error messages and everything is running hunkie dorie now.