947 line Module System Problem

Users who are viewing this thread

Yebenoso

Master Knight
WBNW
This is the error,It says theres something strange at 947 line but there isnt anything there.Please help me I can continue modding with this.
 

Duh

Duke
M&BWB
There is an open bracket at the end of your screen. Make sure all brackets are closed, all commas are set and so on. Nobody will do that basic **** for you. Revert to your backup or use it as a comparison basis, if you cant locate the error by just looking at the code.
 

Duh

Duke
M&BWB
Sigh. You prolly still have that [ bracket at the end. That is an open bracket.


["items_end", "Items End", [("shield_round_a",0)], 0, 0, 1, 0, 0],
]

That is what it should look like. If you had done what i told you to, you would have seen it in your backup.
 

Yebenoso

Master Knight
WBNW
I did it,I closed the bracket man before you said this :
Duh said:
Sigh. You prolly still have that [ bracket at the end. That is an open bracket.


["items_end", "Items End", [("shield_round_a",0)], 0, 0, 1, 0, 0],
]

That is what it should look like. If you had done what i told you to, you would have seen it in your backup.
 

Duh

Duke
M&BWB
So now you have [] at the end?  :lol:

Look, the easiest thing to do is to compare it to your (working) backup - it will make it very easy to locate and test differences. Use Winmerge, in case you dont already know that program.
 

Yebenoso

Master Knight
WBNW
Yes Ive.Ok Ill try but It says all time the error is in the last line(the one which havent anything)
 

Yebenoso

Master Knight
WBNW
The rest of code is different compared with the original because I modified it but It´s correct. It ever says the problem is the last line.
 

Duh

Duke
M&BWB
Dont make that many changes without testing in between. Always keep a working backup handy that is not too different from your current build.

The last line needs to be ] not []

the ] on the last line closes the [ on the very first line.
 

Duh

Duke
M&BWB
If you cant find all the errors, you ll have to start over. Make sure to make and keep functional back ups this time.
 

dion1195

Grandmaster Knight
WBNW
I had this error too, though it has nothing to do with that last line really,

In between one of your edited lines, you have one that is not closed, check out all lines you moddified. check for commas and ]
 

Lumos

Archduke
WBWF&SNWM&BVC
CTRL+B in your preferred text editor Notepad++ will warp you to a bracket's corresponding one. Use it extensively.
 
Top Bottom