14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName henchspell0
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/12/2002 10:40:25
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalFloat(OBJECT_SELF, "NewHenchChallenge", -4.0);
|
||
|
|
||
|
}
|