Aller au contenu

Photo

Need help with talk trigger variables


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
Sonmeister

Sonmeister
  • Members
  • 167 messages
I want to set up a talk trigger that only fires if a plot flag is set.  I think I understand that I want to use

TRIG_TALK_ACTIVE_FOR_PLOT  string
and
TRIG_TALK_ACTIVE_FOR_FLAG  int

where I get confused is what to enter where.  PLOT asks for a string, so I assume its the plot name "my_plot" but what about the int?  How does it know which flag if it's asking for an int?

#2
Sunjammer

Sunjammer
  • Members
  • 926 messages
Use the Flag number (second column in the Plot Editor).

#3
Sonmeister

Sonmeister
  • Members
  • 167 messages
Thanks, I figured it was so easy it would be embarrassing to ask.