Skip to content

[question] unidentification of items

lroumenlroumen Member Posts: 2,508
edited August 2017 in General Modding
Is it possible to unidentify an item if it is given to a party member of the wrong class?

I was thinking this could work, but then I would need to put the script block in dplayer.bcs, and it would only work if AI is enabled, right? Or I would need to put it in baldurs.bcs if it always needs to be enabled

If
Hasitem itemnr
Partyhasitemidentified itemnr
Myself class is not mage
Then
Takeitemreplace itemnr original itemnr
End

Comments

Sign In or Register to comment.