[question] unidentification of items
lroumen
Member Posts: 2,538
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
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
0
Comments
This works in SoD or later releases.