[Help] Syntax Errors

Users who are viewing this thread

Orbit-

Knight at Arms
Hi everyone, i've been trying to edit a mod for self use, i 've been trying to add features that i like from other mods yet i've encountered a problem... SYNTAX ERRORS, literally they are everywhere eventho i didnt touch that line or so. Can anyone help me solve this problem?
Thank you!

module.png

Im using python 2.7.7
 
visit Q&A thread if you need help with modding

what you need to do is follow the error messages, like: module_scripts.py, line 68897, and check you syntax there. Operation "try" does not exist, the correct name is "try_begin"

other times you will forget to close blocks (a missing comma, ], }, ...) and the process_XXXX file will indicate the error.

if you want a better compiler check WRECK

 
Well, the thing is i dont really know why that happens (sorry if the thread is at wrong section) i didnt edit those lines they were there already and i dont know what should i put there instead of that ( : ).

Thanks anyway!
 
Back
Top Bottom