//:://///////////////////////////////////////////// //:: FileName tri_testmanti //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 2.1.2004 19:30:40 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "tri_manticoreheart")) return FALSE; return TRUE; }