Hello again,
Made a basic XML quest to familiarize myself with the system, and it went well.

.
My next step is to create a quest that has players collecting custom items. For example, {Collect 5 Item(s) named Silverleaf}.
I have been successful in adding the custom item to the questbook, the problem comes when I attempt to hand out a custom reward.
My goal would to be have a reward as following;
Item 3160
Hue 1154
Name ABundleOfSilverleaf (That's another problem I'll mention later)
Here's what happens though;
@bag/ADD/item,3160/HUE/1154/NAME/ABundleOfSilverleaf
This gives me a bag with item 3160 inside the bag with its name and hue normal. The bag, however, is hue 1154 and its name is ABundleOfSilver
@bag/ADD/item,3160,HUE,1154,NAME,ABundleOfSilverleaf
This just gives me an Invalid ADD. No Such Item message.
Any ideas?
Also, the other problem..
I can't seem to get the quest system to accept names like Dead Rock or Turtle Shell. Everytime I do, the book I'm putting the info in closes and wipes out some of what I'm done. Maybe it has something to do with where I'm putting the name (Seems to close around the end of first page, beginning of second page). I'll experiment with it more.
Thanks!