Jump to content

Identify an item via dialogue?


jastey

Recommended Posts

It depends on the game. In classic BG2 you would probably have to replace the original unidentified item with an identified copy. In Enhanced Editions you can simply use SetItemFlags() to mark it as identified.

Example:

SetItemFlags("RING02", IDENTIFIED, TRUE)
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...