14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName n_at_explained1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 29.04.2006 01:36:49
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "n_explained", 1);
|
||
|
|
||
|
}
|