Name | <server.spawned_npcs_flagged[<flag_name>]> |
Returns | ListTag(NPCTag) |
Description | Returns a list of all spawned NPCs with a specified flag set.
Can use "!<flag_name>" style to only return NPCs *without* the flag. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L2335 |