//:://///////////////////////////////////////////// //:: FileName sc_dwarfquest2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2004-03-21 22:41:16 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DwarfQuest") == 2)) return FALSE; return TRUE; }