PRC8/nwn/nwnprc/trunk/scripts/prc_golmerairo29.nss

7 lines
125 B
Plaintext
Raw Normal View History

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