PWE_PRC8/_module/nss/bookie_talked_1.nss

15 lines
441 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}