14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_myrbook
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/27/2008 10:55:13 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "myrbook", 1);
|
||
|
|
||
|
}
|