YesNoOk
avatar

How to make a char's AI avoid using a move against a specific character? (Read 24672 times)

Started by Redben, April 15, 2023, 05:42:01 pm
Share this topic:
How to make a char's AI avoid using a move against a specific character?
New #1  April 15, 2023, 05:42:01 pm
  • avatar
  • **
    • Morocco
Hello.
I was wondering if there was a way to make an AI stop applying a certain move (or more) against one specific character (or more).
Thanks!
Last Edit: April 15, 2023, 10:50:18 pm by Redben
Re: How to make a char's AI avoid using a move against a specific character?
#2  April 15, 2023, 07:12:48 pm
  • ****
    • crepa.neocities.org
If your character has AI already, you can include a triggerall:

Code:
triggerall = Enemy, Name != "char_name"

Replace char_name with the name of the char you want, it must be the same name that is in the char's .def.
Last Edit: April 15, 2023, 07:17:12 pm by DeathScythe