strange error when loading plugin please help!

Posted by Ogomez92 on Tue 08 Jan 2013 06:55 PM — 5 posts, 20,525 views.

#0
Hi all,
I've stumbled across a really weird error... I'm trying to load my plugin into a world, but I get an error about a trigger not having a match text. However when I go to the specified line it is totally unrelated.
It says:
Line 1321: Must have trigger match text (trigger not loaded)
However this line 1321 is not any of the triggers that I have recently modified or edited. I don't know where the problem is, or if since it's a plugin it starts counting lines from a different place. Any help would be appreciated :)
Australia Forum Administrator #1
Can't really help without seeing your plugin.

The line numbers of code in plugins will be out by the number of lines the code starts, from the start. That is, if the <script> tag starts at line 50, reported line numbers will be 50 too low (or high, depending on how you look at it).

However triggers should be OK, unless your line endings are out or something.
#2
weird, guess I'll just have to build me an xml parser and see what's wrong :) thanks for the help.
USA Global Moderator #3
That's a joke, right?
Australia Forum Administrator #4
We can only hope.