Modding Help How to add new question responses to character dialogue?

Discussion in 'Mods' started by modderihardlyknower, Jul 14, 2020.

  1. modderihardlyknower

    modderihardlyknower Space Hobo

    Hey folks,

    I'm trying to make some dialogue changes to Abigail for a mod of mine. I keep running it through JSON validator and get the same answer everytime: After parsing a value an unexpected character was encountered: ". Path 'content.Sun_1000', line 78, position 8.

    I want to give her a response to make her hostile following answering with Joja. Here's the edit (the current code was randomly placed at Sun_1000 - I tried a lot of different wording, like Sun_Joja or even changing the whole question to be rephrased):

    "summer_Sun": "Do you ever get an urge to go exploring, @?#$q 25/26/1000 summer_Sun_old#Okay... pretend you just won a free vacation. Where would you go?#$r 25 0 Sun_25#The beach#$r 26 30 Sun_26#In a dark cave#$r 26 30 Sun_26#The old, gnarled forest#$r 1000 -500 Sun_1000#Joja Mega-Mall",
    "summer_Sun_old": "$p Sun_1000#Leave me alone.$a|Maybe we could adventure together someday!$h",
    "Sun_25": "Huh. I think that would get old fast.",
    "Sun_26": "Yea! That sounds wonderful.$h",
    "Sun_1000": "Are you shitting me?$a"

    How do I add responses?
     

    Share This Page