#Glow an NPC for only one player?

7 messages · Page 1 of 1 (latest)

tacit totem
#

I'm writing a plugin for glowing entities for player marked as interactables(technically - getNpcsToInteract from IStage) and I got a problem. I checked the code of /npc glowing and this command sets NPC glowing for all players and I can't figure out, how to make it for only one player... My question is: how can I do glowing for only one player?

pseudo badgeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

tacit totem
#

Is anybody there? I would be very glad to have your help :(

timid frigate
#

@tacit totem there's no built in per-player glowing in Citizens. you would have to implement this yourself

sour loom
#

Denizen has per-player glowing built-in, could make a script to do that pretty easily

timid frigate
#

not sure the extent of the plugin that you're building is but ^ is one option

tacit totem