#How would i cap the mob count to 10 in a radius?

1 messages · Page 1 of 1 (latest)

tender yew
#

spawn event, variables, etc

soft bison
#

kk

#

ty

#
    loop all entities in radius 100 around monster:
        if amount of monsters is more than 10:
            cancel event```