AOC_PRC8/_module/nss/cchamp_bet6.nss

8 lines
153 B
Plaintext
Raw Normal View History

2025-04-03 11:24:16 -04:00
void main()
{
object oPC = GetPCSpeaker();
SetLocalString(oPC, "CHbet", "Elk King");
SetLocalInt(oPC, "iOdds2", 5);
SetLocalInt(oPC, "pChampion", 21);
}