7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Balrog Lord");
|
||
|
SetLocalInt(oPC, "iOdds", 12);
|
||
|
}
|