14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName frthrjez_var_set
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/9/2003 11:19:52 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "furtherjez_talk", 1);
|
|
|
|
}
|