Hey everyone! I was hoping for some quick help with Peggle.
I know that:
/script PeggleWindow.ballTracker:UpdateDisplay(2)
gives you a free ball. I was wondering if it was possible to send that sort of message through the SendAddonMessage to "gift" other people a free ball.
I tried:
/script for i=1,1 do SendAddonMessage("\t" ,"PeggleWindow.ballTracker:UpdateDisplay(2)" ,"WHISPER" ,"Smorefury"); end;
but I need a prefix that is not "\t" and a message that works to give people free balls. I'll +rep for some quick help. Thanks!