lol, ok, so lets see if I get this right.. I should remove
code:
arrLyrics = GetAllLyrics();
from my personalMessage function, but add it in where the script is first initialized from.. So that should be put in OnEvent_Signin(Email), and OnEvent_Initialize(MessengerStart). (Little bit off topic: I have copied most of this stuff from Toast Message, as it had a menu similiar to what I wanted, and then I tweaked it for myself. It has both of those functions doing the same thing, what exactly is the difference of them both, and do I really need both of them?)
Edit: I think I would need to add it to the toggle function, that switches between on and off, as well
Is my thinking now correct? I think this is all beginning to make sense to me now, lol. I really must thank you for all this help
Edit2: So it does seem to work now, I added it to the three places mentioned above. It does make more sense having it that way, it just took a while to get it through my head, lol. Sorry for the difficulties, I blame it on myself currently being sick and not functioning properly, lol.