How to get a Canvas / Combo item event in logic nodes

Trying the Canvas simple button, events are well received using the On Event logic node.
(canvas set on the scene Armory Traits).
image

But for the Combo, I don’t see how to set and get the events corresponding to the different items in the Combo as done with the simple buttons (tested by setting events seperated with “;” in Script>Event ).

Do you know if it is available and how to make it ?

1 Like

What event do you want? OnChange?

Anyway. Combo doesn’t care about event set. So you have to check for change on every update and do the logic your self :wink:

Ok, thanks @trsh , seems that the combo aren’t actually very mature yet :wink: ready to use on the shelf with logic nodes, but it’s not a priority.