playMaker

Author Topic: Bool test goes false even though it's true  (Read 1220 times)

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Bool test goes false even though it's true
« on: March 08, 2017, 08:13:32 AM »
Video:
Anyone else had this before?? Seems very odd...

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Bool test goes false even though it's true
« Reply #1 on: March 09, 2017, 01:31:37 AM »
Hi,

 The video quality is quite bad, so I am not sure I fully understand how you got the bool variable, but if you did from xml, chances are you should maybe wait one frame, have you tried that? else, can you tellme how you are setting this bool variable in the first place?

 also, when stepping back, the value can be now different, the playmaker debugger may not be showing the value of the bool at the time when the action was executed. so put a debug break point right in this state and you'll get the current value that the action will use.


Bye,

 Jean