8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Elk King");
|
|
SetLocalInt(oPC, "iOdds2", 5);
|
|
SetLocalInt(oPC, "pChampion", 21);
|
|
}
|