Logic Machine Forum
Log unncorect value - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Log unncorect value (/showthread.php?tid=4639)



Log unncorect value - Fahd - 10.03.2023

Hi, 

I have a scale object with a grp.add 33/1/1, when I try to log it the logger tells me that the object is a boolean.



script
atrium = event.getvalue('33/1/1')

log(atrium)

logger

* bool: false


RE: Log unncorect value - admin - 10.03.2023

Use grp.getvalue, not event.getvalue


RE: Log unncorect value - Fahd - 10.03.2023

(10.03.2023, 08:20)admin Wrote: Use grp.getvalue, not event.getvalue

ugh  Sad, thanks