What’s problem you are encountering?
So, I need the clones to have their data specific to them and to test this I’m having them say their data out loud (My_Name) But when I run it, none of them have their data. What confuses me is if I take apart my code and click each clone-making script individually, it works fine.
Can’t include pictures so this script is the main focus of my issue.
(
(go -200 100)
(sendAll Selectable_Writing Selector
(get All_Tasks_Index)
)
(write
(join “All Tasks:”
(data [length]
(get All_Tasks_Index)
)
) 15
)
)
This is the code I am struggling with (Located in the writer) When ran on its own it works fine, but when put together it doesn’t work, any idea why?