object.set_shape_visibility
Adjust which players can see an object's shape boundary.
Arguments
- who
A group of players.
Example
for each object with label "territory" do current_object.set_shape_visibility(everyone) end
Notes
You cannot make spherical shapes visible. Spherical shapes are only available via scripting, not in Forge, and the game apparently has no code to display them.