PRC8_fork/trunk/scripts/prc_golmeraada70.nss

7 lines
125 B
Plaintext
Raw Normal View History

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