15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName bookie_talked_1
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/21/2002 1:43:02 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Set the variables
|
||
|
object oBookie = GetObjectByTag("Bookie");
|
||
|
SetLocalInt(oBookie, "nBookieTalkedTo", 1);
|
||
|
|
||
|
}
|