8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Lucifer's Mistress");
|
||
|
SetLocalInt(oPC, "iOdds2", 4);
|
||
|
SetLocalInt(oPC, "pChampion", 9);
|
||
|
}
|