14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName dragon_setvar_2
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "dragoon", 1);
|
||
|
|
||
|
}
|