RPGMakerWeb = { 1=> [1, 2, 3, 4, 5], 2=> [6, 7, 8, 9, 10]}How can I do the following?
- Get a random value from RPGMakerWeb.keys[0]'s values.
- Extract the values of keys[0] and so forth's value.
I have tried my best to extract them but I just can't. Any help is appreciated.