PoA_PRC8/_module/nss/dm_only.nss

10 lines
124 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if(GetIsDM(oPC))
return TRUE;
else
return FALSE;
}