-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
What is the reason for this limitation and how can it be increased?
Metadata
Metadata
Assignees
Labels
No labels