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
If the context object doesn't exist, then this function does nothing. It's safe to call this function without checking whether the object variable you're using is no_object.
Testing suggests that weapons cannot show waypoints if they are being carried by bipeds.