generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
20
_module/nss/tlr_increasehelm.nss
Normal file
20
_module/nss/tlr_increasehelm.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Tailoring - Increase Helm
|
||||
//:: tlr_increasehelm.nss
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stacy L. Ropella
|
||||
//:: from Mandragon's mil_tailor
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "tlr_items_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oModel = OBJECT_SELF;
|
||||
object oHelmet = GetItemInSlot(INVENTORY_SLOT_HEAD, oModel);
|
||||
RemakeHelm(oModel, oHelmet, PART_NEXT);
|
||||
}
|
||||
Reference in New Issue
Block a user