//:://///////////////////////////////////////////// //:: FileName dmel_drushpcklvl //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/11/2005 11:34:19 PM //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's class int iPassed = 0; int nLevel = GetLevelByClass(CLASS_TYPE_DRUID); if( nLevel >= 5) iPassed = 1; return iPassed; }