if ds_list_find_index(global.KHDB,"SPEAR") =-1{
if Yap = 0 MsgBox.Msg = "#Eh, whaddaya want?         #Can'cha see I'm busy here?"

if Yap = 1 MsgBox.Msg = "Oh, sure, just because I have four frames of #animation, you think I just stand around and do #absolutely nothing all day...        #Is that what you're saying?"

if Yap = 2 MsgBox.Msg = "In case you couldn't tell, I'm the local Smithy #and weapon repairman.       #YOUR weapons are already beyond repair, so don't #expect me to do anything to them!"

if Yap = 3 MsgBox.Msg = "Okay, so your weapons are rather interesting #and unorthodox, but I ain't messin' with 'em!       #Now, if you had something that was, say, broken, #I'd be glad to fix it."

if Yap = 4 MsgBox.Msg = "...but it looks like all your non-disposable stuff #is pretty durable as is.         #...so, yeah. Come back when you break something.        #Got it?"

if Yap = 5 MsgBox.Msg = "!"
} else {
if global.Story < 3{
if Yap = 0 MsgBox.Msg = "So... have you met that Verne guy?           #Somehow, I get the impression that he's not an #ordinary man..."
if Yap = 1 MsgBox.Msg = "Maybe he's an Arling... or something.         #He's my best customer, actually.          #After all, not only did he give me a really neat #project to do..."
if Yap = 2 MsgBox.Msg = "But he also paid me twice the usual 5872 Ryubie fee.         #...which makes sense for twin blades.        #...but he paid me 11744 Ryubies for EACH one.          #...and he paid me extra."
if Yap = 3 MsgBox.Msg = "#Still, it was a great project.         #...oh, well."
if Yap = 4 MsgBox.Msg = "!"
}
if global.Story = 3{
if Yap = 0 MsgBox.Msg = "You know that Verne guy?        #...so, he's got wings?       #BAAAhahahaha!           #You're a funny kid, you know that?"
if Yap = 1 MsgBox.Msg = "!"
}
if global.Story > 3{
if Yap = 0 MsgBox.Msg = "...wait, so my best customer's a bad guy?           #Hmm... I thought those twin katanas were a bit #oversized..."
if Yap = 1 MsgBox.Msg = "You're not kidding, are you?        #Still, the blades are rather impressive, #aren't they?          #...or did you not see those, yet?"
if Yap = 2 MsgBox.Msg = "#Still, you've gotta love my work."
if Yap = 3 MsgBox.Msg = "!"
}
}