idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -0,0 +1,19 @@

###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 }
}
}
}