Initial commit
Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/en6_inherit_1.nss
Normal file
12
_module/nss/en6_inherit_1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (GetLocalInt(OBJECT_SELF,"G" + GetName(GetPCSpeaker())) == 0 &&
|
||||
GetLocalInt(OBJECT_SELF,GetName(GetPCSpeaker())) == 1)
|
||||
iResult=TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user