PRC8/trunk/scripts/prc_golmeramit57.nss

7 lines
125 B
Plaintext
Raw Normal View History

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