8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalInt(oPC, "wager", 0);
|
||
|
//SetLocalInt(oPC, "team_bet", 0);
|
||
|
//SetLocalInt(oPC, "winnings",0);
|
||
|
}
|