RoT2_PRC8/_module/nss/bill_var_set.nss

14 lines
389 B
Plaintext
Raw Normal View History

2023-09-25 18:13:22 -04:00
//::///////////////////////////////////////////////
//:: FileName bill_var_set
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/3/2003 8:19:26 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "skeletonquest", 1);
}