8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Baal: Lord of Destruction");
|
|
SetLocalInt(oPC, "iOdds2", 3);
|
|
SetLocalInt(oPC, "pChampion", 10);
|
|
}
|