Files
HeroesStone_PRC8/_module/nss/tlr_cloakbuy.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

11 lines
307 B
Plaintext

//Created by 420 for the CEP
//Check for cloak and local int
//Based on script tlr_clothbuy.nss by Stacy L. Ropella
int StartingConditional()
{
if(GetIsObjectValid(GetItemInSlot(INVENTORY_SLOT_CLOAK, OBJECT_SELF))
&& GetLocalInt(OBJECT_SELF, "Cloak_Buy") == 1)
return TRUE;
return FALSE;
}