8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Dark Archer");
|
|
SetLocalInt(oPC, "iOdds2", 50);
|
|
SetLocalInt(oPC, "pChampion", 12);
|
|
}
|