I figured this out, and it was simple. To execute the commands it was as simple as: /eval /p_seg%{p_counter}
/set p_counter=1 /set p_seg1=n%;n%;n /set p_seg2=n /set p_seg3=n%;w /trig Response from MUD.=/eval /set p_counter=$[p_counter+1] Here is what I have so far. What I'm trying to do is /send the commands in the p_segX variables as the counter increases. I'm unsure on how to access these. Or if there's a better way to do it. Any help would be appreciated!
/set __p_counter=1 /set p_seg1=n%;n%;n /set p_seg2=n /set __p_seg3=n%;w /trig Response from MUD.=/eval /set __p_counter=$[__p_counter+1] Here is what I have so far. What I'm trying to do is /send the commands in the __p_segX variables as the counter increases. I'm unsure on how to access these. Or if there's a better way to do it. Any help would be appreciated!