EN6_PRC8/_module/nss/qdb_addch_step.nss

21 lines
247 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
string sQuest;
int iType;
SetStepNumber(1);
iType=GetStepInt("Type");
if (iType==0)
{
SetStepInt("NPCType",1);
SetQuestInt("Steps",1);
}
sQuest=GetStepInfo();
SetCustomToken(100,sQuest);
}