Rune_PRC8/_module/nss/vtw_bookvoicecmd.nss

14 lines
238 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
#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;
}