Skip to content

Conversation

Neocky
Copy link
Contributor

@Neocky Neocky commented Aug 30, 2025

Discord thread link where the issue was mentioned, that npc names will not get populated in format scripts with <[name]> tag with discussed solution: https://discord.com/channels/315163488085475337/1410716483335487530

Changes the priorities in the format script for <[name]> tag so npcs have more priority than players to populate it with their name.

Copy link
Member

@tal5 tal5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref

String name = npc != null ? npc.getName() : (player != null ? player.getName() : "");

@tal5 tal5 changed the title Fixed NPC names would not be shown in <[name]> tag in format scripts Format scripts: fix name priority Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants