8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Kamaji Berserker");
|
||
|
SetLocalInt(oPC, "iOdds2", 8);
|
||
|
SetLocalInt(oPC, "pChampion", 4);
|
||
|
}
|