generated from Jaysyn/ModuleTemplate
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_setmeanoldman
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/18/2002 7:38:42 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "lv_meanoldman", 1);
|
|
|
|
}
|