generated from Jaysyn/ModuleTemplate
24 lines
522 B
Plaintext
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");
|
|
|
|
}
|
|
|
|
}
|