PRC8/nwn/nwnprc/trunk/scripts/prc_golmeramit52.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

7 lines
125 B
Plaintext

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