What exactly do I put for a dialog condition if I want the option to only show up if the players intelligence is 3 or lower? I don't see an option like GetPCA or anything like that. I see GetActorValue but as far as I know that would check if the NPC talking has 3 or less INT. Does it have to do with the thing that says Run On:? Would I just pick Target instead of Subject for that to make this work? So "GetActorValue, Intelligence, <= 3, RunOn: Target" Would that do it?
Yes, that is correct. One handy trick is to think of a place in the game where this happens, with some unique dialog text. Then use the geck menu edit -> find text, and search for that text. That will bring you to the quest panel where the condition is located. Then you can see how they did it.
Ok, I set it up that way, ready to change it if instructed so, but thanks for comfirming. Find Text is also a neat trick that I did not know about. Thanks for the response!