Adding Tagged Objects to a creative_prop Array

Hello all, I’ve been trying to create an array out of some tagged walls and other objects, but can’t seem to figure out how to get creative_props from creative_object_interface.

image

In my understanding this should work but seemingly the props can’t be classed as creative_prop. I’ve seen this exact code work for others so whats different about mine?

image

I’m just trying to tag some walls and props to test the code, but no dice. Anything I’m missing?

Hey, what’s failing is not the cast as a creative_prop[] here.

It’s your array assignment, I believe you need to call set StageOne += array{Prop} instead. Arrays and maps can be strange in Verse at first :person_shrugging:

1 Like

Sweet! I was hoping it was a silly mistake rather than something actually wrong. Thanks

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.