QUOTE (Kira @ Dec 30 2008, 11:23 PM)

I still can't make a materia shop. I even tried it in your game. I changed the first materia to 21 instead of 1 and the shop shows up blank and i cannot use it.
Try using this an alternative.
When making a shop, make an event that calls a script and name it like this
m = [ID]
$scene = Scene_MateriaShop.new(m)
you can also change "m" to any other letter.
Well, i just noticed its so long and sometimes gives error to me
but when I did it like that, its working just fine now

_______
Also, if it didnt work...
Try checking the ID of the materias in the script.
Check if the IDs are consecutive. if one ID is skipped, an error will occur
for example, the IDs are 56,57,59,60. if 58 is missing, an error will occur.
This post has been edited by carbajosa: Dec 31 2008, 05:19 AM