playMaker

Author Topic: Get Tag not working[SOLVED]  (Read 1123 times)

Empire

  • Playmaker Newbie
  • *
  • Posts: 10
Get Tag not working[SOLVED]
« on: August 23, 2020, 02:12:33 PM »
Hi, the Get Tag Action is not receiving the tag from my game object.
https://drive.google.com/file/d/1blHS13EHeJ5IheqfdJTsExMnnUzkUtaV/view?usp=sharing

When my player bumps into the car I want to get the cars tag but it's not working for some reason. As you can see in the screen shot it is receiving the Game Object "PoliceCar1" but its not storing the result in my test variable.
« Last Edit: August 23, 2020, 06:59:56 PM by djaydino »

Empire

  • Playmaker Newbie
  • *
  • Posts: 10
Re: Get Tag not working
« Reply #1 on: August 23, 2020, 03:41:20 PM »
Never mind, took me 4 hours to figure out I had something in the wrong order.