idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
19
common/scripted_triggers/00_ai_acceptance_triggers.txt
Normal file
19
common/scripted_triggers/00_ai_acceptance_triggers.txt
Normal 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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue