10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
#include "utl_i_sqluuid"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
if (SQLocalsUUID_GetInt(GetPCSpeaker(),"ModRank") == 1)
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|