Strange Random Bug -List add Display verbs

Talon
25 Aug 2017, 12:39

edit 3. THINK i found the problem
-I set the add to display verbs to much simpler script and had an error come back, not sure why it didn't before, but it lead me to one of the objects i must have not cleared the grey display verbs from.. it SEEMS to be functional again, testing continues..and god long games take a while to check through combing through code for little itty bitty things

///old post
Okay, I'm just utterly complexed at some bugs here

I have certain triggers in my game where new verbs will be added to various npcs,. I had used the "List add Method" simple enough, had it working quite well for most of the games life, now suddenly the verbs will not add to the same npcs where it had worked before..however it does work for a few of them

Looking back at a couple month old version the code works and the verbs are added properly when the conditions are set . The only things I've done to that section since I had a good version as add a few libraries, I've uninstalled them(Just delete them and remove the initialization code from the combat library right? Its a pain because its one of those things you don't expect to check because nothing was done with the section until a playtester pointed it out

This shouldn't be something that breaks..its so simple, but its perplexed me for a few hours this morning of testing around it..
--Edit
--Tried converting the on the fly setting to using a split rather than a list add, this threw up redcode in the gui, and failed to load the game
The attribute is in black and seems totally functional to be edited in code rather than greyed out as well.

--Edit 2
When I set the object to be changed to ONLY use verbs on the verbs list things were added fine....however...it removed any verbs that were also basic commands... such as look at and speak too.. Speak to which was already in the verb list...and Look at which can't be added.. this also defeats the purpose of dynamically added verbs because it uses all of the ones in the verb tab