Battledale_PRC8/_module/nss/fr_iwd_chk_ogre1.nss

12 lines
214 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(!HasItem(GetPCSpeaker(), "fr_iwd_ogreloot1"))
return FALSE;
return TRUE;
}