Put it all on one line

PHP Code:
/script for i=1,MAX_BATTLEFIELD_QUEUES do local s,n=GetBattlefieldStatus(i) if (n=="Alterac Valley") and (s=="queued" or s=="confirm"then AcceptBattlefieldPort(i,0) break end end