EN4_PRC8/_module/nss/en4_ag_gl0.nss
Jaysyn904 b464d8da05 Initial Commit
Initial Commit [v1.32PRC8]
2025-04-03 13:38:45 -04:00

16 lines
252 B
Plaintext

#include "utl_i_sqluuid"
int StartingConditional()
{
int iResult;
object oPC;
oPC = GetPCSpeaker();
iResult = FALSE;
if (SQLocalsUUID_GetInt(oPC,"PCGuild") == 0 && SQLocalsUUID_GetInt(oPC,"PCGuildLevel") == 0)
iResult = TRUE;
return iResult;
}