//:://///////////////////////////////////////////// //:: FileName fr_iwd_spiritsto //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 14.2.2004 0:19:35 //::////////////////////////////////////////////// #include "nw_i0_tool" int StartingConditional() { // Make sure the PC speaker has these items in their inventory if(!HasItem(GetPCSpeaker(), "fr_iwd_spiritstone")) return FALSE; return TRUE; }