The RPG Maker Resource Kit

RMRK RPG Maker Creation => MV => Topic started by: yuyu! on March 16, 2016, 04:29:38 AM

Title: Individual array items in message codes
Post by: yuyu! on March 16, 2016, 04:29:38 AM
If you store an array to a variable and list the variable in a message code, it seems to just list every item in the array. I'd like to list just one element.

Does anyone know how to do this, via a script or other method? RPG Maker doesn't seem to have any way of displaying specific array elements in a message code, which is super annoying. ;_;

I've tried \v[17][2] and pretty much everything like that. ;9