PWE_PRC8/_module/nss/gzcc_is_pc_poiso.nss

10 lines
144 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "gzinc_effecttool"
int StartingConditional()
{
int iResult;
iResult = GZGetIsPoisoned(GetPCSpeaker());
return iResult;
}