EN6_PRC8/_module/nss/qdb_set_freq_3.nss

13 lines
137 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
string sQuest;
SetQuestInt("Frequency",3);
sQuest=GetQuestInfo();
SetCustomToken(100,sQuest);
}