mine is a big all in one button, so maybe they changed the order things need to run in? i have /run RepopMe{}; on one of the lines.

Code:
/run AcceptGroup();
/run AcceptQuest();
/run AcceptTrade();
/run RetrieveCorpse();
/run RepopMe();
/run ConfirmAcceptQuest();
/run AcceptResurrect();
/run StaticPopup_Hide("QUEST_ACCEPT");
/run ConfirmReadyCheck(1);
/run AcceptBattlefieldPort(1,1);
Without deleting the lines one by one, would someone be able to see why it stopped working in 3.2.2?