Jump to content

Recommended Posts

Hello! I'm making a mod that changes character's inspection quotes, making them feel a little bit more alive. Now that I'm remaking Wendy's quotes, I wanted to write many quotes and then everytime Wendy talks she would pick one of these quotes at random (EVERYTIME she talks, no matter the context, it will be a random quote). For now I have changed quotes from Webber one by one, like this:
image.png.2a9f6e3d74486b496aa81a31a63a8c17.png

I asked on a modding Discord server and they said to use a thing called "ANNOUNCE_ENCUMBERED", as it picks a quote from a list of quotes at random, but I can't figure out how to implement this in my mod... Does somebody know how to make such random quote thing?

ANNOUNCE_ENCUMBERED is setup as a list of strings and one of those strings get picked at random. It seems like it should work if you do the same to other lines, for example doing

STRINGS.CHARACTERS.GENERIC.DESCRIBE.LOGS = {
	"Say something",
	"Say something else",
	"Say a third thing"  
}

 

  • Like 1

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