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