7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC, "CHbet", "Horodrim Archmage");
|
|
SetLocalInt(oPC, "iOdds", 5);
|
|
}
|