I have a very stong need for different conditional scripts for a mod that I'm working on and I searched the Tutorials but didn't see anything.
I do know there is a tutorial that is called "Frequently Used Scripts" and I'm curious if there is a tutorial like this but is for conditional scripts.
You can find tons of conditional scripts in BIFs->scripts.bif->Script,Source.
That's what I've doing all along with trying to get scripts but I'm not sure how to read them.
Specificly, I want a script that activates a peice of dialog the first time you talk to them and then after that I goes to the next peice of dialog.
Also I need another script that activates a peice of dialog depending on your level.
k_con_talkedto checks if it is the first time the PC talks to a NPC.
k_con_talktrue checks if the PC has already talked to the NPC.
Those script names come from the top of my head.
I think HitDice has the level of the PC, party members and NPCs.
Thats, I really appreciate this.