Module commit
Module commit.
This commit is contained in:
14
_module/nss/deity_domain.nss
Normal file
14
_module/nss/deity_domain.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "deity_include"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
SetLocalString(oPC,"Deity",GetDeity(oPC));
|
||||
Domain_Check(oPC);
|
||||
|
||||
int iDomain = GetLocalInt(oPC,"Domain");
|
||||
if ((iDomain!=1)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user