Get Intensity Task

UncleFesterson

New member
I'm having extreme issues with getting this task to work. Something is removing the "Store Value" float variable every time the task is ran, yet it still succeeds but ends up showing a red exclamation mark during gameplay.
 
It looks like the storeValue within OnUpdate is missing a Value property:

Code:
storeValue.Value = light.intensity;

This task hasn't changed in about 9 years so good catch :)
 
Top