17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName galsettalked
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/13/2002 8:17:56 AM
|
|
//:://////////////////////////////////////////////
|
|
|
|
#include "apts_inc_ptok"
|
|
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetTokenBool(GetPCSpeaker(), "galdor_intro", 1);
|
|
|
|
}
|