8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Fallen Disciple");
|
|
SetLocalInt(oPC, "iOdds2", 2);
|
|
SetLocalInt(oPC, "pChampion", 13);
|
|
}
|