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

17 lines
450 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName glv_rosietalks0
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/15/2004 2:38:45 AM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "nRosieTalks") == 0))
return FALSE;
return TRUE;
}