//:://///////////////////////////////////////////// //:: FileName jw_check_rog //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 16/03/2003 17:00:27 //::////////////////////////////////////////////// int StartingConditional() { // Restrict based on the player's class int iPassed = 0; if(GetLevelByClass(CLASS_TYPE_ROGUE, GetPCSpeaker()) >= 1) iPassed = 1; if(iPassed == 0) return FALSE; return TRUE; }