• stool Undone language
    2 replies, posted
Hey all, I'm working on editing a toolgun and have run into something that is irritating me. [lua]language.Add( "Undone_advbutton", "Undone Advanced Button" )[/lua] When removing, that should make the notify say "Undone Advanced Button" (or so I assume?) however it instead says Undone_Advanced Button. If I change the text to anything else, it still says Undone_Advanced Button (tried to make it say Undone Boobs, but it didn't work :() Any guidance on how I may have gone wrong here? That's literally the only line where it's adding the undone language at. Thanks in advance :D
I believe now you must use a dot instead of underscore, and make it all lowercase, so try with "undone.advbutton" Edit: [url]https://docs.google.com/document/d/1khSuIYrAMkqXu7wlH5YRJNwz6hOH6Xqi5lqBhE3x6gA/edit[/url]
If it says "Undone_Advanced Button", then you put it like this: [code]language.Add( "Undone_Advanced Button", "Undone Advanced Button" )[/code]
Sorry, you need to Log In to post a reply to this thread.