//:://///////////////////////////////////////////// //:: FileName rude_tanzrunehav //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 24/10/2004 10:57:04 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variable on the item for persistence object oPC = GetPCSpeaker(); object oDatabase = GetItemPossessedBy(oPC,"Database"); if (GetLocalInt(oDatabase,"rude_tanz_quest")!=300)return FALSE; return TRUE; }