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

17 lines
436 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_005
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/3/2005 2:52:27 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "bardude") == 3))
return FALSE;
return TRUE;
}