12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
|
#include "utl_i_sqluuid"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = FALSE;
|
||
|
if (GetGoodEvilValue(GetPCSpeaker()) < 40 && SQLocalsUUID_GetInt(GetPCSpeaker(),"EvilPath") == 0)
|
||
|
iResult = TRUE;
|
||
|
|
||
|
return iResult;
|
||
|
}
|