Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/en4_ew_c_21.nss
Normal file
14
_module/nss/en4_ew_c_21.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sTag;
|
||||
|
||||
iResult = FALSE;
|
||||
sTag = "en3_seye";
|
||||
if (HasItem(GetPCSpeaker(),sTag))
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user