Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: elusiven on March 08, 2017, 08:13:32 AM

Title: Bool test goes false even though it's true
Post by: elusiven on March 08, 2017, 08:13:32 AM
Video:
Anyone else had this before?? Seems very odd...
Title: Re: Bool test goes false even though it's true
Post by: jeanfabre 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