15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName gal_swamp2
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/5/2002 12:11:54 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "apts_inc_ptok"
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetTokenBool(GetPCSpeaker(), "galdor_on_mission", 1);
|
|
|
|
}
|