Initial commit
Initial commit [v9.7]
This commit is contained in:
9
_module/nss/hch_notmaster.nss
Normal file
9
_module/nss/hch_notmaster.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oSpeaker = GetPCSpeaker();
|
||||
object oMaster = GetMaster(OBJECT_SELF);
|
||||
|
||||
if(!GetIsObjectValid(oMaster))return FALSE;
|
||||
if(oSpeaker == oMaster)return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user