10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
#include "gzinc_effecttool"
|
||
|
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
iResult = GZGetIsDiseased(GetPCSpeaker());
|
||
|
return iResult;
|
||
|
}
|