RoT2_PRC8/_module/nss/spirit_var_set.nss

14 lines
393 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: 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);
}