PRC8/trunk/scripts/prc_golmerairo49.nss

7 lines
125 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "GolemType", 3);
SetLocalInt(oPC, "GolemHD", 49);
}