I dont know how to fix this

● ARCHIVED · READ-ONLY
Started by Milksteeve 5 posts View original ↗
  1. when i press Q to open the item menu, nothing shows up, then when i click the OK button it comes up with Type Error "Cannot read property 'id' of undefined". Any idea how to fix this?
    (using ABS system from mog) Sem título.png
  2. most likely the list is not filling up correctly (with ITEMS), and when you go into the item list itself, the item window is trying to filter the item list (which it doesn't have) by item class (which doesn't exist), based on the item object from the database (which it can't read) through item ID (which is nil because the item that should be there, is not there)

    pull up the console and show the error dump, it should specify which object is throwing out the error.
  3. I'm going to move this to MV Support for now, though, if it is a plugin issue, it might be moved again.
  4. It is probably related to moghunter's plugins @mlogan
  5. Already fixed guys, thx.