14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName s_pcl_cls_set
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/3/2002 1:05:05 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "PCL_HIDE_CLASS", 1);
|
|
|
|
}
|