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

17 lines
512 B
Plaintext

//::///////////////////////////////////////////////
//:: Check if vampire in coffin
//:: pl_fullcoffn_chk
//:: Copyright (c) 2003 Joseph L. Berkley, Jr.
//:://////////////////////////////////////////////
/*
return TRUE if a vampire in the coffin
*/
//:://////////////////////////////////////////////
//:: Created By: Joseph L. Berkley, Jr.
//:: Created On: 6 March 2003
//:://////////////////////////////////////////////
int StartingConditional()
{
return GetLocalInt( OBJECT_SELF, "VAMPIRE_INSIDE" );
}