Hello fellow peeps, i am looking for some general information on this command:
//Jumps & kick every few seconds.
alias aj1 "jump;wait 100;kick;wait 1500;aj21"
alias aj21 "jump;wait 100;kick;wait 1500;aj1"
aj1
so what this does sofar jump wait kick wait jump.
so what im trying to understand is where does it begin where does it end? and where can i add more down below is an ex that i think i have figured out.
alias aj1 "jump;wait 100;kick;wait 1500;aj21"
alias aj21 "jump;wait 100;kick;wait 1500;aj31"
alias aj31 "slap;wait 100;run;wait 1500;aj41"
alias aj41 "slap;wait 100;run;wait 1500;aj1"
aj1
now will this work in that order? like jump,kick,jump,kick,slap,run,slap,run then go back to jump again?