14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName set_avenge
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/30/2003 6:48:19 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(OBJECT_SELF, "avengeon", 1);
|
||
|
|
||
|
}
|