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

17 lines
451 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName moander_portal
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/29/2008 7:00:03 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "moanderportal") == 1))
return FALSE;
return TRUE;
}