Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
15
_module/nss/en4_cg_gl1.nss
Normal file
15
_module/nss/en4_cg_gl1.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oPC;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
iResult = TRUE;
|
||||
|
||||
if (SQLocalsUUID_GetInt(oPC,"PCGuild") == 4)
|
||||
iResult = FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user