Originally posted by [b]Brian[/b]
It works fine for me in [wiki='debugmes'] and [wiki='dispbottom'].
[codebox]poring_w01,100,110,0 script test#hide::unique 910,{
debugmes "strnpcinfo(0) = " + strnpcinfo(0);
debugmes "strnpcinfo(1) = " + strnpcinfo(1);
debugmes "strnpcinfo(2) = " + strnpcinfo(2);
debugmes "strnpcinfo(3) = " + strnpcinfo(3);
debugmes "strnpcinfo(4) = " + strnpcinfo(4);
dispbottom "strnpcinfo(0) = " + strnpcinfo(0);
dispbottom "strnpcinfo(1) = " + strnpcinfo(1);
dispbottom "strnpcinfo(2) = " + strnpcinfo(2);
dispbottom "strnpcinfo(3) = " + strnpcinfo(3);
dispbottom "strnpcinfo(4) = " + strnpcinfo(4);
announce "strnpcinfo(0) = " + strnpcinfo(0), bc_all;
announce "strnpcinfo(1) = " + strnpcinfo(1), bc_all;
announce "strnpcinfo(2) = " + strnpcinfo(2), bc_all;
announce "strnpcinfo(3) = " + strnpcinfo(3), bc_all;
announce "strnpcinfo(4) = " + strnpcinfo(4), bc_all;
end;
}[/codebox]
It seems to be a problem with how clients display [wiki='announce']s that have # symbols.

[code]announce "1#2#3", bc_all;[/code]
This post has been edited by
Brian
on Sep 10, 2012 7:20