Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/wdiff_self.nss
Normal file
8
_module/nss/wdiff_self.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sLogin = GetPCPlayerName(oPC);
|
||||
string sSpoken = GetMatchedSubstring(0);
|
||||
if (GetStringLowerCase(sLogin) == GetStringLowerCase(sSpoken)) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user