playMaker

Author Topic: Need to check if multiple tags are all the same  (Read 2963 times)

misterjuly

  • Sr. Member
  • ****
  • Posts: 357
Need to check if multiple tags are all the same
« on: May 25, 2024, 11:35:06 PM »
Hello,

I have a few game objects that could be a few different tags each and I need to check and fire a specific event when all of the tags matched (I need to fire different events depending on which tag all of these game objects are saying). I didn’t see anything in playmaker that could do this. I checked the ecosystem browser and the forums but I didn’t see anything there either. Thanks in advance for your help!


skrrrappa

  • Playmaker Newbie
  • *
  • Posts: 7
Re: Need to check if multiple tags are all the same
« Reply #1 on: June 03, 2024, 05:11:50 AM »
I think there is a Tag Switch action

Roat1959

  • Playmaker Newbie
  • *
  • Posts: 2
    • 2 player games
Re: Need to check if multiple tags are all the same
« Reply #2 on: July 04, 2024, 11:03:02 PM »
Hello,

I have a few game objects that could be a few different tags each and I need to check and fire a specific event when all of the tags matched (I need to fire different events depending on which tag all of these game objects are saying). I didn’t see anything in playmaker that could do this. I checked the ecosystem browser and the forums but I didn’t see anything there either. Thanks in advance for your help!

While PlayMaker doesn't have a built-in action for this specific scenario, you can achieve this with a combination of custom actions and FSMs