kts.ClearHints – clear the Quest Requirements display
kts.ClearHints()
This clears the "Quest Requirements" display. New quest requirements can then be added using kts.AddHint if desired.
This is useful for scenarios where the quest requirements can dynamically change mid-game. For example, the Tutorial does this.
None.
Note that if quest requirements are changed mid-game, then kts.ResendHints must be called (after all changes are completed) in order to update the UI on player's screens.