14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
|
|
}
|