RMXP - Script to Check Party

● ARCHIVED · READ-ONLY
Started by Kamikaze 8 posts View original ↗
  1. 'Ello  :rock-right:

    i'm new here and i'm looking for some help.

    I want to check if a certian actor is in the Party. If he's in the Party i want to set a switch. Need this for multiple Actors.

    How can I realize that and is it possible to make this for all Actors in one Common Event/Script??

    Thx in advance  :thumbsup-right:
  2. no need for scripts, that's one of the checks in the conditional branch command ("actor in party"), and you can use that in a lot of ways.
  3. I tried that already. but its not working.

    It looks like that:

    @>Conditional Branch: [Actor] is in the Party

          @>Control Switches [0001] = ON

    The switch 0001 sets the last event page, which is empty, to let the Actor on the Map disappear.

    I tried it in a Common Event with a normal Switch and I tried it in the Event istelf with a Self-Switch. Its not working
  4. post screenshots of your event pages.


    That conditional branch is working (believe me, it's used so often by so many hundred games that any error is long gone), so the problem has to be somewhere else - and we need to see the full events to find the cause.
  5. Here they are:





  6. you have placed the event on the trigger "action button", that means the code is only executed if the player goes to that event and presses the action button.
  7. ahh . i forgot about that. Way to be the biggest noob.

    Thx for the help.
  8. OK, new day, new question.

    Can i activate a common event constantly, without calling it in a specific event??