Use a global variable to keep track of your plot. Per example, you could do something like this: when you recruit your npc, add a line like this to your recruit script: SetGlobalNumber("End_TraskTalk", 2); Note that End_TraskTalk, is a...
[Read More]