Bug: Value behaviour acts as a pointer in broadcast message
-
When you broadcast a value behaviour, it broadcasts the value it refers to rather than the value it got at the time of running. An example:
The message and default text should be the same, since they are both the value of the Value behaviour; but while message is correctly showing the text that the box container stored at the time the value behaviour ran (Set Input Field4), default text is erroneously showing the text the box container only stored after the Value behaviour ran (Set Input Field5).
This indicates that the message being broadcast is what the value behaviour references, rather than its current value.
-
@Jack8680 this helps restore some of my long lost sanity. THANK YOU!!!