8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oMod = GetModule();
|
|
int iWager = GetLocalInt(oPC, "wager");
|
|
int iTeam = GetLocalInt(oPC, "team_bet");
|
|
}
|