8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Soul Warrior");
|
|
SetLocalInt(oPC, "iOdds2", 15);
|
|
SetLocalInt(oPC, "pChampion", 18);
|
|
}
|