FeelTheRads
Vault Senior Citizen

Well, this is complicated.
I think it's not possible to get it normally. It checks for reaction and it has to be very bad, but I think there's also a bug... since it tries to compare the reaction level to the reaction value, which are two different things.
So reaction levels go from -4 to 4 while reaction values go from -100 to 100 and I think the script tries to go that line if reaction level is lower than -50 which of course is not possible.
There's also another node that checks if reaction level is below -75 in which case Harold won't talk at all just display some floating messages randomly from 180 to 184
So I think your line should have checked if reaction level is lower than -1 or -2 to kinda be on the same level as a reaction of -50.
Anyway, I may be wrong, the reaction calculations confuse the hell out of me.
And if anybody knows, I'd like to know if NOption, BOption or GOption impact reaction in any way or what do they do.
Thanks.
Edit: And if it helps, you'd get that line only when starting talking to him (if the reactions conditions were met), there doesn't seem to be any other dialogue option that leads there.
I think it's not possible to get it normally. It checks for reaction and it has to be very bad, but I think there's also a bug... since it tries to compare the reaction level to the reaction value, which are two different things.
So reaction levels go from -4 to 4 while reaction values go from -100 to 100 and I think the script tries to go that line if reaction level is lower than -50 which of course is not possible.
There's also another node that checks if reaction level is below -75 in which case Harold won't talk at all just display some floating messages randomly from 180 to 184
So I think your line should have checked if reaction level is lower than -1 or -2 to kinda be on the same level as a reaction of -50.
Anyway, I may be wrong, the reaction calculations confuse the hell out of me.
And if anybody knows, I'd like to know if NOption, BOption or GOption impact reaction in any way or what do they do.
Thanks.
Edit: And if it helps, you'd get that line only when starting talking to him (if the reactions conditions were met), there doesn't seem to be any other dialogue option that leads there.
Last edited: