HiddenTradition_PRC8/_module/nss/sc_has_steel.nss

13 lines
215 B
Plaintext
Raw Normal View History

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