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