generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
22
_module/nss/tlr_ifcloth.nss
Normal file
22
_module/nss/tlr_ifcloth.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Tailoring - If Clothing is Allowed
|
||||
//:: tlr_ifcloth.nss
|
||||
//:: Copyright (c) 2006 Stacy L. Ropella
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Checks to make sure the PC is allowed to make
|
||||
clothing with this model
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stacy L. Ropella
|
||||
//:: Created On: May 15, 2006
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetLocalInt(OBJECT_SELF, "Cloth_Buy") == 0
|
||||
&& GetLocalInt(OBJECT_SELF, "Cloth_Copy") == 0)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user