Jump to content

Recommended Posts

I am making my first custom character and everything seemed to be going well until I got into the game. I haven't edited any of the art but I edited the description, name, quote, and info as well as what the character says when examining a evergreen tree. However when I select the character none of the information appears and when I examine an evergreen in game it still has Wilson's description instead.

 

I will include the file in question that seems not to work. If anyone could tell me what I am doing wrong it would be much appreciated!

modmain.lua

Let me show you what's wrong:

GLOBAL.STRINGS.CHARACTER_TITLES.vlad_plasmius = "The Half Ghost"
GLOBAL.STRINGS.CHARACTER_DESCRIPTIONS.
vlad_plasmius = "* Is actually a Theinsanefruitloop."
GLOBAL.STRINGS.CHARACTERS.
VLAD_PLASMIUS = {}

table.insert(GLOBAL.CHARACTER_GENDERS.MALE, "vlad plasmius")
AddModCharacter("
vlad plasmius")

 

See it? You leave a space sometimes, and sometimes you use an underscore instead. Please stick to one, ideally underscores.

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...