14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName did_persuade
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2/18/2006 3:24:05 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
SetLocalInt(OBJECT_SELF, "hasblu", 1);
|
||
|
|
||
|
}
|