14 lines
379 B
Plaintext
14 lines
379 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName div_got
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/12/2004 2:05:14 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "div_got", 1);
|
||
|
|
||
|
}
|