N3OW/common/scripted_triggers/00_ai_acceptance_triggers.txt

20 lines
425 B
Text
Raw Normal View History

2025-06-02 16:22:24 +01:00

###TRIGGER LIST
#ai_will_give_favor_trigger
#CHAR1 is the character who will be giving the favor, CHAR2 is the character who will be receiving it(i.e., CHAR2 is the one that gets to call in the favor).
ai_will_give_favor_trigger = {
$CHAR1$ = {
NOR = {
has_relation_rival = $CHAR2$
opinion = {
value <= -25
target = $CHAR2$
}
is_scheming_against = { target = $CHAR2$ type = murder }
}
}
}