ShadowM wrote...
Ok finished overriding the hard-coded ID system to run through my custom examine system. Can now control it with custom functions.I made some custom openstore, closestore scripts to handle that also. I had to also put in custom functions for UMD. I mainly wanted the system for handling artifacts which cannot be ID without finish a quest to open up their secrets and ignore UMD. Ohh and fixed the bug where they could hand off or pick up the item after the store was opened. HipMaestro I hope you get your system working for your module '>
Hey, ShadowM...
What haks (like CEP) are needed to use your system? I am interested to try it out when/if you release it?
Actually, I got the Unique Power thingy working okay for race-specific interpretations. It's not what I really wanted (convo being used instead of descriptive text on the item itself), but it will work for SP also which is important at this stage. I suspect that your system is also limited to MP but not sure about that.
The more challenging part I'm facing is designing an NPC interpretor interface where an NPC does the same thing the Unique Power does, but only for races that cannot translate it themselves. So far, I'm forcing the PC to place the item on a desk, checking the item props and the character race, interpreting the text, then shoving the item back into the PC inventory with the original language (i.e. "as is" for the item). So, if a race cannot read it without an interpretor, they need to keep returning if they forget what the translated information contained. I was also considering placing the translation in the journal of the language-challenged PC to avoid that repetitve procedure. Problem is, I'm learning commands and functions I've never used before so it is a lot of trial 'n error discovering the script mechanics. But that is par for the course, I'm sure
'>
I still think that the ID'd/UnID'd toggle is the most realistic dynamic, but the OnExamine event used by NWNX was only designed for MP, so am stuck with anything that works.
Thanks for keeping us posted on your development!
'>