Can you show your script and script setup in AdvanceMap?
'---------------
#org 0x808B78
msgbox 0x8[U][COLOR="Red"]8[/COLOR][/U]08B83 MSG_SIGN '"Solaris City\n<- Route 3\lRoute 4 ..."
release
end
'---------
' Strings
'---------
#org 0x808B83
= Solaris City\n<- Route 3\lRoute 4 ->\lRoute 5 ->
Found the problem.
Spoiler:Code:'--------------- #org 0x808B78 msgbox 0x8[U][COLOR="Red"]8[/COLOR][/U]08B83 MSG_SIGN '"Solaris City\n<- Route 3\lRoute 4 ..." release end '--------- ' Strings '--------- #org 0x808B83 = Solaris City\n<- Route 3\lRoute 4 ->\lRoute 5 ->
The msgbox command is not pointing to your message offset (the offset in the main script has an extra 8).
I removed the extra 8 and tested it, and it is now working fine for me.