//:://///////////////////////////////////////////// //:: FileName sc_has_ironwood //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 03/07/17 14:13:45 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "x2_it_cmat_ironw")) return FALSE; return TRUE; }