Re: Can someone help me with the mod Im trying to
The issue may be with your path commands for your graphics. I noticed that your linking like this "directory/graphicname.tga" instead of "./directory/graphicname.tga". Notice the . at the beginning, that denotes the current directory.
I am not sure, but I believe the way you are doing it makes the game think that the graphic is actually called directory/graphicname.tga instead of being called "graphicname.tga" in the directory. That would probably generate a badname error because it is looking for a bad name for a graphic.
I will look over the scripting some more to see if there are any other errors I can find. Your scripting style is a nightmare for me to read because it is so different than mine, it reminds me of reading someone elses code.
__________________
BLAH BLAH BLAH BLAH NEXT TURN.
|