You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I want to display all the results of cropOat and cropOats but if an item is registered to both I want to display it only once. I need a way to do this.
The text was updated successfully, but these errors were encountered:
Is this a #grid_foreach thing that you are asking for? Because you can currently only provide 1 oredict tag to #dict. Or do you want me to allow you to provide multiple tags to #dict, or make a new parser function entirely? I'm not really sure what you're desiring here in terms of functionality.
I want the ability to specify multiple oredict tags and have the results merged so there are no duplicates. It doesn't matter to me whether it is done at the lua layer or the extension layer.
Possible solution that was discussed: Have the extension detect if there are spaces in the tag, and if so split the tag on spaces, and do special things.
Sometimes I want to display all the results of
cropOat
andcropOats
but if an item is registered to both I want to display it only once. I need a way to do this.The text was updated successfully, but these errors were encountered: