11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalInt(oPC, "TLwager", 0);
|
||
|
SetLocalInt(oPC, "TWwager", 0);
|
||
|
SetLocalInt(oPC, "bets_placed", 0);
|
||
|
PlaySound("gui_select");
|
||
|
PlaySound("gui_trapdisarm");
|
||
|
FloatingTextStringOnCreature("** Gambling stats reset **", oPC);
|
||
|
}
|