generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
7
_module/nss/chk_henchwas.nss
Normal file
7
_module/nss/chk_henchwas.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object self = OBJECT_SELF;
|
||||
if (GetIsObjectValid(GetMaster(self))) return FALSE;
|
||||
if (GetLocalInt(self,"hired")) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user