14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_npc
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/18/2007 8:27:24 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "tardok", 1);
|
||
|
|
||
|
}
|