Thread: Issue with /in
View Single Post
03-16-12, 05:58 PM   #1
MCMorpheus
A Defias Bandit
 
MCMorpheus's Avatar
Join Date: Mar 2012
Posts: 3
Issue with /in

So I have a macro that is supposed to scroll through my friends list and tell me who is online, what their status is (Afk or not), and where they are. Now, this is not the only thing in the macro. For some reason or another it runs the friend script, which is at the bottom, before it runs the script at the top. So I put in a /in 1 just to make it wait a little before it ran that script. Now, I ran into a small issue. This macro only worked on 1 character. On my others, it would loop that one section of scripting infinitely. Now, it doesn't even work on that 1 character that it did before.

Quick example, I type /script i=0;
then /in 1 /script SendChatMessage(i) i=i+1;. In all respects, this macro should make me say "0" after 1 second. It actually loops infinitely, counting 0 1 2 3 4 etc...The only ways of getting it to stop are /camp, /exit, and /reload. Does anyone have any idea what this is and/or how to fix it? Thanks ahead for the help.