17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_smith1st
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/12/2002 10:07:21 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
#include "nw_i0_plot"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetPLocalInt(GetPCSpeaker(), "JacquesFirstTimeTalked", 1);
|
||
|
|
||
|
}
|