HattyaLot Posted April 24, 2025 Share Posted April 24, 2025 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: 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? Link to comment https://forums.kleientertainment.com/forums/topic/165465-make-a-character-say-a-random-quote-from-a-list-of-quotes/ Share on other sites More sharing options...
Merkyrrie Posted April 25, 2025 Share Posted April 25, 2025 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" } 1 Link to comment https://forums.kleientertainment.com/forums/topic/165465-make-a-character-say-a-random-quote-from-a-list-of-quotes/#findComment-1813900 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