14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_murin1st2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 4/29/2003 5:08:55 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked", 2);
|
||
|
|
||
|
}
|