scn MTHBunkerPALS000DialogueTriggerScriptShort doOnceShort ForceGreetShort PALS001DeadBegin OnTriggerEnter Player If doOnce == 0 Set PALS001Dead to 1 Set doOnce to 1 EndIf Set ForceGreet to 1 MTHPALS000EyeRef.EVPEndBegin OnTriggerLeave Player Set ForceGreet to 0 If GetStage MTHPALSMQ > 21 Set PALS001Dead to 2 EndIf If GetQuestCompleted MTHPALSMQ == 1 Set PALS001Dead to 3 EndIf MTHPALS000EyeRef.EVPEnd
The method works fine... the first time. He says the first topic to you and says goodbye, you walk back into the trigger he says the next one (this one is supposed to repeat if you dont have X materials), then he never says anything again (it's not flagged say once).
Ideas?