I tried searching the forums for any related topics or issues any one else was having and couldn't find anything, so I apologize if this has been covered before, but a team and I are working on an add-on for Fallout 3 for our senior project, and I've run into a small (but significant) bug I can't seem to work out.
I have an actor talking through a talking activator, who asks for a password to unlock a door. The player doesn't know the password at first and is denied entry, and must go find out the password from another actor. the actor approaches the talking activator, a conversation plays out, and the player is allowed entry.
It works up to this point.
Now, I have it scripted to where the player will have to say the password every time they leave and come back in order to regain entry: I am, however, unable to test if this works because the talking activator (intercom) responds "object in use by another person" (or something like that) when i try to activate it. I'm suspecting its leftover from my other actor talking to it, but I'm not sure why.
Technical details:
When the player asks the outside actor for help entering, the script result from the topic adds an AI package to the actor that makes him approach the talking activator and start the conversation. the end script of the last info of the conversation removes this AI package so it doesn't keep looping.
Every time the intercom is activated the script sets the reference to the proper actor and then activates it.
I've attempted to remedy it by disabling and re-enabling the talking activator, to no avail.
Any help would be most appreciated!!