playMaker

Author Topic: how to check game objects in a conditional expression  (Read 939 times)

Fictive

  • Playmaker Newbie
  • *
  • Posts: 12
how to check game objects in a conditional expression
« on: November 15, 2021, 06:19:38 PM »
how do you check for a specific game object in a conditional expression?

my attempt is $(game object)=='GO name' and for some reason, this always returns as true no matter game object is in the variable.
« Last Edit: January 01, 2022, 08:11:45 PM by Fictive »