EN6_PRC8/_module/nss/qst_c_response.nss

9 lines
170 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetLocalString(OBJECT_SELF,"QUEST_Response") != "")
iResult=TRUE;
return iResult;
}