Initial Upload
Initial Upload
This commit is contained in:
12
_module/nss/chk_dryad_2.nss
Normal file
12
_module/nss/chk_dryad_2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if(!HasItem(GetPCSpeaker(), "dryadboots")) // Item ResRef here
|
||||
(GetLocalInt(GetPCSpeaker(),"DryadQuest")==2);
|
||||
return FALSE;
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user