Rune_PRC8/_module/nss/vtw_infernal.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

15 lines
290 B
Plaintext

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