- Joined
- Apr 28, 2018
- Messages
- 50
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMVXA
Okay thanks, also I want to add the storage scene. the rand code is giving me a game_interpreter errorIf you want to just add the item (and not go to the item storage scene), then you just need the second line. And it looks like it's missing a close-square-bracket, so it'd be something like :
Code:$game_boxes.add_item($data_items[1 + rand(6)], 10 + rand(25), 4)
I'm not at all irritated, just didn't have a lot of time to respond. I hope this works for you!
unexpected tLPAREN, expecting ']' (6)],, 10+ rand(25),4)