Aantioch_Infernum/_module/nss/drow_dm_getvar4.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

17 lines
450 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName drow_dm_getvar4
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 24/01/2004 14:18:25
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "dungeon_died") == 1))
return FALSE;
return TRUE;
}