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