I think you are a bit confused as to how you properly use dialogs. For the "dialog test {", you do not add the -rov in between. Instead, use -mdr switches for the /dialog command. Also, your on start remote does not make sense. You cannot have an identifier to be used as the command if the dialog isn't even open, and also you cannot use it in this way. Replace everything with this:
Code:
On *:START:*: { dialog -mdr test test }
dialog test {
title "test"
icon icon.ico
size 0 0 250 100
text "filler", 1, 5 5 150 15
text "filler", 2, 5 25 150 15
button " ", 3, 248 98 2 2
}
Alright...I now have the same problem with different code. I still can't center it. It looks exactly like it did when I used $dialog() without any modes.