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
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.