8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Doom Reaver");
|
||
|
SetLocalInt(oPC, "iOdds2", 20);
|
||
|
SetLocalInt(oPC, "pChampion", 8);
|
||
|
}
|