7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Lucifer's Mistress");
|
||
|
SetLocalInt(oPC, "iOdds", 6);
|
||
|
}
|