Moving compilations to various artists

This is my current renaming script. It’s the default, as far as I can tell.

But currently, when I match compilation albums to the proper release downloaded from musicbrainz, it is moving files not to the Various Artists folder, which is where I would like it to be moved to, but just up one folder to the parent folder /Music. Can anyone walk me through this script to move releases that are either tagged as compilations or have the Album Artist as Various Artists to be moved to the folder “Various Artists”? Thank you. I’m a noobie!

$if2(%albumartist%,%artist%)/$if($ne(%albumartist%,),%album%/)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)$if(%_multiartist%,%artist% - ,)%title%

Correction: It looks like I did not have the box “rename files” checked. Doh.