Skip to content

Why is glow limited to only 4 entities? #8

@meszaros-lajos-gyorgy

Description

@meszaros-lajos-gyorgy

I have a custom npc that has the following event to trigger glowing:

// npc
ON GLOW {
  if (^$param1 == "on") {
    HALO -ocs 0.8 1 1 30 // [o] = active, [c] = color, [s] = radius
  } else {
    HALO -f // [f] = inactive
  }
  ACCEPT
}

All npcs are in the group of bots so I can send them events all in one go.

sendevent -g bot glow on

will only make the first 4 entities get halos, all others will stay without a halo:
image

What is the reason for this limitation and how can it be increased?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions