14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_dsmithtalk
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 04/07/10 21:23:54
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "DSmithTalk", 1);
|
||
|
|
||
|
}
|