V12shear
First time out of the vault
I'm still pretty new to scripting in fallout, but I need help understanding why my dialogue is not working as intended.
I am trying to have certain dialogue appear the second time I interact with a npc. For example, when I first enter map I want the dialogue to be introductory dialogue, then if I interact with the same npc again, I want separate dialogue for the rest of the game.
I was able to accomplish this but only partially. If I start up the map and talk with the npc, it displays the introductory dialogue. If I try to talk with him again right after, it just repeats the introductory dialogue. Only when I leave the map and re-enter does the npc say the other dialogue.
Start Game > New Game > Enters Map > Interacts with NPC > Intro dialogue > Interacts with NPC again > Intro dialogue > Leave map > Re-enter map > new dialogue.
I'll attach my script and script.lst. I have a feeling it is something with my LVAR's or something. It is like my LVAR's get updated but do not apply to my script until I re-enter the map.
I am trying to have certain dialogue appear the second time I interact with a npc. For example, when I first enter map I want the dialogue to be introductory dialogue, then if I interact with the same npc again, I want separate dialogue for the rest of the game.
I was able to accomplish this but only partially. If I start up the map and talk with the npc, it displays the introductory dialogue. If I try to talk with him again right after, it just repeats the introductory dialogue. Only when I leave the map and re-enter does the npc say the other dialogue.
Start Game > New Game > Enters Map > Interacts with NPC > Intro dialogue > Interacts with NPC again > Intro dialogue > Leave map > Re-enter map > new dialogue.
I'll attach my script and script.lst. I have a feeling it is something with my LVAR's or something. It is like my LVAR's get updated but do not apply to my script until I re-enter the map.