14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName librar_var_set
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/6/2003 4:14:05 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "library_talk", 1);
|
|
|
|
}
|