So, I'm about 80% of the way through coding the behavior for Davy Jones (just the Boss), the last hurdle is having Davy spawn the Ghost Pirate Sr.'s.

In Fab's source I use the code:
new Spawn("Ghost Pirate Sr.", 3, 1, 10000),
but I end up with the given key was not present in the dictionary - dictionary'2.get_Item<Tkey key> error.

Does anyone know if there's any way I can add the spawn command into the dictionary?

- - - Updated - - -

SOLVED, can be closed