added cutom top hak for 2das

Added size scaling to some creatures
This commit is contained in:
EpicValor
2023-10-02 00:40:21 -05:00
parent 2dd1232491
commit 2ed1d909e8
23 changed files with 5106 additions and 207 deletions

View File

@@ -21,7 +21,6 @@ void main()
//Get the first itemproperty on the weapon
itemproperty ipLoop=GetFirstItemProperty(oOldWeapon);
object oNewWeapon = CreateItemOnObject (sItemTemplate1, oForge, 1);
//object oNewWeapon = GetNextItemInInventory (oForge);
//Loop for as long as the ipLoop variable is valid
while (GetIsItemPropertyValid(ipLoop))