UW2_PRC8/_module/nss/dm_only.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

10 lines
124 B
Plaintext

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