Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Conditional Scripts

Page: 1 of 1
 harIII
11-19-2008, 10:42 AM
#1
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.
 Seamhainn
11-19-2008, 10:55 AM
#2
You can find tons of conditional scripts in BIFs->scripts.bif->Script,Source.
 harIII
11-19-2008, 11:02 AM
#3
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.
 Seamhainn
11-21-2008, 5:48 AM
#4
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.
 harIII
11-21-2008, 10:22 AM
#5
Thats, I really appreciate this.
Page: 1 of 1