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

24 lines
497 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName setquintalk1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 23/03/2005 20:45:33
//:://////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
int nInt;
nInt = d2();
if (nInt==1)
{
SetLocalString(oPC, "altquin", "1");
}
SetLocalInt(GetPCSpeaker(), "quintalk", 1);
}