Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/del_novault.nss
Normal file
7
_module/nss/del_novault.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "x4_inc_functions"
|
||||
int StartingConditional()
|
||||
{
|
||||
int nLocker = GetCampaignInt(CharacterDB(GetPCSpeaker()), "LOCKER");
|
||||
if (nLocker == 0) return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user