Files
Battledale_PRC8/_module/nss/dm_only.nss

10 lines
124 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
if(GetIsDM(oPC))
return TRUE;
else
return FALSE;
}