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

24 lines
519 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName setberogotalk1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 20/03/2005 21:59:45
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "berogotalk", 1);
object oPC = GetPCSpeaker();
int nInt;
nInt = d2();
if (nInt==1)
{
SetLocalString(oPC, "store2", "1");
}
}