GetQuestVarname(int)

Gets the NPC's local variable name for the given quest.

string GetQuestVarname(
    int nQuest = 1
);

Parameters

nQuest

Quest to get the variable name from (Default: 1)


Description

Get the NPC's local varname for the given quest.



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.


Requirements

#include "x0_i0_plotgiver"

Version

1.61

See Also

categories: Module Specific Functions


 author: Lilac Soul