PRC8/nwn/nwnprc/trunk/scripts/prc_golmerafle25.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", 0);
SetLocalInt(oPC, "GolemHD", 25);
}