kts.ResendHints

Name

kts.ResendHints – update the Quest Requirements display for all players

Synopsis

kts.ResendHints()

Description

If kts.ClearHints and/or kts.AddHint are called mid-way through a game, then the UI does not automatically update to reflect the new Quest Requirements. Instead, once all updates are done, the Lua code must call kts.ResendHints(). This will send all the new requirements over the network (if necessary) to all players, and then update the UI as required.

Return Value

No value is returned.

Notes

Note that the Quest Requirements UI is automatically set up correctly at the beginning of a game, so this function is only needed if the requirements actually change during gameplay. In most Knights quests, this will not be the case, however, the Tutorial is an exception, and so this function is needed there.

See Also

kts.AddHint

kts.ClearHints