Initial Upload
Initial Upload
This commit is contained in:
8
_module/nss/g_alrdy_spoken6.nss
Normal file
8
_module/nss/g_alrdy_spoken6.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nTalkTimes = GetLocalInt( oPC, "DEV_TALKTIMES6");
|
||||
if (100 == nTalkTimes) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user