npcsay('ab'dendriel') won't work ofcourse, since the high comma will actually end the phrase after 'ab' already.
Probably pretty simple to solve, but I googled a bit around and couldn't find a way to do it either :P
npcsay('ab'dendriel') won't work ofcourse, since the high comma will actually end the phrase after 'ab' already.
Probably pretty simple to solve, but I googled a bit around and couldn't find a way to do it either :P
@eXotaur
Just use this.
npcsay("ab'dendriel")
To explain what I did if you don´t spot it, I used " instead of ' for defining the sentence inside npcsay and it won't cancel it out.