armordude1 Posted October 16, 2016 Share Posted October 16, 2016 I'm making a character mod, but my character won't use the custom lines I've written for him. I have the following code in the modmain.lua file, which is located in Don't Starve Together > mods > wadrian-DST > modmain.lua: local require = GLOBAL.require local STRINGS = GLOBAL.STRINGS GLOBAL.STRINGS.CHARACTERS.WADRIAN = {} GLOBAL.STRINGS.CHARACTERS.WADRIAN.DESCRIBE = {} STRINGS.CHARACTERS.wadrian = require "speech_wadrian" and my speech file for him is speech_wadrian, located in Don't Starve Together > mods > scripts > speech_wadrian. I don't know why it's not working. All the other aspects of my character are working so far. Can someone help me please? Link to comment https://forums.kleientertainment.com/forums/topic/70896-need-help-modding-character-wont-use-custom-lines/ Share on other sites More sharing options...
armordude1 Posted October 16, 2016 Author Share Posted October 16, 2016 nevermind, fixed it. Link to comment https://forums.kleientertainment.com/forums/topic/70896-need-help-modding-character-wont-use-custom-lines/#findComment-825793 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now