FugaDraconis
Recruit

Hi, I'm trying to create a simple mod to allow the three Arena fighters to join your party. I got this code from an older mod (I realized, though, that it wasn't compatible with the current version). So I modified it with updated Character IDs and such. However, I keep getting an error when I try to start M&B:
Apart from a few modifications considering the stats of Borcha and Marnid, I did not change anything from the original (and the mod works without the following addition).
This is directly taken from my conversation.txt file.
Can anyone explain what's going on?
Assertion failed!
Program: C:\Program Files\Mount&Blade\mount&blade.exe
File: d:armagan\creatures\rgl\rglStream.h
Line: 470
Expression:budder.has_more_tokens()
Apart from a few modifications considering the stats of Borcha and Marnid, I did not change anything from the original (and the mod works without the following addition).
This is directly taken from my conversation.txt file.
dialogsfile version 1
792
dlg_0 85 0 0 Hello,_can_I_join_you? 1 0
dlg_0 85 1 0 Please? 2 0
dlg_0 65621 2 0 I_want_you_to_join_me. 3 0
dlg_0 65621 2 0 Not_right_now. 6 0
dlg_0 85 3 1 -2147483547 0 0 You_don't_have_any_room_for_me_in_your_party 6 0
dlg_0 85 3 0 Okay._You're_the_Boss. 6 3 10192 65 93 10203 93 0 10251 93 0
dlg_0 86 0 0 Hello,_can_I_join_you? 1 0
dlg_0 86 1 0 Please? 2 0
dlg_0 65622 2 0 I_want_you_to_join_me. 3 0
dlg_0 65622 2 0 Not_right_now. 6 0
dlg_0 86 3 1 -2147483547 0 0 You_don't_have_any_room_for_me_in_your_party 6 0
dlg_0 87 3 0 Okay._You're_the_Boss. 6 3 10192 65 96 10203 96 0 10251 96 0
dlg_0 87 0 0 Hello,_can_I_join_you? 1 0
dlg_0 87 1 0 Please? 2 0
dlg_0 65623 2 0 I_want_you_to_join_me. 3 0
dlg_0 65623 2 0 Not_right_now. 6 0
Can anyone explain what's going on?