Aschbourne_PRC8/_module/nss/gzcc_is_pc_curse.nss

10 lines
142 B
Plaintext
Raw Permalink Normal View History

2024-06-14 10:48:20 -04:00
#include "gzinc_effecttool"
int StartingConditional()
{
int iResult;
iResult = GZGetIsCursed(GetPCSpeaker());
return iResult;
}