UW2_PRC8/_module/nss/sethasgambled.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

16 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sethasgambled
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/28/2008 3:43:50 PM
//:://////////////////////////////////////////////
void main()
{
object oPC=GetPCSpeaker();
string sTag=GetTag(OBJECT_SELF);
SetLocalInt(oPC, sTag, 1);
}