8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Valdar Dragoon");
|
||
|
SetLocalInt(oPC, "iOdds2", 10);
|
||
|
SetLocalInt(oPC, "pChampion", 3);
|
||
|
}
|