7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Divine Archer");
|
||
|
SetLocalInt(oPC, "iOdds", 11);
|
||
|
}
|