object.set_waypoint_text
This function modifies the text of the context object's waypoint.
Arguments
- text
The text to use. This is a persistent format string.
Example
current_object.set_waypoint_text("VIP #%n", current_object.number[0])
Notes
The text will be truncated to 15 characters.