LoT_PRC8/_module/nss/gzcc_is_pc_blind.nss

10 lines
147 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
#include "gzinc_effecttool"
int StartingConditional()
{
int iResult;
iResult = GZGetIsBlindOrDeaf(GetPCSpeaker());
return iResult;
}