Frenzgyn Posted April 11, 2022 Share Posted April 11, 2022 Hi y'all! I noticed that upgrading Bren Muller's Crossbow (lxbowbm.itm to cdxbowbm.itm) doesn't work. The dialogue options after "Contact Other Plane" are correctly triggered bu there is no effect on the item I think that for unknown reasonsTransformItem("lxbowbm","cdxbowbm") just doesn't work. Maybe "TransformItem" doesn't exist in EE's engine? For what it's worth, I "fixed" it deleting the former and using a straighforward:TakePartyItem("lxbowbm") GiveItemCreate("cdxbowbm",PartySlot1,0,0,0) Quote Link to comment
CamDawg Posted April 11, 2022 Share Posted April 11, 2022 TransformItem works fine, but it needs to be executed by the character in possession of the item being transformed. The bug is that it's being run by the planar spirit here, so it fails. Swapping it out for TPI+GIC, as you've done here, is the more reliable fix. Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.