generated from Jaysyn/ModuleTemplate
Merged redundant hak files
Merged redundant hak files. Moved hak scripts into module. Updated gitignore. Full Compile. Added release folder & archive.
This commit is contained in:
8
_mod/_module/nss/npcact_cms_tloc.nss
Normal file
8
_mod/_module/nss/npcact_cms_tloc.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
// npcact_cms_tloc
|
||||
int StartingConditional()
|
||||
{
|
||||
object oTarget=GetLocalObject(GetPCSpeaker(),"oCMSTarget");
|
||||
int nOT=GetObjectType(oTarget);
|
||||
if (nOT!=OBJECT_TYPE_CREATURE&&nOT!=OBJECT_TYPE_ITEM&&nOT!=OBJECT_TYPE_PLACEABLE&&nOT!=OBJECT_TYPE_DOOR) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user