[DiscordArchive] Somebody knows how to display a custom UI from NPC but keeping the interaction like it's a gossip ?
[DiscordArchive] Somebody knows how to display a custom UI from NPC but keeping the interaction like it's a gossip ?
Archived author: Thiaz • Posted: 2021-08-13T18:53:08.371000+00:00
Original source
Somebody knows how to display a custom UI from NPC but keeping the interaction like it's a gossip ? Like facing the player when window is opened and be able to get the player that is interacting until he is too far (so close the gossip) ?
Archived author: Deleted User • Posted: 2021-08-13T20:05:15.779000+00:00
Original source
Idk if that is possible clientside, but serverside you can do it creatively by keeping track of the player who opened the menu and checking how close are they to the npc. If they are out of distance send an addon message to close the UI clientside. Tho it might be a heavy code with many players.