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