generated from Jaysyn/ModuleTemplate
17 lines
512 B
Plaintext
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" );
|
|
}
|