object.set_waypoint_icon

Change the icon that this waypoint displays.

Arguments

icon

An icon name suitable for use with an object waypoint, along with additional data as appropriate.

Example

for each object with label "koth_hill" do
   current_object.set_waypoint_icon(defend)
end

Notes

See also