This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

User:Zehra/bzwSelector

From BZFlagWiki
Revision as of 01:12, 10 November 2025 by Zehra (talk | contribs) (created basic template for bzwSelector)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bzwSelector is a script created by Zehra for selecting objects in a specific area of a map. It accepts two different configurations for slicing sections out of maps. Box or Cube selection are available as options for it.

Selection Type: Description:
Box Acts as if a box is placed in a world and selects all objects within it for output.
Cube (X,Y,Z) coordinates act as a central point. Selects all objects within ((central point) + (val/2) and (central point) - (val/2). If range is specified, anything within (central point) + range(val) and (central point) - range(val) are selected.


Limitations:
Rotations of selectors are not supported.
A single selector is currently the max.
Only boxes and pyramids are currently supported.
Might crash on large maps.