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

15 lines
203 B
Plaintext

#include "qdb_include"
void main()
{
string sTalk = GetLocalString(OBJECT_SELF, "Stack");
string sQuest;
SetQuestString("Accomplishment",sTalk);
sQuest=GetQuestInfo();
SetCustomToken(100,sQuest);
}