Whats up? Here's my latest situation: I'm trying to create an item using the Toolkit that essentially has the potential to add bonus spell slots for its owner to itself, the class id of the item properties being determined by the primary class of the owner. This whole schema will be triggered through the item's OnAcquire event.
The only problem is as follows: I'm trying to include the .nss file containing the IP_CONST_CLASS_* constants for the PRC classes into the item's tag script; however, I don't know which .nss file that is (if it even exists). Does anyone know what file this is, if any? Thank you for your attention.