Errors #156
nobaraaintdead
started this conversation in
General
Errors
#156
Replies: 1 comment 1 reply
-
Hello, All the merging instructions can be found here, everything important is written here. The rest are basic merging errors i cannot solve (or else i wouldn't have free time anymore). A general advice when merging sharedutils code: On each conflict picking sharedutils first then the other mod will often solve the conflict. You should always pick the sharedutils code and the other mod's code, what matters is the order |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error [mod0000_mergedfiles]game\gameplay\damage\damagemanagerprocessor.ws(1977): syntax error, unexpected TOKEN_IF, expecting TOKEN_FUNCTION, near 'if'
Error [mod0000_mergedfiles]game\npc\npc.ws(1854): syntax error, unexpected TOKEN_IDENT, expecting TOKEN_FUNCTION, near 'Scaling'
Error [mod0000_mergedfiles]game\player\r4player.ws(16102): Unexpected end of file found after '{' at line 7
I got these errors after following the in-depth guide. I don't know what I did wrong.
Beta Was this translation helpful? Give feedback.
All reactions