7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetLocalString(oPC, "CHbet", "Shogun Lord");
|
||
|
SetLocalInt(oPC, "iOdds", 5);
|
||
|
}
|