14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName svirfbouncer_sv1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 03/01/2004 20:34:53
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "svirfbouncer", 2);
|
||
|
SetLocalInt(OBJECT_SELF, "bryan", 1);
|
||
|
}
|