14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName gs_pclikeleader
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/19/2005 1:48:38 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetModule(), "bAIPCLeaderType", TRUE);
|
||
|
|
||
|
}
|