14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName zm_setlowreward
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/28/2002 3:43:41 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "LowReward", 1);
|
||
|
|
||
|
}
|