14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_006
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/20/2002 11:32:10 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "nBattleStrength", 5);
|
||
|
|
||
|
}
|