Hello, I am working on creating a wand for renaming descriptions on items, but I can't get the GetDescription function to work properly. It will not grab descriptions from anything but other players even if its set to get it from the activated target. Is there any workarounds to get this function to work on items?
object oPC = GetItemActivator();
object oItem = GetItemActivated();
object oTarget = GetItemActivatedTarget();
location lTarget = GetItemActivatedTargetLocation();
SendMessageToPC(oPC, GetDescription(oTarget));





Retour en haut






