- Joined
- Dec 8, 2013
- Messages
- 12
- Reaction score
- 0
- First Language
- U.S. English
- Primarily Uses
Alright, so here's my first question.
ITEM_TYPES =[ # [ :symbol, "Display"], [ :field, "Field"], # Shows Menu-usable items. [ :battle, "Battle"], # Shows Battle-usable items. [:category, "Special"], # Categorized by <category: string> [:category, "Books"], # Shows all books. [:category,"Ingredient"], # Categorized by <category: string> [:key_item,"Quest Item"], # Shows all key items. [ :all, "All"], # Shows all usable items.This is my code that I'm using for Yanfly's Item Menu. I've added the category titled "Books". Then, I made a book item. I put the text "<category: books>" in the Note section in the database. However, it doesn't show up in the books category. What am I doing wrong?
My second question.
The All category doesn't show any items either. Neither does the Key items category. So how can I make the items show up, and in the all category, is there a way to make it show ALL items, not just the usable ones?
Thanks!
Yanfly Item Menu http://yanflychannel.wordpress.com/rmvxa/menu-scripts/ace-item-menu/
ITEM_TYPES =[ # [ :symbol, "Display"], [ :field, "Field"], # Shows Menu-usable items. [ :battle, "Battle"], # Shows Battle-usable items. [:category, "Special"], # Categorized by <category: string> [:category, "Books"], # Shows all books. [:category,"Ingredient"], # Categorized by <category: string> [:key_item,"Quest Item"], # Shows all key items. [ :all, "All"], # Shows all usable items.This is my code that I'm using for Yanfly's Item Menu. I've added the category titled "Books". Then, I made a book item. I put the text "<category: books>" in the Note section in the database. However, it doesn't show up in the books category. What am I doing wrong?
My second question.
The All category doesn't show any items either. Neither does the Key items category. So how can I make the items show up, and in the all category, is there a way to make it show ALL items, not just the usable ones?
Thanks!
Yanfly Item Menu http://yanflychannel.wordpress.com/rmvxa/menu-scripts/ace-item-menu/
Last edited by a moderator:


