14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_murin1st
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/19/2002 10:41:07 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked", 1);
|
|
|
|
}
|