Sprinkles22 wrote...
Hi there! I'm trying to create the notion that there are invisible creatures in my module that can only be seen when I have a potion in my inventory. I realize this is pretty complex.
I'm willing to try complex as well as shortcuts, such as possibly having triggers that spawn creatures as long as I have a potion equipped or even just in my inventory.
Any ideas? Thanks!
If this is in a single player mod, you could just have the PC gain see invisibility when they get close to him. In a MP environment you could use NWNX to change theie visibility state for the PC only.
Regardless, either way it would be accomplished by creating an AOE on the invisible creature, with the OnEnter script for it checking for the presence of the potion, and applying whichever means of making them visible is appropriate for your module.