8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Horodrim Archmage");
|
|
SetLocalInt(oPC, "iOdds2", 7);
|
|
SetLocalInt(oPC, "pChampion", 16);
|
|
}
|