14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName wolftalk_set
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 23/07/2003 20:37:30
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "wolftalk", 100);
|
|
|
|
}
|