SetKeyRequiredFeedback
From NWN Lexicon
Contents |
[edit] SetKeyRequiredFeedback(object, string)
Set the feedback message that is displayed when trying to unlock the object.
void SetKeyRequiredFeedback( object oObject, string sFeedbackMessage );
[edit] Parameters
oObject
A door or placeable.
sFeedbackMessage
The string to be displayed in the player's text window. To use the game's default message, set sFeedbackMessage to "".
[edit] Description
Set the feedback message that is displayed when trying to unlock the object.
[edit] Version
1.67
[edit] See Also
functions: |
author: Mistress