I can't figure out, for the life of me, how to use the shop system that is built into the materia script (below). Could someone please assist me?
The Script can be found here (I had to upload it due to post size limits):
[url=http://FileHost.JustFreeSpace.Com/749Materia]http://FileHost.JustFreeSpace.Com/749Materia System.txt[/url]
In the demo itself there was an event with some a small script in it that showed an example of the scene being called however I can't figure out how to do it individually seeing as I know hardly anything about RGSS. This is what was included:
The Script can be found here (I had to upload it due to post size limits):
[url=http://FileHost.JustFreeSpace.Com/749Materia]http://FileHost.JustFreeSpace.Com/749Materia System.txt[/url]
In the demo itself there was an event with some a small script in it that showed an example of the scene being called however I can't figure out how to do it individually seeing as I know hardly anything about RGSS. This is what was included:
Code:
list = (1...$data_materia.size).to_a
$scene = Scene_MateriaShop.new(list)