what is the opposite version of $gameActors.actor(id).isBattleMember()? I can't use conditional branch in this case
Check if actor is not in the party script
● ARCHIVED · READ-ONLY
-
-
!$gameActors.actor(id).isBattleMember()
-
It worked! Thanks