Alt+O
>> IRC
>> under "Show in active," uncheck "Invites."
This will cause all future invites to be displayed in the Status Window.
If you still want to move them to a specific window, use the following script:
On ^*:invite:#:{- haltdef
var %win = $+(@invite[,$cid,])
if !$window(%win) { window -nv %win }
echo -ct invite %win $nick invites you to join #
}