7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Kamaji Berserker");
|
|
SetLocalInt(oPC, "iOdds", 5);
|
|
}
|