14 lines
389 B
Plaintext
14 lines
389 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName dragon_setvar_1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 15/12/2003 21:15:24
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(OBJECT_SELF, "dragoon", 1);
|
||
|
|
||
|
}
|