Check if actor is not in the party script

● ARCHIVED · READ-ONLY
Started by Krawzer_KOF 3 posts View original ↗
  1. what is the opposite version of $gameActors.actor(id).isBattleMember()? I can't use conditional branch in this case
  2. !$gameActors.actor(id).isBattleMember()
  3. It worked! Thanks