EN6_PRC8/_module/nss/qdb_s_ctheme_0.nss

13 lines
135 B
Plaintext
Raw Permalink Normal View History

#include "qdb_include"
void main()
{
string sQuest;
SetStepInt("CampTheme",1);
sQuest=GetStepInfo();
SetCustomToken(100,sQuest);
}