I'm confused by your screenshot.
You save a random number in random_chibi.
But after that it looks like you don't do anything with it anymore.
I think what you're missing is a string variable for instance called "x"
and then set x = RanChibiArray.At(random_chibi)
Create object x at layer 0 ....
but maybe i'm missing the point.