kts.ClearHints

Name

kts.ClearHints – clear the Quest Requirements display

Synopsis

kts.ClearHints()

Description

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.

Return Value

None.

Notes

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.

See Also

kts.AddHint

kts.ResendHints