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

24 lines
522 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName setrejviktalk1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 27/03/2005 17:38:36
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "rejviktalk", 1);
object oPC = GetPCSpeaker();
int nInt;
nInt = d2();
if (nInt==1)
{
SetLocalString(oPC, "altrej", "1");
}
}