Jump to content

Recommended Posts

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...