AOC_PRC8/_module/nss/sc_053.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

16 lines
484 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_053
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 15/04/2005 5:16:30 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if((GetLocalInt(GetModule(), "nord_mode") == 1)&&(GetHitDice(GetPCSpeaker())==28))
return FALSE;
return TRUE;
}