PRC8/trunk/scripts/prc_golmeraada80.nss

7 lines
125 B
Plaintext
Raw Normal View History

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