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

14 lines
238 B
Plaintext

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