Added server reset script
Added server reset script to rest conversation. Full compile.
This commit is contained in:
13
_module/nss/sc_isdm.nss
Normal file
13
_module/nss/sc_isdm.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
// Get the PC who is involved in this conversation
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if(GetIsDM(oPC))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// If we make it this far, we have passed all tests.
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user