EN6_PRC8/_module/nss/qp_armor_mage.nss

12 lines
169 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC;
oPC=GetPCSpeaker();
CreateItemOnObject("en6_mq6robes",oPC);
SetLocalString(oPC,"QPTag","en6_mq6robes");
SetLocalInt(oPC,"MQ6ItemType",2);
}