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