//:://///////////////////////////////////////////// //:: FileName drow_dm_getvar4 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 24/01/2004 14:18:25 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "dungeon_died") == 1)) return FALSE; return TRUE; }