Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
8
_module/nss/zep_cr_dorobe.nss
Normal file
8
_module/nss/zep_cr_dorobe.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "zep_inc_craft"
|
||||
|
||||
void main() {
|
||||
object oPC = GetPCSpeaker();
|
||||
object oArmor = GetItemInSlot(INVENTORY_SLOT_CHEST, oPC);
|
||||
ZEP_StartCraft(oPC, oArmor);
|
||||
ZEP_SetPart(GetPCSpeaker(), ITEM_APPR_ARMOR_MODEL_ROBE, 107993);
|
||||
}
|
Reference in New Issue
Block a user