object.set_waypoint_visibility
Adjust who can see this object's waypoint.
Arguments
- who
A group of players.
Example
for each object with label "race_flag" do current_object.set_waypoint_visibility(everyone) end
Notes
Testing suggests that weapons cannot show waypoints if they are being carried by bipeds.