8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "War Demon");
|
|
SetLocalInt(oPC, "iOdds2", 15);
|
|
SetLocalInt(oPC, "pChampion", 6);
|
|
}
|