Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/sc_has_mithral.nss
Normal file
12
_module/nss/sc_has_mithral.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if(!HasItem(GetPCSpeaker(), "x2_it_cmat_mith"))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user