QUOTE (bulmabriefs144 @ Feb 5 2012, 06:50 AM)

I frequently refer people back to my rpg. Why? Because rather than being a terribly good game (it isn't, though it's not bad either), it's basically a massive tutorial on things to try. Check under Party Experience, copy and tweak the code for your own game, and add a display message. You'll probably want it to turn on with battle completion, and off after running, and have it a switch-based parallel process.
Monster Party should have about three variables (experience amount, money amount, and Item ID which decides what item is stored) at the beginning of battle. Ditch the hp left/ sp left ones, it adds too many lines (otherwise you can just have a simple display and not have to fiddle with custom screens) and you can probably look it up. After the battle the Party Experience, being ON, activates and displays the variables. Then you just add each of these to your characters.
You mentioned "Item ID" that got me confused and gave me a mental break down, I
I'm looking for a tutorial or anything that would regard for item ID.
this is the last thing I need, and I can at least create a downadable project or tutorial for the community
for any of the things like this. THANKS!
I am having a problem with setting a varaible to an item in the "Item" database.
This post has been edited by Renkai141: Mar 2 2012, 10:18 AM