SetDescription on items is very unreliable
EzRemake
Member Posts: 15
I can only get it to work maybe 20% of the time, and I have no idea what causes it to fail.
Even this only works maybe 1 in 5 times, whether it's set to change the identified description or not. I don't remember this being an issue in 1.69, anyone have any tips here?
object oUser = GetLastUsedBy(); object oWeap = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oUser); if(GetIsObjectValid(oWeap)) SetDescription(oWeap, "LOOK AT THIS FANCY DESCRIPTION THAT DOESN'T WORK");
Even this only works maybe 1 in 5 times, whether it's set to change the identified description or not. I don't remember this being an issue in 1.69, anyone have any tips here?
0
Comments
Later on in this script, you're not perhaps making a copy of the item in the weapon slot, are you? Because that could be the cause then.