vgstation-coders / vgstation13

Butts
GNU General Public License v3.0
260 stars 542 forks source link

Dream Maker map editor's "Generate instances from..." assigns tags to the instances #16681

Open unid15 opened 6 years ago

unid15 commented 6 years ago

There are plenty of issues with tags, the most significant one being that tagged objects sometimes can't be varedited properly, because the \ref macro returns the object's tag if it's set, instead of an unique address.

PJB3005 commented 6 years ago

Tags should work as a replacement for a regular reference in any case. This behavior pretty much makes sense too because tags are basically user controlled and you're responsible for them \ref.

Though DM auto generating them is bloody dumb.

Exxion commented 6 years ago

Tags are explicitly required to be unique, so it shouldn't cause problems with \ref What are the other issues you're referring to though?