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