Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

9 lines
142 B
Plaintext

#include "gzinc_effecttool"
int StartingConditional()
{
int iResult;
iResult = GZGetIsDamaged(GetPCSpeaker());
return iResult;
}