New Error Message on game load

AvecPardon
01 May 2012, 03:01
I feel a little bad whenever I show up with problems, but here's the latest one I've run into. I was adding in script for a character hiding in a container, when I got the error message that pops up when there's some command conflict going on. Something to do with a transition not being completed first. I sent off the error report and closed the game file, which usually clears the error and lets me get back to work. Only this time, when I opened it for editing, I got a new vague error message.


Not much help there.

So I opened it up in notepad and tried to figure out what exactly it was talking about, but with no real info to work with, I'm hoping someone else has a better idea.



Alex
01 May 2012, 08:23
Your "auto_attack2" timer has this line in it for some reason:


<type>object</type>


Not sure how or why that got there? Delete the line and the game file will be valid.

AvecPardon
01 May 2012, 14:50
Oh, that completely slipped by me! All those lines of code and I was focusing on finding an error with brackets or nonexistent objects or something of the like. I've no idea how that could have gotten in there. Certainly wasn't there before I closed the file. I wonder how that happened; I'm suspecting that transition error I got just before it went all FUBAR.

Thanks much for the help, Alex, really appreciate it! Cheers! :D