AOC_PRC8/_module/nss/sc_052b.nss

17 lines
455 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
//::///////////////////////////////////////////////
//:: FileName sc_052
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 15/04/2005 5:14:30 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nord_mode") == 1))
return FALSE;
return TRUE;
}