playMaker

Author Topic: Trigger event not responding to Player tag, please help  (Read 1005 times)

Jay

  • Playmaker Newbie
  • *
  • Posts: 7
Trigger event not responding to Player tag, please help
« on: October 04, 2022, 01:21:49 PM »
I have built a simple trigger event to load the next level when the player enters. When the collide tag is set to player, the same as my character, it fails to load.

When the collide tag is set to none it works fine, the player enters the trigger and the next level loads as expected.

I specifically only want it to trigger when the player enters, excluding everything else. Any clues as to where I'm going wrong?

misterjuly

  • Sr. Member
  • ****
  • Posts: 357
Re: Trigger event not responding to Player tag, please help
« Reply #1 on: October 04, 2022, 10:49:31 PM »
You did set both the game object and the trigger event action to your specified tag right (they must be the same tag). Also, is the trigger event set to stay? That can sometimes help. I’m honestly not an expert (I’m usually asking the questions instead of helping, but I thought I’d try.

Jay

  • Playmaker Newbie
  • *
  • Posts: 7
Re: Trigger event not responding to Player tag, please help
« Reply #2 on: October 05, 2022, 12:30:45 PM »
SOLVED! I had to add the Player tag specifically to the Capsule Collider not just the parent character object.  ;D