#include "qdb_include" int StartingConditional() { int iResult; iResult = FALSE; if (GetQuestInt("Type") ==1) iResult=TRUE; return iResult; }