16 lines
407 B
Plaintext
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);
|
||
|
}
|