7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Baal: Lord of Destruction");
|
|
SetLocalInt(oPC, "iOdds", 4);
|
|
}
|