Initial commit
Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/qp_armor_mage.nss
Normal file
11
_module/nss/qp_armor_mage.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC=GetPCSpeaker();
|
||||
|
||||
CreateItemOnObject("en6_mq6robes",oPC);
|
||||
SetLocalString(oPC,"QPTag","en6_mq6robes");
|
||||
SetLocalInt(oPC,"MQ6ItemType",2);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user