PWE_PRC8/_module/nss/bookie_talked_1.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

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);
}