2021-03-13, 09:50 PM
(2021-03-13, 09:06 PM)RhaegarX Wrote:(2021-03-13, 08:41 PM)Boxi Wrote: Hello everyone! i have the following problem. I have been translating a GM into Spanish, I have only touched the names of the commands and the messages that users see. When I finished translating it (after several days) I compiled the gm and I got this error?with the commands that I had translated (before it did not give any error)
Code:error 017: undefined symbol "cmd_colgar"
error 017: undefined symbol "cmd_colgar"//This is an example of one of them but it goes through more than 26 different commands.
It happens in any part of the code, regardless of the position where they are, they all give the same error. Does anyone know why? Thanks a lot.
Are there other parts of the code calling the commands? If so, check that the calling code has the correct command name.
Some yes, others no. Check that all the names were the same. But it keeps giving error, I don't understand why.