Hello guys, I need some scripting help. What I would like to do is "select" the npc that is active in the dialog and send only that npc to a new DB. I need this because the npc that is in dialog is already in a DB with many other npc's and I just want to select that guy. How would I go about that?
setcharacter flag doesnt really work, as it looks up for the list who has the dialog. Since all the NPC i want to call have the same dialog there is only 1 thing to call for and that is the entire npc army
it would like something like this
if
check if npc is in a db, if true next
and
check if character is in dialog and check if it is npc and create some kind of an id for that npc, true go generate stuff
then
add the id of the character to a new db;
do any stuff i want with the new characters in the new db;
Yeh hopefully someone has more insight of the scripting thing then I have and any help would be greatly appreciated:)