How to make my script an addon

is there a way i can make this script an addon so i dont have to press the macro all the time when i log in ?

/run PartyMemberFrame1:ClearAllPoints()
/run PartyMemberFrame1:SetPoint(“CENTER”,-220,105)
/script PartyMemberFrame1:SetScale(1.5)
/script PartyMemberFrame2:SetScale(1.5)
/script PartyMemberFrame3:SetScale(1.5)
/script PartyMemberFrame4:SetScale(1.5)

i used https:// addon.bool.no/ without the run-script command but the addon doesnt work.

http://addon.bool.no/ and https://www.curseforge.com/wow/addons/rehack should work

For in-game testing there also is

https://www.curseforge.com/wow/addons/wowlua

Get BugSack & BugGrabber for debugging errors

https://www.curseforge.com/wow/addons/bugsack

Use the /reload, /dump, /etrace and /fstack dev tools

Note that you can’t move certain frames like PartyMemberFrame1 while in combat

1 Like

thanks alot mate , i got rid of moveanything and i moved the party frames easy with your help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.