PGCC_PRC8/_module/nss/vtw_abyssal.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

15 lines
290 B
Plaintext

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