8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Shiva the Destroyer");
|
||
|
SetLocalInt(oPC, "iOdds2", 8);
|
||
|
SetLocalInt(oPC, "pChampion", 20);
|
||
|
}
|