BetonQuest / BetonQuest-Editor

[End of Life] Quest editor for BetonQuest plugin.
GNU General Public License v3.0
17 stars 12 forks source link

cross conversation overlaps #48

Open ChristyKGrnKnght opened 7 years ago

ChristyKGrnKnght commented 7 years ago

When an player option references to a different NPC's option, some of the time the NPC's option gets erased and has to be rewritten over and over each time - this happens even if they are in the same package.

RiledUpCrow commented 7 years ago

I can't reproduce it, it's working on every package I have. We can do it this way:

  1. (Remember to update to 0.1.2)
  2. Find a package where this bug appears.
  3. Send it to me via email (coosheck@gmail.com)
  4. Tell me exact steps to make this bug appear with that package.
RiledUpCrow commented 7 years ago

Alright, that happens because the entire package is in en language, and the disappearing options are in default language. For some reason the editor does not load that text and since these options don't have any pointers, events and conditions, nothing is saved.

I'll see why that happens.

ChristyKGrnKnght commented 7 years ago

Thanks for looking at this! I really appreciate it. Knowing now what the issue is, I can work around it by editing the files directly.