14 lines
391 B
Plaintext
14 lines
391 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName dragonleave
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/25/2002 7:12:44 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(OBJECT_SELF, "nDragonLeave", 1);
|
||
|
|
||
|
}
|