14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName spirit_var_set
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/20/2003 10:26:48 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Set the variables
|
|
SetLocalInt(GetPCSpeaker(), "temple_spirit", 1);
|
|
|
|
}
|