Hi, I just bought this for MV and despite the thread it has on RPGMaker forums claiming these issues were fixed, they still seem to exist. First, hovering over an event -- whether it uses an image or is blank -- does not change the cursor to the one in the notetag. I tried this with <setcursor: [name]> as well since I've never seen a tag without <> surrounding it, but no change. Second, clicking anywhere on the screen causes an immediate crash, citing "cannot read property 'children' of undefined" with getPictureArray on line 1310 as the first in the error log. I haven't put any pictures anywhere, I just wanted to see what happened when I clicked with the custom cursor. What should I do about this?
Edit: in case anyone else runs into this issue, apparently he means Comment tag, which is entirely different from "Note:" as it says in the help file, and implies notetag. His video even shows him highlighting the section that says "note:" while inserting it into a comment..... I would change the help file to reflect this because it was confusing, but given the odd format of js used I wasn't sure if it affected how notes were processed. As for the error, I ended up changing it to return false... but it's up to him to figure out the actual issue and patch it.