7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "GolemType", 3);
|
|
SetLocalInt(oPC, "GolemHD", 49);
|
|
}
|