- Joined
- Apr 4, 2012
- Messages
- 384
- Reaction score
- 71
- First Language
- English
- Primarily Uses
- N/A
Hi everyone, I want to remake my guild system on MV by using Custom Page Conditions, but for that I need to know which script call check if "battle members" include an specific actor?. Battle members is different from party check. The RGSS3 equivalent of this call is:
Thanks in advance
Code:
unless $game_party.battle_members.include?($game_actors[X])
