14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_havebull
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/16/2002 3:29:38 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "HaveBull", 1);
|
||
|
|
||
|
}
|