EN6_PRC8/_module/nss/qdb_addch_step.nss
Jaysyn904 a6f6db7303 Initial commit
Initial commit.  Updated release archive.
2024-06-13 15:08:33 -04:00

21 lines
247 B
Plaintext

#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);
}