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

17 lines
437 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_unuldur
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/28/2008 8:59:32 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "elf") == 1))
return FALSE;
return TRUE;
}