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

17 lines
460 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName horse_ckbag
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/12/2006 2:06:13 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "PC_Saddle") == 1))
return FALSE;
return TRUE;
}