GetQuestVarname
From NWN Lexicon
Contents |
[edit] GetQuestVarname(int)
Gets the NPC's local variable name for the given quest.
string GetQuestVarname( int nQuest = 1 );
[edit] Parameters
nQuest
Quest to get the variable name from (Default: 1)
[edit] Description
Get the NPC's local varname for the given quest.
[edit] Remarks
This is part of BioWare's quest handling system. Unless you delve thoroughly into that system, and use it all the time, you probably won't need this function.
[edit] Requirements
#include " x0_i0_plotgiver "
[edit] Version
1.61
[edit] See Also
author: Lilac Soul