Using device_collectable_object in Verse

Does anyone know how to use device_collectable_object in Verse?

I have many of these devices scattered in my project, and I would like to use Verse to display messages/trigger events based on collection numbers.
image

I was able to reference item_spawner_device in this way, but I can’t reference device_collectable_object!

My goal is to have several types of collectables that are tracked for each individual player. I found that was not possible with item_spawner_device and have since changed, but I am now running into this issue.

1 Like

Sadly the device isn’t exposed through verse, which is an issue.

I don’t know if this is still needed but for other people it may be useful. The Verse class name for the Collectible Object is “collectible_object_device”.

1 Like