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
Printable View
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
travel('ab\'dendriel')
@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.