Can you email me the 2da file at the address I mentioned in the other thread?
Well I wanted someone to do that from scratch because maybe my 2da is messed up or something. I don't think the error is in scripting since I used
else if(sMessage == "test")
{
object oSkin = SKIN_SupportGetSkin(oPC);
AddItemProperty(DURATION_TYPE_PERMANENT,ItemPropertyAttackPenalty(4),oSkin);
//AddFeat(FEAT_POWER_ATTACK,oPC);
}
this code in OnChat event
the 2da you need to modify is itemprops.2d, line 10, collum 13_Hide from **** to 1 - this will allow to place that property in toolset and should allow to add via scripting but thats what doesnt work for me
Wouldn't this property stay on the PC's skin anyway if the module has modifier/incorrect scripts?
Yes, but at least it won't cripple the weapon '> and I could remove it when unmount. (which for a ranged weapon that was equipped and then unequipped is not much possible to do (I can think of some workarounds but it gets problematic in many cases))