28.01.2019, 10:19
You can Alerts for that. First, you need to enable "Show alerts in Usermode" in Utilities > Vis. configuration. Then create a script attached to the required object:
Code:
value = event.getvalue()
if value then
alert('value is 1')
else
alert('value is 0')
end