Deleted User Posted July 13, 2017 Posted July 13, 2017 Hi, I found out that rAthena don't support multiple lines in 1 dialogue I remember way back then on eAthena it does support correct me if I'm wrong but it used to work like this before. I would be happy if someone could point me out. Few sample scripts: prontera,156,173,6 script Mes Dialogue 100,{ mes "Hello 1","Hello 2", "Hello 3","Hello 4"; end; } prontera,154,173,6 script Ann Dialogue 100,{ announce "Hello 1","Hello 2", "Hello 3","Hello 4",0; end; } I tested this both it does not work only 1 dialogue will be supported which is "Hello 1" If ever this might be a wrong topic please moved this moderator. Thank you! Regards,Meroy
yuchinin Posted July 16, 2017 Posted July 16, 2017 On 7/14/2017 at 3:46 AM, Kaze said: Hi, I found out that rAthena don't support multiple lines in 1 dialogue I remember way back then on eAthena it does support correct me if I'm wrong but it used to work like this before. I would be happy if someone could point me out. Few sample scripts: prontera,156,173,6 script Mes Dialogue 100,{ mes "Hello 1","Hello 2", "Hello 3","Hello 4"; end; } prontera,154,173,6 script Ann Dialogue 100,{ announce "Hello 1","Hello 2", "Hello 3","Hello 4",0; end; } I tested this both it does not work only 1 dialogue will be supported which is "Hello 1" If ever this might be a wrong topic please moved this moderator. Thank you! Regards,Meroy *mes "<string>"{,"<string>"{,...}}; mes did support multiple line. As the announce command, *announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}}; it didn't support multiple line. You should always check https://github.com/rathena/rathena/blob/master/doc/script_commands.txt before start scripting.
Recommended Posts