EN4_PRC8/_module/nss/en4_ag_gl0.nss

16 lines
252 B
Plaintext
Raw Normal View History

#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;
}